summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Test case for fork1() behavior.Guido van Rossum2000-02-252-0/+55
* Add tests to exercise sequence operations (multiplication, indexing,Andrew M. Kuchling2000-02-231-0/+25
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
* Make this pass the -tt test.Fred Drake2000-02-101-8/+8
* Added test case for accessing gsbm database by key after it's closed;Fred Drake2000-02-071-1/+7
* Revise tests to support str(<long int object>) not appending "L".Fred Drake1999-12-233-15/+21
* Test output.Guido van Rossum1999-10-191-0/+28
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-191-44/+85
* Test output for test_binhex.py.Guido van Rossum1999-10-191-0/+1
* This test really only tests the binhex module.Guido van Rossum1999-10-191-2/+2
* Add test case for bug just fixed by Stephen Turner.Guido van Rossum1999-07-131-0/+11
* added a test for "To: :" patchBarry Warsaw1999-07-121-0/+7
* Add the test case provided by Barry Scott for his patch.Guido van Rossum1999-06-151-0/+5
* Added a couple of endswith test cases for bugs reported by Timbot.Barry Warsaw1999-06-151-0/+8
* Added more tests of joinBarry Warsaw1999-06-141-0/+9
* Two extra startswith testsBarry Warsaw1999-06-111-0/+3
* Harness can now test object methods directly, if they aren't availableBarry Warsaw1999-06-111-2/+14
* Output for the regression test of the new string methods.Barry Warsaw1999-06-101-0/+3
* Regression test for the new string methods.Barry Warsaw1999-06-101-0/+110
* Regression test for date format code, by Mike Meyer.Guido van Rossum1999-05-031-0/+21
* Added test case that includes a comma in the full name. This testsFred Drake1999-04-281-0/+7
* Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)Guido van Rossum1999-04-191-1/+2
* # Bah. The same problem occurred a second time.Guido van Rossum1999-04-081-1/+1
* On Windows, we suddenly find, strftime() may return "" for anGuido van Rossum1999-04-081-1/+1
* Use binary mode for all gzip files we open.Guido van Rossum1999-04-071-4/+4
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
* Jonathan Giddy write:Guido van Rossum1999-04-011-0/+1
* Test protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+20
* Jonathan Giddy discovered this file was missing.Guido van Rossum1999-03-291-0/+1
* Test suite for UserList.Guido van Rossum1999-03-262-0/+177
* Test suite for UserDictGuido van Rossum1999-03-262-0/+102
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-254-0/+172
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-251-0/+30
* Add tests for float() and complex() with string args (Nick/StephanieGuido van Rossum1999-03-251-0/+2
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-242-0/+32
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13
* Test for popen2 module, by Chris Tismer.Guido van Rossum1999-03-112-0/+22
* 1. Print the error message (carefully) when a dl.open() fails in verbose mode.Guido van Rossum1999-02-231-3/+4
* According to Jeffrey Honig, bsd/os 4.0 should be added to the list.Guido van Rossum1999-02-231-1/+3
* The encoding type was wrong, I think.Guido van Rossum1999-02-051-0/+0
* New test for ntpath moduleGuido van Rossum1999-02-032-0/+43
* Added a -s option which is useful for narrowing down memory leaks.Barry Warsaw1999-01-281-4/+42
* Added a new test for old filter() memory leakBarry Warsaw1999-01-281-0/+17
* Slight reworking of this test. If nis.maps() gives a nis.error, thenBarry Warsaw1999-01-281-2/+5
* Test the rfc822.py module. Contains just a few simple cases, and someBarry Warsaw1999-01-142-0/+83
* New test_long.py from Tim Peters.Guido van Rossum1998-10-022-12/+126
* Patch by Marc-Andre Lemburg: use re module to compare test results.Guido van Rossum1998-09-141-5/+5
* There was still something wrong. The original NOTTESTS are replacedGuido van Rossum1998-08-251-3/+6
* Should pass explicit arguments to findtests(). Should initialize 'nottests'.Guido van Rossum1998-08-241-2/+4