- cb9051a after discussions with perky, reverted fix for Bug #1379994: Builtin by Anthony Baxter · 19 years ago
- 1d25000 Merge rev 43181 from the trunk. by Tim Peters · 19 years ago
- 97334ae Backport of r41530 (neal.norwitz, 2005-11-24): by Martin v. Löwis · 19 years ago
- a8de08d Backport: by Neal Norwitz · 19 years ago
- a6c0c20 Mechanical whitespace normalization. by Tim Peters · 19 years ago
- 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
- 0ca2212 Merge revs 42842, 42844, and part of a whitespace normalization by Tim Peters · 19 years ago
- 5a8605e Backport 43147: by Neal Norwitz · 19 years ago
- c612a5d Merge rev 43091 from the trunk. by Tim Peters · 19 years ago
- d1442b4 Merge rev 43081 from trunk. by Tim Peters · 19 years ago
- d82f391 Merge rev 43079 from the trunk. This should allow test_winsound to pass by Tim Peters · 19 years ago
- 8a2bffc Backport 42932: by Neal Norwitz · 19 years ago
- b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
- ef63e9f Merge rev 42963 from the trunk. by Tim Peters · 19 years ago
- 1baff3c Merge rev 41859 from the trunk. by Tim Peters · 19 years ago
- 82e8f38 Merge rev 42904 from the trunk. by Tim Peters · 19 years ago
- eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
- e34fc70 Backport trunk's r42878 (neal.norwitz): by Thomas Wouters · 19 years ago
- a4b4dc3 Backport revision 42872: by Walter Dörwald · 19 years ago
- f07e42c Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 20 years ago
- 0b61a45 Backported from r41842. by Armin Rigo · 20 years ago
- 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 20 years ago
- f3cba11 Backport: This should get test_timeout to pass when running on any python.org host. by Neal Norwitz · 20 years ago
- 71a92a8 Fix typo by Neal Norwitz · 20 years ago
- cb65c7e Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 20 years ago
- 4cf52a2 Remove file even if non-existant by Neal Norwitz · 20 years ago
- efd8e78 Remove generated test db files by Neal Norwitz · 20 years ago
- ebf1dca Backport: by Neal Norwitz · 20 years ago
- 6c0a2fd Checkin the test of patch #1400181. by Georg Brandl · 20 years ago
- 63fd4f4 Backport: Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
- c046e80 Test curses.setupterm() before initscr(). by Georg Brandl · 20 years ago
- 44d52e2 Backport: by Neal Norwitz · 20 years ago
- 964ab82 Backport: by Neal Norwitz · 20 years ago
- 52f3d18 Skip this test on Darwin. It's skipped on the trunk and is listed as by Skip Montanaro · 20 years ago
- b81832c Backport: by Neal Norwitz · 20 years ago
- bd2bd89 Backport: If the audio file does not exist, the test should be skipped. by Neal Norwitz · 20 years ago
- 586ad55 Backport: Skip test_curses if stdin is not a tty (like when run from cron or buildbot). by Neal Norwitz · 20 years ago
- 9842167 Work around test_locale failing on Solaris 10. by Martin v. Löwis · 20 years ago
- cac7b9d backport Sniffer class fix (rev 41838) by Skip Montanaro · 20 years ago
- b8a9b8c Backport: Patch #1117398: fix cookielib LoadError by Neal Norwitz · 20 years ago
- cb92b45 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 20 years ago
- f77d7ab fix recurring typo: occured --> occurred (already fixed in Python trunk) by Fred Drake · 20 years ago
- e39983b fix indentation; this could not have passed by Fred Drake · 20 years ago
- f5e141f Backport checkin: by Walter Dörwald · 20 years ago
- 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
- 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
- 6e4524f Backport (with output/test_poll): by Neal Norwitz · 20 years ago
- 64597d0 Backport: Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
- 4360e73 Backport: by Neal Norwitz · 20 years ago
- ecea121 Backport: SF bug #1167751: fix incorrect code being for generator expressions. by Neal Norwitz · 20 years ago
- 1bd3b13 Backport: by Neal Norwitz · 20 years ago
- ad2fa76 Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
- b54ee3d Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 20 years ago
- 656b762 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
- c2b7c59 Backport: by Neal Norwitz · 20 years ago
- 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
- c0db0c2 This commit was manufactured by cvs2svn to create branch 'release24-maint'. by cvs2svn · 20 years ago
- bc3710f - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, by Neal Norwitz · 20 years ago
- ea2ef08 Backport (with Anthony's blessing (in fact he reminded me to do it :)): by Michael W. Hudson · 20 years ago
- 5e364ca Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). by Guido van Rossum · 20 years ago
- bf8cef4 (backport) test and fix for buggy handling of exceptions raised by C by Armin Rigo · 20 years ago
- 523263d backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Anthony Baxter · 20 years ago
- 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
- fc7cb40 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
- fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
- e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
- fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
- bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
- 6cff8cd Add list() around xreadlines() by Georg Brandl · 20 years ago
- d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
- 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
- 296681e backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
- 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
- dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
- 6eee2fe Backport bug #735248: fix urllib2.parse_http_list(). by Georg Brandl · 20 years ago
- a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
- 9314d32 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago
- 190a336 Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch by Barry Warsaw · 20 years ago
- ccb5e4d Complete backport of #1172785 fix. by Georg Brandl · 20 years ago
- ab29419 Teach set modules to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
- 787b4c5 * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), by Raymond Hettinger · 20 years ago
- 1987607 add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 20 years ago
- 87494a5 Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
- ba72589 Backport checkin: by Walter Dörwald · 20 years ago
- c3e6eba backport doctest for weakref examples by Georg Brandl · 20 years ago
- 1ec9c52 SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 20 years ago
- 8f7dce6 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
- 25010f2 backport Lib/test/test_class.py revision 1.13: by Michael W. Hudson · 20 years ago
- 9517253 [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 20 years ago
- 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
- f16afd2 Tools/scripts/reindent.py is your friend by Anthony Baxter · 20 years ago
- 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
- bf07710 Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
- c5d8c7b backport of [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
- bab518b Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
- 5298ade whitespace normalisation by Anthony Baxter · 20 years ago
- 90014d6 fix exceptions.TabError. _Please_ run test suite before checking in. by Anthony Baxter · 20 years ago
- 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
- 53fa7ee Fix a docstring with mismatched opening and closing quotes. by Brett Cannon · 20 years ago
- 4d3fec6 Backport checkin (and the appropriate fix to the test): by Walter Dörwald · 20 years ago