summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add a few doc strings.Guido van Rossum1998-05-101-6/+31
* benchmark for list.sort()Guido van Rossum1998-05-101-0/+109
* Use hex() when outputting the various checksums so the test output is theGuido van Rossum1998-04-242-5/+5
* New test sample -- "Nobody expects the Spanish Inquisition!"Guido van Rossum1998-04-231-0/+0
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-235-50/+16
* Add test for MimeWriter moduleGuido van Rossum1998-04-232-0/+280
* Add writelines() method to Compare class.Guido van Rossum1998-04-231-0/+3
* AMK's latestGuido van Rossum1998-04-032-25/+100
* Track changes in tokenize.pyGuido van Rossum1998-04-031-30/+30
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-2636-930/+930
* Add test for core dump -- make sure it doesn't come back!Guido van Rossum1998-02-251-0/+5
* Adding output of test_xmllib.pyGuido van Rossum1998-02-131-0/+1
* Make this test work when imported from the interpreter instead of runGuido van Rossum1998-01-291-1/+6
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-291-0/+25
* Added tests for qualified sub and splitGuido van Rossum1998-01-141-0/+15
* Add tests for re.L(OCALE).Guido van Rossum1997-12-301-1/+7
* Make this test succeed even when using "import test.test_zlib".Guido van Rossum1997-12-181-2/+5
* Move %x test to nonstandard section because it appears to be locale specific.Guido van Rossum1997-12-151-2/+3
* Believe it or not, some people have an empty group database.Guido van Rossum1997-12-151-7/+10
* Use long() instead of int() to compare mktime(localtime(t) with t...Guido van Rossum1997-12-081-1/+1
* New re version from AMKGuido van Rossum1997-12-082-19/+108
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-021-2/+7
* Added strop.split tests when sep is None.Barry Warsaw1997-12-021-0/+6
* Added tests of strop.replace()Barry Warsaw1997-11-291-0/+9
* Use fuzzy comparison from test_support to compare outcome ofGuido van Rossum1997-11-241-1/+4
* os2 patch by Jeff RushGuido van Rossum1997-11-222-4/+3
* Separate out a function pystones(loops=LOOPS) which runs the benchmarkGuido van Rossum1997-11-061-8/+12
* Add __init__.py to test package.Guido van Rossum1997-11-061-0/+1
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-311-1/+4
* Tests for tokenize.py (Ka-Ping Yee)Guido van Rossum1997-10-273-0/+775
* Catch KeyboardInterrupt separately and propagate it, instead ofGuido van Rossum1997-10-201-1/+4
* Added separate tests for {}.get().Guido van Rossum1997-10-201-0/+3
* Added tests of dict.get()Barry Warsaw1997-10-201-0/+6
* Change test for re.sub() involving g<...> to use a multi-characterGuido van Rossum1997-10-081-1/+1
* Use `...` around binary strings.Guido van Rossum1997-10-071-1/+1
* Fix path search for test data file so it works under more circumstances.Guido van Rossum1997-10-011-1/+6
* There was actually a test that ensured that raising an exception AGuido van Rossum1997-10-011-3/+2
* Fixed test for socket.error to work when it's a class exception.Guido van Rossum1997-10-011-1/+2
* Added test for __all__.Guido van Rossum1997-09-082-0/+22
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-2/+6
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-1/+2
* Pass optional arguments (globals(), locals(), []) to __import__() soGuido van Rossum1997-09-071-1/+1
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-062-0/+5
* Test set for package import.Guido van Rossum1997-09-062-0/+212
* Now produces some reassuring output.Jeremy Hylton1997-09-041-0/+9
* Many more tests, including tests of many optional arguments.Jeremy Hylton1997-09-041-0/+47
* The re test suite is very slow on slower hosts.Guido van Rossum1997-09-041-0/+3
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-291-1/+6
* regression test for new sequence unpacking semanticsBarry Warsaw1997-08-251-0/+131