1. ce5d0e2 Set subversion version identification to empty strings if this is not a subversion by Martin v. Löwis · 14 years ago
  2. 8a64048 Backport of r64212 by Martin v. Löwis · 16 years ago
  3. 6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always by Jeffrey Yasskin · 16 years ago
  4. 478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a by Jeffrey Yasskin · 16 years ago
  5. 1bd74de backport r67373: checking for errors from NEW_IDENTIFIER by Benjamin Peterson · 16 years ago
  6. 5e8dc97 Backport of r65032 from trunk by Gregory P. Smith · 16 years ago
  7. 0322154 Backport r60148 and r65481: sanity checks to avoid infinite loops. by Georg Brandl · 16 years ago
  8. ab396e0 Issue #3360: Fix incorrect parsing of '020000000000.0'. by Mark Dickinson · 16 years ago
  9. ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 16 years ago
  10. 75ee9eb Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 16 years ago
  11. d297f1a #3117: backport r55087, fixes segfault with lambda (None,): None. by Georg Brandl · 16 years ago
  12. 9aa040d - Issue #2588, #2589: Fix potential integer underflow and overflow by Gregory P. Smith · 16 years ago
  13. 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 16 years ago
  14. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  15. 10eac2c Update copyright years to 2008. Update README to 2.5.2. by Martin v. Löwis · 17 years ago
  16. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 17 years ago
  17. bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 17 years ago
  18. 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 17 years ago
  19. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 17 years ago
  20. e105f98 Fix two crashers (borrowed_ref_[34].py from the trunk). by Guido van Rossum · 17 years ago
  21. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 17 years ago
  22. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  23. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  24. 163048e Backport 58424: by Neal Norwitz · 17 years ago
  25. 14f848b Backport 58330: Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  26. dfecfdb Fix #1169: remove docstrings in functions for -OO. (backport from rev. 58204) by Georg Brandl · 17 years ago
  27. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  28. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  29. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  30. ba871a0 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  31. ce15dce Drop the max stack depth to something that works in 2.6 by Neal Norwitz · 17 years ago
  32. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  33. b4c285a Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareExchange function was wrong: It works with LONG and not PVOID objects, and it needs to have the target marked as volatile. Further, it is not needed at all for x64 targets, since that platform always has the real McCoy. by Kristján Valur Jónsson · 17 years ago
  34. 00b0a9e Undefine the Yield macro after including Python_ast.h where it may cause conflicts with winbase.h on Windows. by Kristján Valur Jónsson · 17 years ago
  35. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 17 years ago
  36. 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 17 years ago
  37. 16b7b53 SF #1701207: svnversion_init assertion failed by Neal Norwitz · 17 years ago
  38. 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 17 years ago
  39. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  40. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  41. 2a98ff8 Inline PyImport_GetModulesReloading(). Backport from r54368. by Collin Winter · 18 years ago
  42. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  43. 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  44. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  45. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  46. 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
  47. a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
  48. 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 18 years ago
  49. e471317 Backport trunk revision 53527: by Thomas Wouters · 18 years ago
  50. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  51. 7770f9f Backport: by Neal Norwitz · 18 years ago
  52. 1bc1ab2 Backport of r52862. by Armin Rigo · 18 years ago
  53. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  54. 2f0940b Backport 52504: by Neal Norwitz · 18 years ago
  55. b5fdf0d Backport 52501: by Neal Norwitz · 18 years ago
  56. 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  57. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  58. a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 18 years ago
  59. 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 18 years ago
  60. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  61. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  62. b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 18 years ago
  63. 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 18 years ago
  64. ece448e Properly handle a NULL returned from PyArena_New(). by Neal Norwitz · 18 years ago
  65. 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  66. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  67. 8568752 Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  68. bebdc9e Backport 51443: Handle a few more error conditions. by Neal Norwitz · 18 years ago
  69. 3cb31ac cpathname could be NULL if it was longer than MAXPATHLEN. Don't try by Neal Norwitz · 18 years ago
  70. df6a649 Move/copy assert for tstate != NULL before first use. by Neal Norwitz · 18 years ago
  71. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  72. 0f7dbf7 PyModule_GetDict() can fail, produce fatal errors if this happens on startup. by Neal Norwitz · 18 years ago
  73. 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 18 years ago
  74. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  75. edb2168 This code is actually not used unless WITHOUT_COMPLEX is defined. by Neal Norwitz · 18 years ago
  76. 43bd4db It's highly unlikely, though possible for PyEval_Get*() to return NULLs. by Neal Norwitz · 18 years ago
  77. 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 18 years ago
  78. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  79. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  80. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  81. 209307e Introduce an upper bound on tuple nesting depth in by Georg Brandl · 18 years ago
  82. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  83. 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 18 years ago
  84. 9a70f95 There were really two issues by Neal Norwitz · 18 years ago
  85. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  86. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  87. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  88. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
  89. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  90. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  91. bc24eee Bug #1521947: possible bug in mystrtol.c with recent gcc. by Tim Peters · 18 years ago
  92. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
  93. 82247cb bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; by Andrew MacIntyre · 18 years ago
  94. f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 18 years ago
  95. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  96. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  97. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  98. 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 18 years ago
  99. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  100. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago