1. ef57abd 2.5.1 final by Anthony Baxter · 18 years ago v2.5.1
  2. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  3. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  4. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 18 years ago
  5. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
  6. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  7. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  8. 6a390b3 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 18 years ago
  9. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  10. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  11. 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
  12. 5306982 Bump the patch level version of distutils since there were a few bug fixes by Marc-André Lemburg · 18 years ago
  13. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  14. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
  15. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  16. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  17. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
  18. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  19. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  20. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  21. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  22. 7cd6ef0 Also commit the patch ;) by Georg Brandl · 18 years ago
  23. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  24. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  25. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  26. 924d148 SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  27. afa4f48 Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
  28. 1300831 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  29. 74fb211 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  30. 6cdcdbc Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  31. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  32. ef23d70 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  33. 98d1a4d Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
  34. fbf1f3e Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  35. 3e43bcc Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. by Collin Winter · 18 years ago
  36. d28d9c8 Add missing "return" statements in exception handler. by Georg Brandl · 18 years ago
  37. 69fe9e4 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  38. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  39. 86d8d35 Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. by Collin Winter · 18 years ago
  40. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
  41. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
  42. afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
  43. 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
  44. 590af0a Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
  45. 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
  46. 0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) by Georg Brandl · 18 years ago
  47. d480b33 backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). by Georg Brandl · 18 years ago
  48. 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  49. fd13ef9 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
  50. 05b5c7f Backport checkin: by Walter Dörwald · 18 years ago
  51. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  52. ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  53. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
  54. 1a74b43 A test case for the defaultdict KeyError bug. (backport from rev. 54162) by Georg Brandl · 18 years ago
  55. 8da6f1b Patch #1672481: fix bug in idlelib.MultiCall. (backport from rev. 54156) by Georg Brandl · 18 years ago
  56. 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) by Georg Brandl · 18 years ago
  57. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  58. 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  59. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  60. 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  61. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 19 years ago
  62. 497380f Revert r53672. by Martin v. Löwis · 19 years ago
  63. 0c2552c Minor fix for currentframe (SF #1652788). by Vinay Sajip · 19 years ago
  64. ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 19 years ago
  65. 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 19 years ago
  66. 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 19 years ago
  67. 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
  68. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
  69. 0bafda4 Fix docstring bug by Raymond Hettinger · 19 years ago
  70. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
  71. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
  72. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
  73. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  74. 39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. by Peter Astrand · 19 years ago
  75. cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 19 years ago
  76. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  77. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 19 years ago
  78. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 19 years ago
  79. 1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
  80. 742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 19 years ago
  81. f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
  82. a0a133b Make comment match the code by Andrew M. Kuchling · 19 years ago
  83. bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 19 years ago
  84. 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
  85. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
  86. 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  87. 225755d Merged revisions 53402 via svnmerge from by Thomas Heller · 19 years ago
  88. 29794ec Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  89. 535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  90. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
  91. 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 19 years ago
  92. 346085e Merged revisions 53316 via svnmerge from by Thomas Heller · 19 years ago
  93. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  94. f96725a Backported changes from trunk: by Vinay Sajip · 19 years ago
  95. 9770611 Backported change from trunk: by Vinay Sajip · 19 years ago
  96. 6cdc346 Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 19 years ago
  97. 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 19 years ago
  98. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  99. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
  100. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago