summaryrefslogtreecommitdiffstats
path: root/Lib/test/autotest.py
Commit message (Collapse)AuthorAgeFilesLines
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+68
(testing operations on built-in types) and autotest.py (automatic regression testing).