summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Backport checkin:Walter Dörwald2005-11-251-2/+12
* [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix...Andrew M. Kuchling2005-11-221-0/+11
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-0/+2
* Backport (with output/test_poll):Neal Norwitz2005-11-032-0/+22
* Backport:Neal Norwitz2005-11-021-1/+1
* Backport:Neal Norwitz2005-10-281-0/+24
* Backport: SF bug #1167751: fix incorrect code being for generator expressions.Neal Norwitz2005-10-231-0/+12
* Backport:Neal Norwitz2005-10-201-0/+48
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+4
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* Backport:Neal Norwitz2005-10-031-0/+50
* file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03...Neal Norwitz2005-10-031-50/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-10-031-0/+50
* - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,Neal Norwitz2005-09-301-0/+9
* Backport (with Anthony's blessing (in fact he reminded me to do it :)):Michael W. Hudson2005-09-261-0/+7
* Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).Guido van Rossum2005-09-221-2/+2
* (backport) test and fix for buggy handling of exceptions raised by CArmin Rigo2005-09-201-2/+21
* backport:Anthony Baxter2005-09-201-0/+7
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGeorg Brandl2005-09-181-0/+3
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Clear the regex cache when the locale changes.Brett Cannon2005-09-151-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Backport checkin:Walter Dörwald2005-08-302-3/+82
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+35
* Add list() around xreadlines()Georg Brandl2005-08-261-1/+1
* backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-9/+93
* backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* backport bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* Backport fixes for bugs #1191043 and #1215928.Georg Brandl2005-08-251-1/+17
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Backport bug #735248: fix urllib2.parse_http_list().Georg Brandl2005-08-241-0/+8
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...Georg Brandl2005-08-241-0/+8
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patchBarry Warsaw2005-08-151-0/+1
* Complete backport of #1172785 fix.Georg Brandl2005-08-131-0/+3
* Teach set modules to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-132-0/+25
* * SF bug #1257731: Fix logic in set.__contains__(), set.remove(),Raymond Hettinger2005-08-121-0/+13
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-0/+5
* Fix all wrong instances of "it's".Georg Brandl2005-07-225-8/+8
* Backport checkin:Walter Dörwald2005-07-201-1/+18
* backport doctest for weakref examplesGeorg Brandl2005-07-021-0/+86
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-1/+19
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-191-0/+10
* backport Lib/test/test_class.py revision 1.13:Michael W. Hudson2005-06-161-1/+1
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-081-0/+6
* Tools/scripts/reindent.py is your friendAnthony Baxter2005-06-082-5/+5
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-071-0/+18
* Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+10