summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Tim Peters' test for long intsGuido van Rossum1998-08-132-0/+144
* Guess what -- BSD has bifurcated again. :-(Guido van Rossum1998-08-111-1/+1
* Nannified, and re-indented with 4 spaces.Guido van Rossum1998-08-101-88/+88
* Generalized so it's useful for testing other packages, by AndrewGuido van Rossum1998-08-011-9/+34
* Measure performance of sub(), split(), findall().Guido van Rossum1998-07-171-0/+23
* Added tests for findall().Guido van Rossum1998-07-171-1/+21
* Add tests for array self-assigns. (This one has no relevance to JPython.)Guido van Rossum1998-07-161-1/+28
* Add tests for list self-assigns. (Sorry, this should have been hereGuido van Rossum1998-07-161-0/+13
* Improved test set for int() and long() string conversions.Guido van Rossum1998-06-301-0/+59
* Remove RCS and #! cruft at top.Guido van Rossum1998-06-261-4/+0
* With the recent change that makes numbers compare smaller than anything,Guido van Rossum1998-06-111-3/+3
* Now that test_MimeWriter is untabified, do the same here!Guido van Rossum1998-06-111-15/+15
* Changed runs of 8 spaces to tab -- to satisfy the tab nanny.Guido van Rossum1998-06-091-7/+7
* Untabified -- to satisfy the tab nanny.Guido van Rossum1998-06-091-44/+44
* Add Tim's worst case scenario.Guido van Rossum1998-05-261-6/+11
* Added some tests to make sure that long->int conversions nearGuido van Rossum1998-05-261-0/+12
* Change the last 4-space indent into a 1-tab indent.Guido van Rossum1998-05-221-1/+1
* Use random instead of whrandom.Guido van Rossum1998-05-202-12/+12
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-191-1/+12
* Reduce memory requirements.Guido van Rossum1998-05-121-1/+4
* 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