1. cb9051a after discussions with perky, reverted fix for Bug #1379994: Builtin by Anthony Baxter · 19 years ago
  2. 1d25000 Merge rev 43181 from the trunk. by Tim Peters · 19 years ago
  3. 97334ae Backport of r41530 (neal.norwitz, 2005-11-24): by Martin v. Löwis · 19 years ago
  4. a8de08d Backport: by Neal Norwitz · 19 years ago
  5. a6c0c20 Mechanical whitespace normalization. by Tim Peters · 19 years ago
  6. 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
  7. 0ca2212 Merge revs 42842, 42844, and part of a whitespace normalization by Tim Peters · 19 years ago
  8. 5a8605e Backport 43147: by Neal Norwitz · 19 years ago
  9. c612a5d Merge rev 43091 from the trunk. by Tim Peters · 19 years ago
  10. d1442b4 Merge rev 43081 from trunk. by Tim Peters · 19 years ago
  11. d82f391 Merge rev 43079 from the trunk. This should allow test_winsound to pass by Tim Peters · 19 years ago
  12. 8a2bffc Backport 42932: by Neal Norwitz · 19 years ago
  13. b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
  14. ef63e9f Merge rev 42963 from the trunk. by Tim Peters · 19 years ago
  15. 1baff3c Merge rev 41859 from the trunk. by Tim Peters · 19 years ago
  16. 82e8f38 Merge rev 42904 from the trunk. by Tim Peters · 19 years ago
  17. eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
  18. e34fc70 Backport trunk's r42878 (neal.norwitz): by Thomas Wouters · 19 years ago
  19. a4b4dc3 Backport revision 42872: by Walter Dörwald · 19 years ago
  20. f07e42c Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 20 years ago
  21. 0b61a45 Backported from r41842. by Armin Rigo · 20 years ago
  22. 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 20 years ago
  23. f3cba11 Backport: This should get test_timeout to pass when running on any python.org host. by Neal Norwitz · 20 years ago
  24. 71a92a8 Fix typo by Neal Norwitz · 20 years ago
  25. cb65c7e Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 20 years ago
  26. 4cf52a2 Remove file even if non-existant by Neal Norwitz · 20 years ago
  27. efd8e78 Remove generated test db files by Neal Norwitz · 20 years ago
  28. ebf1dca Backport: by Neal Norwitz · 20 years ago
  29. 6c0a2fd Checkin the test of patch #1400181. by Georg Brandl · 20 years ago
  30. 63fd4f4 Backport: Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
  31. c046e80 Test curses.setupterm() before initscr(). by Georg Brandl · 20 years ago
  32. 44d52e2 Backport: by Neal Norwitz · 20 years ago
  33. 964ab82 Backport: by Neal Norwitz · 20 years ago
  34. 52f3d18 Skip this test on Darwin. It's skipped on the trunk and is listed as by Skip Montanaro · 20 years ago
  35. b81832c Backport: by Neal Norwitz · 20 years ago
  36. bd2bd89 Backport: If the audio file does not exist, the test should be skipped. by Neal Norwitz · 20 years ago
  37. 586ad55 Backport: Skip test_curses if stdin is not a tty (like when run from cron or buildbot). by Neal Norwitz · 20 years ago
  38. 9842167 Work around test_locale failing on Solaris 10. by Martin v. Löwis · 20 years ago
  39. cac7b9d backport Sniffer class fix (rev 41838) by Skip Montanaro · 20 years ago
  40. b8a9b8c Backport: Patch #1117398: fix cookielib LoadError by Neal Norwitz · 20 years ago
  41. cb92b45 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 20 years ago
  42. f77d7ab fix recurring typo: occured --> occurred (already fixed in Python trunk) by Fred Drake · 20 years ago
  43. e39983b fix indentation; this could not have passed by Fred Drake · 20 years ago
  44. f5e141f Backport checkin: by Walter Dörwald · 20 years ago
  45. 4af7169 [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 20 years ago
  46. 4e2a4ff [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 20 years ago
  47. 6e4524f Backport (with output/test_poll): by Neal Norwitz · 20 years ago
  48. 64597d0 Backport: Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
  49. 4360e73 Backport: by Neal Norwitz · 20 years ago
  50. ecea121 Backport: SF bug #1167751: fix incorrect code being for generator expressions. by Neal Norwitz · 20 years ago
  51. 1bd3b13 Backport: by Neal Norwitz · 20 years ago
  52. ad2fa76 Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  53. b54ee3d Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 20 years ago
  54. 656b762 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
  55. c2b7c59 Backport: by Neal Norwitz · 20 years ago
  56. 3529f21 file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03:46 +0000 by Neal Norwitz · 20 years ago
  57. c0db0c2 This commit was manufactured by cvs2svn to create branch 'release24-maint'. by cvs2svn · 20 years ago
  58. bc3710f - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, by Neal Norwitz · 20 years ago
  59. ea2ef08 Backport (with Anthony's blessing (in fact he reminded me to do it :)): by Michael W. Hudson · 20 years ago
  60. 5e364ca Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). by Guido van Rossum · 20 years ago
  61. bf8cef4 (backport) test and fix for buggy handling of exceptions raised by C by Armin Rigo · 20 years ago
  62. 523263d backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Anthony Baxter · 20 years ago
  63. 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
  64. fc7cb40 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
  65. fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
  66. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  67. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  68. bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  69. 6cff8cd Add list() around xreadlines() by Georg Brandl · 20 years ago
  70. d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  71. 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  72. 296681e backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  73. 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
  74. dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  75. 6eee2fe Backport bug #735248: fix urllib2.parse_http_list(). by Georg Brandl · 20 years ago
  76. a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  77. 9314d32 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago
  78. 190a336 Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch by Barry Warsaw · 20 years ago
  79. ccb5e4d Complete backport of #1172785 fix. by Georg Brandl · 20 years ago
  80. ab29419 Teach set modules to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  81. 787b4c5 * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), by Raymond Hettinger · 20 years ago
  82. 1987607 add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 20 years ago
  83. 87494a5 Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  84. ba72589 Backport checkin: by Walter Dörwald · 20 years ago
  85. c3e6eba backport doctest for weakref examples by Georg Brandl · 20 years ago
  86. 1ec9c52 SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 20 years ago
  87. 8f7dce6 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  88. 25010f2 backport Lib/test/test_class.py revision 1.13: by Michael W. Hudson · 20 years ago
  89. 9517253 [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 20 years ago
  90. 475661e [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 20 years ago
  91. f16afd2 Tools/scripts/reindent.py is your friend by Anthony Baxter · 20 years ago
  92. 997b362 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 20 years ago
  93. bf07710 Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
  94. c5d8c7b backport of [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
  95. bab518b Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  96. 5298ade whitespace normalisation by Anthony Baxter · 20 years ago
  97. 90014d6 fix exceptions.TabError. _Please_ run test suite before checking in. by Anthony Baxter · 20 years ago
  98. 6ed5f30 [Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and add a test case by Andrew M. Kuchling · 20 years ago
  99. 53fa7ee Fix a docstring with mismatched opening and closing quotes. by Brett Cannon · 20 years ago
  100. 4d3fec6 Backport checkin (and the appropriate fix to the test): by Walter Dörwald · 20 years ago