1. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  2. d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  3. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  4. 631df75 Backport r61450 from trunk: by Gregory P. Smith · 17 years ago
  5. 549171e The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
  6. a6f5bf2 Ensure this test passes even if there are no soundcards in the system. Backport from trunk r61242. by Trent Nelson · 17 years ago
  7. 3662c90 Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue 2246. by Raymond Hettinger · 17 years ago
  8. bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  9. f1fdda6 Remove old expected output for test_resource by Andrew M. Kuchling · 17 years ago
  10. 310bad0 #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. by Andrew M. Kuchling · 17 years ago
  11. 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
  12. 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 17 years ago
  13. 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 17 years ago
  14. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 18 years ago
  15. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 18 years ago
  16. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 18 years ago
  17. 0b5c17a Backport test_resource fix from trunk to stop it crashing on Ubuntu by Nick Coghlan · 18 years ago
  18. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  19. bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 18 years ago
  20. 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 18 years ago
  21. 249cbe7 Try harder to provoke the exception since the ia64 buildbot still by Neal Norwitz · 18 years ago
  22. 209ea39 Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. by Neal Norwitz · 18 years ago
  23. 6179234 Backport 60342: by Neal Norwitz · 18 years ago
  24. ab577c1 Backport r58453: by Neal Norwitz · 18 years ago
  25. b03528c Backport 60334: by Neal Norwitz · 18 years ago
  26. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
  27. 61c2c95 Fix failing test_mailbox on Cygwin by Andrew M. Kuchling · 18 years ago
  28. 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 18 years ago
  29. 8f034d9 Backport of r60190: by Gregory P. Smith · 18 years ago
  30. 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 18 years ago
  31. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 18 years ago
  32. 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 18 years ago
  33. ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
  34. 5f4fc83 This got fixed in r60056. by Guido van Rossum · 18 years ago
  35. 03706d2 Backport r55080: by Guido van Rossum · 18 years ago
  36. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 18 years ago
  37. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 18 years ago
  38. 81728cf Backport r59758. by Guido van Rossum · 18 years ago
  39. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 18 years ago
  40. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  41. 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 18 years ago
  42. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
  43. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 18 years ago
  44. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  45. a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 18 years ago
  46. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 18 years ago
  47. f481598 Backport r59049: by Walter Dörwald · 18 years ago
  48. ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 18 years ago
  49. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 18 years ago
  50. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 18 years ago
  51. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 18 years ago
  52. a1e5387 Backport r58868: by Gregory P. Smith · 18 years ago
  53. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 18 years ago
  54. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 18 years ago
  55. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 18 years ago
  56. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
  57. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  58. 51cf112 backport r57626 by Skip Montanaro · 18 years ago
  59. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  60. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 18 years ago
  61. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
  62. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 18 years ago
  63. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  64. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 18 years ago
  65. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 18 years ago
  66. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 18 years ago
  67. e99cb23 Backport 55887: by Neal Norwitz · 18 years ago
  68. 8355dd5 Backport 55874: by Neal Norwitz · 18 years ago
  69. 11c5275 Backport 55873: by Neal Norwitz · 18 years ago
  70. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 18 years ago
  71. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  72. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 18 years ago
  73. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 18 years ago
  74. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
  75. 60111e0 (Backport from r55770) by Hye-Shik Chang · 18 years ago
  76. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 18 years ago
  77. cf0fab2 Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 18 years ago
  78. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  79. 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
  80. 7bca027 Merging change 55102 from the trunk: by Kristján Valur Jónsson · 18 years ago
  81. daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 18 years ago
  82. 44dab0a Whitespace normalization by Neal Norwitz · 18 years ago
  83. 6def78a Convert PyUnit -> unittest. Backported from r54929. by Collin Winter · 18 years ago
  84. 2f131d8 Recommit r54805: by Barry Warsaw · 18 years ago
  85. 93a3603 Backport r54786: by Walter Dörwald · 18 years ago
  86. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 18 years ago
  87. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 18 years ago
  88. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  89. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  90. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 18 years ago
  91. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  92. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  93. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  94. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  95. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  96. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  97. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  98. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  99. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  100. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago