1. 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 17 years ago
  2. 8f034d9 Backport of r60190: by Gregory P. Smith · 17 years ago
  3. 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 17 years ago
  4. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 17 years ago
  5. 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 17 years ago
  6. 8123ef2 Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 17 years ago
  7. 0e65fe4 Fix off-by-one error that resulted in missed characters by Andrew M. Kuchling · 17 years ago
  8. 1cc98af backport r60116 - fix zipfile to work with archives having file by Gregory P. Smith · 17 years ago
  9. c223c6c backport r60104 + r60111 from trunk. by Gregory P. Smith · 17 years ago
  10. 7829d60 Backport r59688. by Georg Brandl · 17 years ago
  11. ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 17 years ago
  12. 5f4fc83 This got fixed in r60056. by Guido van Rossum · 17 years ago
  13. 03706d2 Backport r55080: by Guido van Rossum · 17 years ago
  14. 0f99b71 ** backport r60015 from trunk. by Gregory P. Smith · 17 years ago
  15. 665ddc9 Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object. by Raymond Hettinger · 17 years ago
  16. b9c741c Added NEWS entry, plus: by Thomas Heller · 17 years ago
  17. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 17 years ago
  18. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 17 years ago
  19. d0dcbc4 Backport of issue 1755179 fix. by Facundo Batista · 17 years ago
  20. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 17 years ago
  21. 81728cf Backport r59758. by Guido van Rossum · 17 years ago
  22. 62bceec Backport r57216 (see issue #1731). by Guido van Rossum · 17 years ago
  23. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 17 years ago
  24. 12f03cc Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 17 years ago
  25. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  26. 9b1f5a4 Patch #1696. Don't attempt to call None.close() in dry-run mode. by Guido van Rossum · 17 years ago
  27. 4f1cbd2 Change ctypes version number to 1.0.3 (when Python 2.5.2 is released, by Thomas Heller · 17 years ago
  28. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  29. 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 17 years ago
  30. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  31. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  32. 664ad76 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  33. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  34. fb80cd9 revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  35. ab4fce4 Make trace and doctest play nice together (issue 1429818). Backported from by Skip Montanaro · 17 years ago
  36. a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 17 years ago
  37. ce189e4 A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4. The end result is that by Ronald Oussoren · 17 years ago
  38. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 17 years ago
  39. f481598 Backport r59049: by Walter Dörwald · 17 years ago
  40. ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 17 years ago
  41. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  42. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 17 years ago
  43. 50bbcc2 Fixed #1254: pdb fails to launch some script. by Christian Heimes · 17 years ago
  44. ad7363b Backport r58942: Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 17 years ago
  45. d66350a Fix for #1427: Error in standard module calendar merge -r58935:58936 ../trunk by Christian Heimes · 17 years ago
  46. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  47. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 17 years ago
  48. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  49. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  50. 5d512fa Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 17 years ago
  51. 4b2a6db Backport 58618: Issue 1307 by Derek Shockey, fix the same bug for RCPT. by Neal Norwitz · 17 years ago
  52. 1046af6 Backport 58594: by Neal Norwitz · 17 years ago
  53. dd4b025 Backport 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  54. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 17 years ago
  55. 574e1ba Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  56. 137bdfa Merge trunk 58434: by Gregory P. Smith · 17 years ago
  57. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  58. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 17 years ago
  59. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 17 years ago
  60. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  61. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  62. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  63. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 17 years ago
  64. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  65. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  66. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  67. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  68. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 17 years ago
  69. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  70. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  71. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  72. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago
  73. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  74. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  75. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  76. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  77. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  78. 9c2d4de In response to this SF bug: by Barry Warsaw · 17 years ago
  79. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  80. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  81. fea72f7 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  82. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  83. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  84. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 17 years ago
  85. 511087b Fix a few webbrowser.py problems. (backport from rev. 56137) by Georg Brandl · 17 years ago
  86. 03210e5 Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 17 years ago
  87. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  88. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  89. 11c5275 Backport 55873: by Neal Norwitz · 17 years ago
  90. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  91. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  92. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  93. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 17 years ago
  94. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  95. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  96. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  97. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
  98. 2413e03 Backport 55731: by Neal Norwitz · 17 years ago
  99. b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 17 years ago
  100. 8c6ec81 Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago