1. 60d9f8d Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 16 years ago
  2. 1df323a 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 16 years ago
  3. 6493ade Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 16 years ago
  4. b80a194 Bring NEWS.txt up to date. by Kurt B. Kaiser · 16 years ago
  5. e41f155 In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout) by Guido van Rossum · 16 years ago
  6. e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 16 years ago
  7. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 16 years ago
  8. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 16 years ago
  9. 0b5c17a Backport test_resource fix from trunk to stop it crashing on Ubuntu by Nick Coghlan · 16 years ago
  10. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 16 years ago
  11. ec4301e Backport r60653: Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 16 years ago
  12. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 16 years ago
  13. 6ae66d7 Backport doc fixes from 2.6. These are all things that were already by Guido van Rossum · 16 years ago
  14. 9decb70 In the experimental 'Scanner' feature, the group count was set wrong. by Guido van Rossum · 16 years ago
  15. 42993fe Issue #1507247, #2004: Use mode 0700 for temporary directories and by Lars Gustäbel · 16 years ago
  16. bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 16 years ago
  17. 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 16 years ago
  18. c9b2073 Revert rev. 59926, it breaks comtypes (I need to further examine this). by Thomas Heller · 17 years ago
  19. 249cbe7 Try harder to provoke the exception since the ia64 buildbot still by Neal Norwitz · 17 years ago
  20. 209ea39 Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. by Neal Norwitz · 17 years ago
  21. 0b11c5f Change isbasestring function as discussed on the cvs list a while ago by Christian Heimes · 17 years ago
  22. 6179234 Backport 60342: by Neal Norwitz · 17 years ago
  23. ab577c1 Backport r58453: by Neal Norwitz · 17 years ago
  24. b03528c Backport 60334: by Neal Norwitz · 17 years ago
  25. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 17 years ago
  26. 61c2c95 Fix failing test_mailbox on Cygwin by Andrew M. Kuchling · 17 years ago
  27. fe528eb Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 17 years ago
  28. d2f4cb8 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 17 years ago
  29. 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 17 years ago
  30. 8f034d9 Backport of r60190: by Gregory P. Smith · 17 years ago
  31. 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 17 years ago
  32. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 17 years ago
  33. 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 17 years ago
  34. 8123ef2 Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 17 years ago
  35. 0e65fe4 Fix off-by-one error that resulted in missed characters by Andrew M. Kuchling · 17 years ago
  36. 1cc98af backport r60116 - fix zipfile to work with archives having file by Gregory P. Smith · 17 years ago
  37. c223c6c backport r60104 + r60111 from trunk. by Gregory P. Smith · 17 years ago
  38. 7829d60 Backport r59688. by Georg Brandl · 17 years ago
  39. ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 17 years ago
  40. 5f4fc83 This got fixed in r60056. by Guido van Rossum · 17 years ago
  41. 03706d2 Backport r55080: by Guido van Rossum · 17 years ago
  42. 0f99b71 ** backport r60015 from trunk. by Gregory P. Smith · 17 years ago
  43. 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
  44. b9c741c Added NEWS entry, plus: by Thomas Heller · 17 years ago
  45. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 17 years ago
  46. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 17 years ago
  47. d0dcbc4 Backport of issue 1755179 fix. by Facundo Batista · 17 years ago
  48. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 17 years ago
  49. 81728cf Backport r59758. by Guido van Rossum · 17 years ago
  50. 62bceec Backport r57216 (see issue #1731). by Guido van Rossum · 17 years ago
  51. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 17 years ago
  52. 12f03cc Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 17 years ago
  53. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  54. 9b1f5a4 Patch #1696. Don't attempt to call None.close() in dry-run mode. by Guido van Rossum · 17 years ago
  55. 4f1cbd2 Change ctypes version number to 1.0.3 (when Python 2.5.2 is released, by Thomas Heller · 17 years ago
  56. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  57. 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 17 years ago
  58. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  59. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  60. 664ad76 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  61. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  62. fb80cd9 revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  63. ab4fce4 Make trace and doctest play nice together (issue 1429818). Backported from by Skip Montanaro · 17 years ago
  64. a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 17 years ago
  65. 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
  66. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 17 years ago
  67. f481598 Backport r59049: by Walter Dörwald · 17 years ago
  68. ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 17 years ago
  69. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  70. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 17 years ago
  71. 50bbcc2 Fixed #1254: pdb fails to launch some script. by Christian Heimes · 17 years ago
  72. ad7363b Backport r58942: Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 17 years ago
  73. d66350a Fix for #1427: Error in standard module calendar merge -r58935:58936 ../trunk by Christian Heimes · 17 years ago
  74. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  75. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 17 years ago
  76. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  77. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  78. 5d512fa Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 17 years ago
  79. 4b2a6db Backport 58618: Issue 1307 by Derek Shockey, fix the same bug for RCPT. by Neal Norwitz · 17 years ago
  80. 1046af6 Backport 58594: by Neal Norwitz · 17 years ago
  81. dd4b025 Backport 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  82. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 17 years ago
  83. 574e1ba Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  84. 137bdfa Merge trunk 58434: by Gregory P. Smith · 17 years ago
  85. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  86. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 17 years ago
  87. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 17 years ago
  88. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  89. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  90. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  91. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 17 years ago
  92. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  93. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  94. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  95. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  96. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 17 years ago
  97. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  98. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  99. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  100. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago