summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Bug #1101233: fix test_fcntl on netbsd2 platform.Georg Brandl2006-02-201-1/+1
* Backported from r41842.Armin Rigo2006-02-202-0/+112
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-191-0/+10
* Backport: This should get test_timeout to pass when running on any python.org...Neal Norwitz2006-02-181-0/+5
* Fix typoNeal Norwitz2006-02-041-1/+1
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Remove file even if non-existantNeal Norwitz2006-01-251-2/+6
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
* Backport:Neal Norwitz2006-01-251-0/+6
* Checkin the test of patch #1400181.Georg Brandl2006-01-201-0/+14
* Backport:Neal Norwitz2006-01-142-0/+9
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Backport:Neal Norwitz2006-01-101-1/+7
* Backport:Neal Norwitz2006-01-091-0/+11
* Skip this test on Darwin. It's skipped on the trunk and is listed asSkip Montanaro2006-01-071-0/+6
* Backport:Neal Norwitz2006-01-061-4/+7
* Backport: If the audio file does not exist, the test should be skipped.Neal Norwitz2006-01-052-2/+2
* Backport: Skip test_curses if stdin is not a tty (like when run from cron or ...Neal Norwitz2006-01-051-1/+3
* Work around test_locale failing on Solaris 10.Martin v. Löwis2005-12-301-3/+8
* backport Sniffer class fix (rev 41838)Skip Montanaro2005-12-281-0/+4
* Backport: Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+25
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-10/+14
* fix recurring typo: occured --> occurredFred Drake2005-11-302-2/+2
* fix indentation; this could not have passedFred Drake2005-11-301-3/+3
* 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