summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
Commit message (Expand)AuthorAgeFilesLines
* Added test_pwdBarry Warsaw1996-12-111-0/+1
* added test_nisBarry Warsaw1996-12-111-0/+1
* When run as a script, runs each test and sends results to stdoutBarry Warsaw1996-12-101-0/+17
* New regression testing harness.Barry Warsaw1996-12-101-24/+18
* Added test_new.Barry Warsaw1996-12-101-2/+6
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-101-1/+1
* Test script/output for cryptmodule.c added to testall.py and testall.outRoger E. Masse1996-12-091-0/+1
* Added test_cmath.py to test complex math moduleRoger E. Masse1996-12-091-1/+1
* (testall.py): Slightly improved test harness to make it easier to addBarry Warsaw1996-12-091-36/+8
* Added test_stropBarry Warsaw1996-12-091-0/+4
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-091-1/+5
* Added test_timeBarry Warsaw1996-12-061-0/+4
* Added test for math moduleGuido van Rossum1996-08-081-0/+4
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+4
* Split in a number of subtest for easy maintenance and continued Mac support.Guido van Rossum1992-01-271-506/+20
* New == syntaxGuido van Rossum1992-01-011-17/+38
* New class syntax.Guido van Rossum1991-12-261-12/+8
* Added ZeroDivisionError except clauses.Guido van Rossum1991-12-161-0/+3
* test new functions and syntaxGuido van Rossum1991-08-161-18/+92
* Don't us sys.ps1 and sys.ps2.Guido van Rossum1991-04-071-3/+7
* Initial revisionGuido van Rossum1990-12-261-0/+416