summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-238-27/+89
* Very very small comment change.Roger E. Masse1996-12-201-1/+1
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-209-53/+71
* added test of the regex moduleBarry Warsaw1996-12-203-0/+92
* More and better comments.Roger E. Masse1996-12-201-4/+11
* Minor semantic cleanup.Roger E. Masse1996-12-201-3/+3
* Output for test script for the SGI imgfile module.Roger E. Masse1996-12-201-0/+1
* Test script for the SGI imgfile module.Roger E. Masse1996-12-202-0/+104
* 8 bit greyscale test file needed for testing imageop and imgfile.Roger E. Masse1996-12-201-0/+0
* Test program for the SGI imageop module.Roger E. Masse1996-12-202-0/+122
* test output for SGI imageop C module.Roger E. Masse1996-12-201-0/+1
* Two new files (to shut up regrtest).Guido van Rossum1996-12-202-0/+30
* Added example DL for SGI IRIX.Guido van Rossum1996-12-201-0/+2
* Added test for minmax.Guido van Rossum1996-12-201-0/+7
* New regression test harness. See usage message / doc string.Guido van Rossum1996-12-201-0/+170
* Import verbose flag from test_support instead of testing __name__.Guido van Rossum1996-12-201-5/+1
* Set test_support.verbose to 0, to signal tests only to generateGuido van Rossum1996-12-201-0/+2
* Add verbose flag for regression test to clear.Guido van Rossum1996-12-201-0/+2
* Test of the operator moduleBarry Warsaw1996-12-183-0/+78
* Test script output for the UNIX group file access module (grp)Roger E. Masse1996-12-181-0/+1
* Test script for the UNIX group file access module (grp)Roger E. Masse1996-12-182-0/+25
* Different operation in verbose mode: show the supported nonstandardGuido van Rossum1996-12-181-2/+16
* In lieu of harness rewrite, fixed problem with test_thread ImportErrorBarry Warsaw1996-12-181-17/+14
* Test output for the GNU dbm module (gdbm)Roger E. Masse1996-12-171-0/+1
* Test script for the GNU dbm module (gdbm)Roger E. Masse1996-12-172-0/+36
* Added the test output for fcntl.Roger E. Masse1996-12-171-0/+1
* Added a test script for the fcntl C module.Roger E. Masse1996-12-172-0/+32
* Output for _xdr module testBarry Warsaw1996-12-171-0/+1
* A test of the _xdrmodule (not the entire xdr.py module).Barry Warsaw1996-12-171-0/+24
* Added _xdrmodule testBarry Warsaw1996-12-171-0/+1
* (test_thread): output from thread testBarry Warsaw1996-12-161-0/+6
* (test_thread.py): modifications to quiet it up when not running as a script.Barry Warsaw1996-12-162-6/+17
* Updated test_crypt test to jive with bwarsaw testing styleRoger E. Masse1996-12-161-1/+7
* Revised output for test_cryptRoger E. Masse1996-12-161-1/+0
* Revised test for errno ala bwarsaw's testing paradigm.Roger E. Masse1996-12-161-5/+8
* Output files for test_dl and test_errnoRoger E. Masse1996-12-162-0/+2
* Added test_dl to harnessRoger E. Masse1996-12-161-0/+1
* Revised strategy for testing recomended by bwarsawRoger E. Masse1996-12-161-26/+28
* Added test_errno to the test suiteRoger E. Masse1996-12-162-0/+45
* Test for the dl module. This only works for SunOS and Solaris.Roger E. Masse1996-12-131-0/+32
* nonstandard_expectations is only added when in verbose mode, so weBarry Warsaw1996-12-131-2/+1
* Hmm, now that I think about it, we *can* use time.time() and 'date' ifBarry Warsaw1996-12-131-6/+8
* More or less portabilized.Barry Warsaw1996-12-131-7/+11
* FixedBarry Warsaw1996-12-131-2/+0
* Output file for module struct testBarry Warsaw1996-12-131-0/+3
* A test of the struct moduleBarry Warsaw1996-12-122-0/+45
* Print final report, either all tests OK, or list of failed and missingBarry Warsaw1996-12-121-5/+19
* Print a more meaningful message when a test's output file wasn'tBarry Warsaw1996-12-121-1/+5
* Fixed test_strftime to be silent when called from autotest.Guido van Rossum1996-12-122-9/+15
* Added test_strftime (Skip Montanaro).Guido van Rossum1996-12-123-0/+88