1. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 18 years ago
  2. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 18 years ago
  3. a1e5387 Backport r58868: by Gregory P. Smith · 18 years ago
  4. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 18 years ago
  5. 5d512fa Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 18 years ago
  6. 4b2a6db Backport 58618: Issue 1307 by Derek Shockey, fix the same bug for RCPT. by Neal Norwitz · 18 years ago
  7. 1046af6 Backport 58594: by Neal Norwitz · 18 years ago
  8. dd4b025 Backport 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 18 years ago
  9. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 18 years ago
  10. 574e1ba Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 18 years ago
  11. 137bdfa Merge trunk 58434: by Gregory P. Smith · 18 years ago
  12. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 18 years ago
  13. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 18 years ago
  14. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 18 years ago
  15. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 18 years ago
  16. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 18 years ago
  17. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 18 years ago
  18. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 18 years ago
  19. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
  20. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  21. 51cf112 backport r57626 by Skip Montanaro · 18 years ago
  22. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  23. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 18 years ago
  24. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 18 years ago
  25. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 18 years ago
  26. b354e3d Fix a typo in a comment by Neal Norwitz · 18 years ago
  27. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 18 years ago
  28. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
  29. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 18 years ago
  30. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  31. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 18 years ago
  32. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 18 years ago
  33. 9c2d4de In response to this SF bug: by Barry Warsaw · 18 years ago
  34. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 18 years ago
  35. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 18 years ago
  36. fea72f7 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 18 years ago
  37. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
  38. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 18 years ago
  39. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 18 years ago
  40. 511087b Fix a few webbrowser.py problems. (backport from rev. 56137) by Georg Brandl · 18 years ago
  41. 03210e5 Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 18 years ago
  42. e99cb23 Backport 55887: by Neal Norwitz · 18 years ago
  43. 8355dd5 Backport 55874: by Neal Norwitz · 18 years ago
  44. 11c5275 Backport 55873: by Neal Norwitz · 18 years ago
  45. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 18 years ago
  46. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  47. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 18 years ago
  48. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 18 years ago
  49. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 18 years ago
  50. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
  51. 60111e0 (Backport from r55770) by Hye-Shik Chang · 18 years ago
  52. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 18 years ago
  53. 2413e03 Backport 55731: by Neal Norwitz · 18 years ago
  54. b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 18 years ago
  55. 8c6ec81 Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
  56. cf0fab2 Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 18 years ago
  57. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  58. 4c87581 HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  59. 914c98b Fix typo in docstring (the module is popen2, not 3). by Neal Norwitz · 18 years ago
  60. a01d660 Merge change 54983 from the trunk: Add the locale "English" to test_locale.py for a windows run, since "En" isn't legal for the Visual C 8 runtime. This update restores full testsuite compliance to VisualStudio 2005 builds, apart from unavailible external modules. by Kristján Valur Jónsson · 18 years ago
  61. 7bca027 Merging change 55102 from the trunk: by Kristján Valur Jónsson · 18 years ago
  62. 9aa62ff Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 18 years ago
  63. daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 18 years ago
  64. ca3b7b5 bump email package version to 4.0.2 by Barry Warsaw · 18 years ago
  65. 44dab0a Whitespace normalization by Neal Norwitz · 18 years ago
  66. f784d91 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  67. 112717d Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
  68. 6def78a Convert PyUnit -> unittest. Backported from r54929. by Collin Winter · 18 years ago
  69. 2f131d8 Recommit r54805: by Barry Warsaw · 18 years ago
  70. 15136b36 Bug #1704790: bind name "sys" locally in __del__ method so that it is by Georg Brandl · 18 years ago
  71. 8ff1f6a Bug #1704156: Support for unicode strings as input filenames is by Lars Gustäbel · 18 years ago
  72. 93a3603 Backport r54786: by Walter Dörwald · 18 years ago
  73. 104377b Backport r54762: exceptions are no longer old-style instances. by Georg Brandl · 18 years ago
  74. 6cf5abf Backport r54787 - better error messages in rexec and bastion by Georg Brandl · 18 years ago
  75. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 18 years ago
  76. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 18 years ago
  77. ef57abd 2.5.1 final by Anthony Baxter · 18 years ago
  78. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  79. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  80. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 18 years ago
  81. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
  82. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  83. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  84. 6a390b3 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 18 years ago
  85. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  86. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  87. 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
  88. 5306982 Bump the patch level version of distutils since there were a few bug fixes by Marc-André Lemburg · 18 years ago
  89. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  90. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
  91. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  92. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  93. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
  94. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  95. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  96. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  97. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  98. 7cd6ef0 Also commit the patch ;) by Georg Brandl · 18 years ago
  99. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  100. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago