summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1364545: test_cmd_line.py relied on english error messages whenWalter Dörwald2005-11-251-13/+12
* Test is still disabled, but access through public moduleNeal Norwitz2005-11-251-2/+2
* Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so...Neal Norwitz2005-11-251-2/+4
* Fix typo in comment.Neal Norwitz2005-11-241-1/+2
* Move registration of the codec search function to the module scopeNeal Norwitz2005-11-241-17/+18
* move test into a unittest.TestCase, no functional changesNeal Norwitz2005-11-241-74/+74
* [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...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
* improve test coverage in Python/pystrtod.c and Python/mystrtoul.c.Neal Norwitz2005-11-221-0/+29
* Add a test for uu.encode() that passed filenames asWalter Dörwald2005-11-211-0/+8
* Add a rudimentary test for the platform module that at least calls eachWalter Dörwald2005-11-211-0/+74
* Increase code coverage in Python/structmember.c from 33% to 40%Walter Dörwald2005-11-181-0/+8
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-172-2/+150
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-172-2/+72
* Added proper reflection on instances of <type 'method-wrapper'>, e.g.Armin Rigo2005-11-071-0/+13
* similar to SF bug 847019: a quick check in the time() constructor, whichArmin Rigo2005-11-071-0/+7
* Oops, forgot to add the output file to 41388.Neal Norwitz2005-11-031-0/+2
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+20
* Change time.strptime() to raise ValueError whenever there is an error in theBrett Cannon2005-11-021-2/+12
* Fix SF #1345263, colorsys tests, bug in frangeNeal Norwitz2005-11-021-1/+1
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* fix typos, mostly in commentsFred Drake2005-10-282-2/+2
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-0/+30
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-241-0/+23
* Fix compiler test when run with -u (long mode)Neal Norwitz2005-10-241-1/+1
* Fix arigo's funky LOAD_NAME bug: implicit globals inside classes haveNeil Schemenauer2005-10-231-0/+9
* Revert previous checkin:Neal Norwitz2005-10-221-1/+1
* Revert change, func_name of lambda's is back to <lambda>.Neil Schemenauer2005-10-211-1/+1
* Fix bug:Michael W. Hudson2005-10-212-0/+20
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-211-2/+14
* Add comment lost from AST mergeNeal Norwitz2005-10-211-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-2012-70/+214
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-202-29/+37
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-201-1/+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
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+36
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+50
* - Fix segfault with invalid coding.Neal Norwitz2005-10-022-0/+22
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+9
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-252-0/+36
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-243-1/+13
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+7
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-201-2/+21
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-191-0/+6
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* No longer ignore exceptions raised by comparisons during key lookup.Raymond Hettinger2005-09-161-0/+17
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-151-0/+2