1. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
  2. c563a1c Fix refcounts and add error checks. by Raymond Hettinger · 18 years ago
  3. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
  4. 9614868 Add news item for bug fix of SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  5. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  6. 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  7. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  8. 98775df Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  9. 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  10. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 18 years ago
  11. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 18 years ago
  12. b15a0cc Update the PCBuild8 solution. by Kristján Valur Jónsson · 18 years ago
  13. e672825 [Bug #1526834] Fix crash in pdb when you do 'b f('; by Andrew M. Kuchling · 18 years ago
  14. a5453c4 [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren by Andrew M. Kuchling · 18 years ago
  15. a60b60e Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  16. c48c9e2 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  17. 2cad3e9 Fix a typo: 2013 -> 0213 by Hye-Shik Chang · 18 years ago
  18. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  19. d042132 M-x untabify by Neal Norwitz · 18 years ago
  20. 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
  21. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  22. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  23. d34e427 Add a NEWS entry for str.rpartition() change by Neal Norwitz · 18 years ago
  24. 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  25. 477ca1c Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  26. a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 18 years ago
  27. c4a70fb Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  28. dd5e7b9 Whitespace normalization. by Tim Peters · 18 years ago
  29. c10c9d0 "Conceptual" merge of rev 51711 from the 2.5 branch. by Tim Peters · 18 years ago
  30. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 18 years ago
  31. bb0996c NEWS entry on trunk for decimal module changes by Nick Coghlan · 18 years ago
  32. 5a901c6 Typo fix for decimal docs by Nick Coghlan · 18 years ago
  33. f1f42d8 Fix final documentation nits before backporting decimal module fixes to 2.5 by Nick Coghlan · 18 years ago
  34. c1120b4 Hmm, this test has failed at least twice recently on the OpenBSD and by Neal Norwitz · 18 years ago
  35. 681d867 Add missing word in comment by Neal Norwitz · 18 years ago
  36. 68b6d3b Fix documentation nits for decimal context managers. by Raymond Hettinger · 18 years ago
  37. e7877d9 Further corrections to the decimal module context management documentation by Nick Coghlan · 18 years ago
  38. ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 18 years ago
  39. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 18 years ago
  40. 6aefa91 Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to 2.5.1 and earlier. by Neal Norwitz · 18 years ago
  41. d7df712 SF #1547931, fix typo (missing and). Will backport to 2.5 by Neal Norwitz · 18 years ago
  42. f29882d evalfile() should be execfile(). by Georg Brandl · 18 years ago
  43. eef345a - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 years ago
  44. 76b24c0 Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), but by Brett Cannon · 18 years ago
  45. 6edd150 Fix comment about indentation level in C files. by Brett Cannon · 18 years ago
  46. 2b3666f Make sure memory is properly cleaned up in file_init. by Brett Cannon · 18 years ago
  47. db38588 Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...) by Nick Coghlan · 18 years ago
  48. 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 18 years ago
  49. f580b10 Doc fix: hashlib objects don't always return a digest of 16 bytes. by Armin Rigo · 18 years ago
  50. f6fc454 Fix a buglet in the error reporting (SF bug report #1546372). by Marc-André Lemburg · 18 years ago
  51. d219e7f Fix a couple of typos. by Neal Norwitz · 18 years ago
  52. 7b60464 - Move functions common to all path modules into genericpath.py and have the by Jack Diederich · 18 years ago
  53. 4582d7d A new test here relied on preserving invisible trailing by Tim Peters · 18 years ago
  54. fae8f6a Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  55. 147f9ae Whitespace normalization. by Tim Peters · 18 years ago
  56. cd73a78 The regular expression engine in '_sre' can segfault when interpreting by Armin Rigo · 18 years ago
  57. 7dc77ce Build _ctypes.pyd for win AMD64 into the MSVC project file. by Thomas Heller · 18 years ago
  58. b1a7d75 Add missing file for _ctypes.pyd port to win64 on AMD64. by Thomas Heller · 18 years ago
  59. 98619f2 Port _ctypes.pyd to win64 on AMD64. by Thomas Heller · 18 years ago
  60. 391e5f4 importing types is not necessary if we use isinstance by Neal Norwitz · 18 years ago
  61. 38325b7 Patch #1545507: Exclude ctypes package in Win64 MSI file. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  62. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  63. 348dc88 Reverting the patch that tried to fix the issue whereby x**2 raises by Alex Martelli · 18 years ago
  64. 39c532c Replace dead code with an assert. by Jeremy Hylton · 18 years ago
  65. 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 18 years ago
  66. 20362a8 x**2 should about equal x*x (including for a float x such that the result is by Alex Martelli · 18 years ago
  67. 29bef0b Baby steps towards better tests for tokenize by Jeremy Hylton · 18 years ago
  68. 2214507 Move functional howto into trunk by Andrew M. Kuchling · 18 years ago
  69. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 18 years ago
  70. 670f875 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 18 years ago
  71. c855787 patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  72. 3c93339 Try to get the windows bots working again with the new peephole.c by Neal Norwitz · 18 years ago
  73. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  74. 0c6ae5b Handle a few more error conditions. by Neal Norwitz · 18 years ago
  75. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
  76. 076d1e0 Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  77. 87557cd Add assert to make Klocwork happy (#276) by Neal Norwitz · 18 years ago
  78. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 18 years ago
  79. 271d593 Move peephole optimizer to separate file. (Forgot .h in previous checkin.) by Jeremy Hylton · 18 years ago
  80. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
  81. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  82. 7605936 Handle PyString_FromInternedString() failing (unlikely, but possible). by Neal Norwitz · 18 years ago
  83. 7fd9607 Move initialization to after the asserts for non-NULL values. by Neal Norwitz · 18 years ago
  84. 8a26706 SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro by Neal Norwitz · 18 years ago
  85. 9b17eba Move assert to after NULL check, otherwise we deref NULL in the assert. by Neal Norwitz · 18 years ago
  86. 6cbb726 Move initialization of interned strings to before allocating the by Neal Norwitz · 18 years ago
  87. 0b21b43 Add asserts to check for 'impossible' NULL values, with comments. by Thomas Heller · 18 years ago
  88. c458433 Minor edits by Andrew M. Kuchling · 18 years ago
  89. e7c9bad Typo in tp_clear docs. by Georg Brandl · 18 years ago
  90. b245479 RPM specfile updates by Anthony Baxter · 18 years ago
  91. 78b1a08 Updating IDLE's version number to match Python's (as per python-dev discussion). by Anthony Baxter · 18 years ago
  92. 648c110 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  93. f2fcfa3 More version wibble by Neal Norwitz · 18 years ago
  94. 2d5a4e3 Set version to 2.6a0, seems more consistent. by Neal Norwitz · 18 years ago
  95. 9be5732 Try to get Unix bots install working again. by Neal Norwitz · 18 years ago
  96. 132bbb3 Try to get Windows bots working again. Take 2 by Neal Norwitz · 18 years ago
  97. 094353c Try to get Windows bots working again by Neal Norwitz · 18 years ago
  98. b671c93 More post-release wibble by Neal Norwitz · 18 years ago
  99. 92422fb Add template for 2.6 on HEAD by Neal Norwitz · 18 years ago
  100. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago