1. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 17 years ago
  2. aa754b7 Remove unused file spotted by Paul Hankin by Neal Norwitz · 17 years ago
  3. dd2cf1c Clean up formatting of this file. by Jeremy Hylton · 18 years ago
  4. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  5. 47c52a8 Inline PyImport_GetModulesReloading(). by Collin Winter · 18 years ago
  6. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  7. 3bb1567 Typo and grammar fixes. by Georg Brandl · 18 years ago
  8. 75c7c80 Fix some style nits: by Neal Norwitz · 18 years ago
  9. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  10. 7b9c555 Bug #1678647: write a newline after printing an exception in any by Georg Brandl · 18 years ago
  11. 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
  12. 7478096 Typos. by Georg Brandl · 18 years ago
  13. aa2321b Patch #703779: unset __file__ in __main__ after running a file. This by Georg Brandl · 18 years ago
  14. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 18 years ago
  15. 098cd69 Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  16. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  17. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  18. 819de6c tabify by Jeremy Hylton · 18 years ago
  19. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
  20. f83b751 SF #1669182, 2.5 was already fixed. Just assert in 2.6 since string exceptions by Neal Norwitz · 18 years ago
  21. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  22. 7b7d1c8 Fix a couple of problems in generating the AST code: by Neal Norwitz · 18 years ago
  23. 7c1e347 Reformat long lines. by Jeremy Hylton · 18 years ago
  24. 714b112 Put declarations before code. by Jeremy Hylton · 18 years ago
  25. c5ceb25 Fix crash in exec when unicode filename can't be decoded. by Jeremy Hylton · 18 years ago
  26. 0db62aa Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c by Brett Cannon · 18 years ago
  27. d080d4b Check in changed Python-ast.c from a cosmetic change to Python.asdl (in r53731). by Brett Cannon · 18 years ago
  28. 129bd52 No more raising of string exceptions! by Brett Cannon · 18 years ago
  29. 6c5c502 Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 18 years ago
  30. afea529 SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize by Thomas Wouters · 18 years ago
  31. 83955ef update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  32. 4bd97d4 SF# 1409443: Expand comment to cover the interaction between f->f_lasti and the PREDICT macros. by Raymond Hettinger · 18 years ago
  33. 72cd02c Prevent crash on shutdown which can occur if we are finalizing by Neal Norwitz · 18 years ago
  34. 7037085 Forgot a case where the locals can now be a general mapping by Armin Rigo · 18 years ago
  35. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  36. f733a01 Update comments, remove commented out code. by Neal Norwitz · 18 years ago
  37. 2c4fb8d Clean up a leftover from old listcomp generation code. by Georg Brandl · 18 years ago
  38. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  39. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  40. 1f3ebe0 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  41. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  42. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  43. 8134d06 Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). by Georg Brandl · 18 years ago
  44. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  45. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
  46. 5a9aa4f Fix minor typo in a comment. by Brett Cannon · 18 years ago
  47. 94b69f6 Very minor grammatical fix in a comment. by Brett Cannon · 18 years ago
  48. d3f9190 Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. by Neal Norwitz · 18 years ago
  49. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  50. d14bf61 Fix typo. by Walter Dörwald · 18 years ago
  51. ec6c2df Forward-port of rev. 51857: by Georg Brandl · 18 years ago
  52. 2a399b0 Properly handle a NULL returned from PyArena_New(). (Also fix some whitespace) by Neal Norwitz · 18 years ago
  53. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  54. 98775df Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  55. d042132 M-x untabify by Neal Norwitz · 18 years ago
  56. e4d4f00 Add a comment about some refactoring. (There's probably more that should be done.) I will reformat this file in the next checkin due to the inconsistent tabs/spaces. by Neal Norwitz · 18 years ago
  57. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  58. 477ca1c Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  59. 0c6ae5b Handle a few more error conditions. by Neal Norwitz · 18 years ago
  60. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
  61. 87557cd Add assert to make Klocwork happy (#276) by Neal Norwitz · 18 years ago
  62. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
  63. 7605936 Handle PyString_FromInternedString() failing (unlikely, but possible). by Neal Norwitz · 18 years ago
  64. 3cb31ac cpathname could be NULL if it was longer than MAXPATHLEN. Don't try by Neal Norwitz · 18 years ago
  65. df6a649 Move/copy assert for tstate != NULL before first use. by Neal Norwitz · 18 years ago
  66. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  67. 0f7dbf7 PyModule_GetDict() can fail, produce fatal errors if this happens on startup. by Neal Norwitz · 18 years ago
  68. 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
  69. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  70. edb2168 This code is actually not used unless WITHOUT_COMPLEX is defined. by Neal Norwitz · 18 years ago
  71. 43bd4db It's highly unlikely, though possible for PyEval_Get*() to return NULLs. by Neal Norwitz · 18 years ago
  72. 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 18 years ago
  73. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  74. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  75. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  76. 209307e Introduce an upper bound on tuple nesting depth in by Georg Brandl · 18 years ago
  77. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  78. 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 18 years ago
  79. 9a70f95 There were really two issues by Neal Norwitz · 18 years ago
  80. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  81. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  82. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  83. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
  84. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  85. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  86. bc24eee Bug #1521947: possible bug in mystrtol.c with recent gcc. by Tim Peters · 18 years ago
  87. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
  88. 82247cb bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; by Andrew MacIntyre · 18 years ago
  89. f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 18 years ago
  90. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  91. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  92. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  93. 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 18 years ago
  94. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  95. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  96. a5e4f22 Reported by Klocwork #151. by Neal Norwitz · 18 years ago
  97. c0cde4d Fix memory leak under some conditions. by Neal Norwitz · 18 years ago
  98. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 18 years ago
  99. 9dceedb Accept long options "--help" and "--version". by Georg Brandl · 18 years ago
  100. a1f1090 Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #. by Neal Norwitz · 18 years ago