1. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 17 years ago
  2. 81728cf Backport r59758. by Guido van Rossum · 17 years ago
  3. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 17 years ago
  4. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  5. 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 17 years ago
  6. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  7. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  8. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  9. a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 17 years ago
  10. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 17 years ago
  11. f481598 Backport r59049: by Walter Dörwald · 17 years ago
  12. ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 17 years ago
  13. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  14. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 17 years ago
  15. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  16. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  17. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 17 years ago
  18. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  19. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  20. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  21. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  22. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  23. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  24. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  25. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  26. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  27. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  28. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  29. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  30. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  31. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  32. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  33. 11c5275 Backport 55873: by Neal Norwitz · 17 years ago
  34. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  35. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  36. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 17 years ago
  37. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  38. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  39. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  40. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
  41. cf0fab2 Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 17 years ago
  42. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  43. 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 · 17 years ago
  44. 7bca027 Merging change 55102 from the trunk: by Kristján Valur Jónsson · 17 years ago
  45. daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 17 years ago
  46. 44dab0a Whitespace normalization by Neal Norwitz · 17 years ago
  47. 6def78a Convert PyUnit -> unittest. Backported from r54929. by Collin Winter · 17 years ago
  48. 2f131d8 Recommit r54805: by Barry Warsaw · 17 years ago
  49. 93a3603 Backport r54786: by Walter Dörwald · 17 years ago
  50. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 17 years ago
  51. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 17 years ago
  52. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 17 years ago
  53. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 17 years ago
  54. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 17 years ago
  55. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 17 years ago
  56. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 17 years ago
  57. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 17 years ago
  58. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 17 years ago
  59. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 17 years ago
  60. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  61. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  62. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  63. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  64. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  65. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  66. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  67. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  68. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  69. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  70. fbf1f3e Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  71. 69fe9e4 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  72. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  73. 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
  74. afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
  75. 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
  76. 0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) by Georg Brandl · 18 years ago
  77. 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  78. 05b5c7f Backport checkin: by Walter Dörwald · 18 years ago
  79. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  80. ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  81. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
  82. 1a74b43 A test case for the defaultdict KeyError bug. (backport from rev. 54162) by Georg Brandl · 18 years ago
  83. 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) by Georg Brandl · 18 years ago
  84. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  85. 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  86. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  87. 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  88. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  89. 497380f Revert r53672. by Martin v. Löwis · 18 years ago
  90. 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 18 years ago
  91. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
  92. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
  93. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 18 years ago
  94. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
  95. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 18 years ago
  96. cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 18 years ago
  97. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 18 years ago
  98. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 18 years ago
  99. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 18 years ago
  100. f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 18 years ago