Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /external /github.com /python /cpython /refs/tags/v2.0.1 /Python
  1. 175a46d- #119862 - getargs.c - patched memory leakby Moshe Zadka· 24 years ago
  2. d5ceef4Use Py_CHARMASK for ctype macros. Fixes bug #232787.by Moshe Zadka· 24 years ago
  3. 23ec9eb- exceptions.c - make_class() Added a "goto finally" so that ifby Moshe Zadka· 24 years ago
  4. 93fe3d7- Importing should now be safe with multiple Py_Initialize/Py_Finalizeby Moshe Zadka· 24 years ago
  5. 4bdc967Fix memory leak with from import ...by Moshe Zadka· 24 years ago
  6. 641efd3Fixed bug in complex(). No SF idby Moshe Zadka· 24 years ago
  7. 5f45415SF bug 119622: compile errors due to redundant atof decls.by Moshe Zadka· 24 years ago
  8. 0ae1490This commit was manufactured by cvs2svn to create branch 'release20-maint'.by cvs2svn· 25 years ago
  9. 237b5f4Andy Dustman <adustman@users.sourceforge.net>:by Fred Drake· 25 years ago
  10. 0be483fDo a better job at staying on-screen :P (Sorry, it's late here.) I'mby Thomas Wouters· 25 years ago
  11. 8fb62a2Adjust debugging code in the implementation of the DUP_TOPX bytecode, useby Thomas Wouters· 25 years ago
  12. 48fba73Remove the last gcc -Wall warning about possible use of an uninitializedby Fred Drake· 25 years ago
  13. 35ba689Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,by Tim Peters· 25 years ago
  14. e693df9Avoid a couple of "value computed is not used" warnings from gcc -Wall;by Fred Drake· 25 years ago
  15. a6c2eb5Donn Cave <donn@u.washington.edu>:by Fred Drake· 25 years ago
  16. 98dc065SF "bug" 115973: patches from Norman Vine so that shared libraries andby Tim Peters· 25 years ago
  17. 1f7838bDetect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ]by Mark Hammond· 25 years ago
  18. 8429448_PyImport_Fini(): Closed small memory leak when an embedded app callsby Barry Warsaw· 25 years ago
  19. 42c83afThe 2.0b2 change to write .pyc files in exclusive mode (if possible)by Tim Peters· 25 years ago
  20. d5fadf7Rationalize use of limits.h, moving the inclusion to Python.h.by Fred Drake· 25 years ago
  21. 9e28515Andrew Kuchling <akuchlin@mems-exchange.org>:by Fred Drake· 25 years ago
  22. 0afff38Special case the "s#" PyArg_Parse() token for Unicode objects:by Marc-André Lemburg· 25 years ago
  23. 55a8338On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race conditionby Guido van Rossum· 25 years ago
  24. d1ba443This patch adds a new Python C API called PyString_AsStringAndSize()by Marc-André Lemburg· 25 years ago
  25. e84b740Obscure marshal fixes:by Tim Peters· 25 years ago
  26. 9e8181bMake better use of GNU Pth -- patch by Andy Dustman.by Guido van Rossum· 25 years ago
  27. 691270fDeferred the attribute name object type checking to the underlyingby Marc-André Lemburg· 25 years ago
  28. 6f25618Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() orby Guido van Rossum· 25 years ago
  29. a454ebdAdded B format char to Py_BuildValue (same as b,h,i, but makesby Jack Jansen· 25 years ago
  30. b763b9dCast UCHAR_MAX to int before doing the comparison for overflow of theby Jack Jansen· 25 years ago
  31. fd1f1becom_continue_stmt(): Improve error message when continue is foundby Fred Drake· 25 years ago
  32. bbcf2a7This patch hopefully fixes the problem with "es#" and "es" inby Marc-André Lemburg· 25 years ago
  33. f26cda6The GCC version is loooooooooong; put it on a new line.by Guido van Rossum· 25 years ago
  34. f4d189fAll right. More uniformity, and extra blank lines.by Guido van Rossum· 25 years ago
  35. 7ca7b5aUse periods, not semicolons between Copyright and All Rights Reserved.by Guido van Rossum· 25 years ago
  36. 547936cFix the char* vs. const char* mismatch for the argument of aix_loaderror()by Vladimir Marangozov· 25 years ago
  37. 76ad68aChange the copyright notice according to CNRI's wishes, withby Guido van Rossum· 25 years ago
  38. 1fa0b89changed \x to consume exactly two hex digits. implements PEP-223by Fredrik Lundh· 25 years ago
  39. 412f246PyInterpreterState_New is not thread-safe, and the recent fix to _PyPcloseby Tim Peters· 25 years ago
  40. 8586991REMOVED all CWI, CNRI and BeOpen copyright markings.by Guido van Rossum· 25 years ago
  41. 7bd25beCosmetics on Py_Get/SetRecursionLimit (for the style guide)by Vladimir Marangozov· 25 years ago
  42. b69a27ecode part of patch #100895 by Fredrik Lundhby Jeremy Hylton· 25 years ago
  43. d320c34Revert removal of void from function definition. Guido sez I can take itby Tim Peters· 25 years ago
  44. b709df3refactor __del__ exception handler into PyErr_WriteUnraisableby Jeremy Hylton· 25 years ago
  45. 349ff6fSet the recursion limit to 1000 -- 2500 was not enough, let's be conservative.by Guido van Rossum· 25 years ago
  46. 51de690Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs;by Tim Peters· 25 years ago
  47. ee5adfbadd user-modifiable recursion_limitby Jeremy Hylton· 25 years ago
  48. 592f2d6_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endifby Fred Drake· 25 years ago
  49. 399739fPyOS_CheckStack(): Better ANSI'fy this while we're at it.by Fred Drake· 25 years ago
  50. e8de31cAdd a comment explaining the return value of PyOS_CheckStack().by Fred Drake· 25 years ago
  51. e68140dBetter error message with UnboundLocalErrorby Paul Prescod· 25 years ago
  52. 093abe0eval_code2(): Guido provides this patch for his suggested elaborationby Barry Warsaw· 25 years ago
  53. dd13e4fReplace the run-time 'future-bytecode-stream-inspection' hack to find outby Thomas Wouters· 25 years ago
  54. e868211Hard to believe Guido compiled this! Function lacked a return stmt.by Tim Peters· 25 years ago
  55. e753ef8Re-allow 'import mod.submod as s', and change its meaning to what it shouldby Thomas Wouters· 25 years ago
  56. 0df002cAdd three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),by Guido van Rossum· 25 years ago
  57. 2f15b25implements PyOS_CheckStack for Windows and MSVC. this fixes aby Fredrik Lundh· 25 years ago
  58. 0ae722eOops, one pop too many.by Thomas Wouters· 25 years ago
  59. fee3a2dCharles Waldman's patch to reinitialize the interpreter lock after aby Guido van Rossum· 25 years ago
  60. dc3d606Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZEby Marc-André Lemburg· 25 years ago
  61. b59290fFix allowable node-types for assignment, need to add 'listmaker'.by Thomas Wouters· 25 years ago
  62. 6d63adfImprove the exceptions raised by PyErr_BadInternalCall(); adding theby Fred Drake· 25 years ago
  63. 434d082Support for three-token characters (**=, >>=, <<=) which was written byby Thomas Wouters· 25 years ago
  64. ef8ace3Charles G. Waldman <cgw@fnal.gov>:by Fred Drake· 25 years ago
  65. 635f6fbThis patch partly (some stuff went in already) ports Python to Monterey.by Trent Mick· 25 years ago
  66. b745a04Remove the dependency information for version.o; this is not part ofby Fred Drake· 25 years ago
  67. 46dfa5frequire list comprehensions to start with a for clauseby Skip Montanaro· 25 years ago
  68. 24703a0com_print_stmt(): Guido rightly points out that the stream expressionby Barry Warsaw· 25 years ago
  69. 45ab2b6Thomas reminds me to bump the MAGIC number for the extended printby Barry Warsaw· 25 years ago
  70. 23c9ec8PEP 214, Extended print Statement, has been accepted by the BDFL.by Barry Warsaw· 25 years ago
  71. 29c574ePEP 214, Extended print Statement, has been accepted by the BDFL.by Barry Warsaw· 25 years ago
  72. 0400515Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn'tby Thomas Wouters· 25 years ago
  73. 8bad612Disallow "import mod.submod as m", because the result is ambiguous. Does itby Thomas Wouters· 25 years ago
  74. 73f77b4com_error(): Quiet gcc -Wall warning.by Barry Warsaw· 25 years ago
  75. 04e654aRemove a couple of warnings turned up by "gcc -Wall".by Fred Drake· 25 years ago
  76. 0888ff1Do not set a MemoryError exception over another MemoryError exception,by Vladimir Marangozov· 25 years ago
  77. 87bec35SyntaxError__classinit__(): Slight reorg for simplicity.by Barry Warsaw· 25 years ago
  78. 5ca1ef9comples_from_string(): Move s_buffer[] up to the top-level functionby Barry Warsaw· 25 years ago
  79. 5215225Apply SF patch #101135, adding 'import module as m' and 'from module importby Thomas Wouters· 25 years ago
  80. f2581c9_PySys_Init(): Fix another Insure discovered memory leak; the PyStringby Barry Warsaw· 25 years ago
  81. 77c9f50SyntaxError__str__(): Fix two memory problems discovered by Insure.by Barry Warsaw· 25 years ago
  82. b59ab42Fix new compiler warnings. Unused var in compile.c. Argsize mismatchesby Tim Peters· 25 years ago
  83. 185a29bmy_basename(): Removes the leading path components from a path name,by Fred Drake· 25 years ago
  84. a811a5bRemove the osdefs.h #include; it was not needed in the final version ofby Fred Drake· 25 years ago
  85. dcf08e0When raising a SyntaxError, make a best-effort attempt to set theby Fred Drake· 25 years ago
  86. 83cb797When raising a SyntaxError, make a best-effort attempt to set theby Fred Drake· 25 years ago
  87. 1aba577SyntaxError__str__(): Do more formatting of the exception here, ratherby Fred Drake· 25 years ago
  88. a2b6ad6Guido pointed out that all names in the sys module have no underscore,by Fred Drake· 25 years ago
  89. 557a044Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError.by Mark Hammond· 25 years ago
  90. ccede59The attempt to protect against MS_WIN16 compilers that do not support longby Fred Drake· 25 years ago
  91. 099325eAdd a byte_order value to the sys module. The value is "big" forby Fred Drake· 25 years ago
  92. 87df80dThe list comp patch checked for the second child node of the 'listmaker'by Thomas Wouters· 25 years ago
  93. 361852fThe list comprehensions patch partly reversed the removal of UNPACK_LIST,by Thomas Wouters· 25 years ago
  94. 29b8381Clean up a couple of warnings on Win64. The downcast of the strlen size_tby Trent Mick· 25 years ago
  95. 803d6e5list comprehensions. seeby Skip Montanaro· 25 years ago
  96. 0be5aabMerge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyby Thomas Wouters· 25 years ago
  97. 6947d0b-- from Trent Mick: [Patch #101010] replace use of INT_PTRby Fredrik Lundh· 25 years ago
  98. 6c2f0c7When returning an error from jcompile() (which is passed through byby Guido van Rossum· 25 years ago
  99. ed473a4Avoid dumping core when PyErr_NormalizeException() is called withoutby Guido van Rossum· 25 years ago
  100. aa39a7eInitialized opcode and oparg to silence a gcc -Wall warning.by Moshe Zadka· 25 years ago

[8]ページ先頭

©2009-2025 Movatter.jp