summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-1/+1
| | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-292-0/+36
| | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-263-18/+41
| | | | * Added fcmp() to test_support.py and use it in test*.py
* * Add some more tests for numbersGuido van Rossum1993-01-212-0/+24
| | | | * mainloop.py: don't use select unless absolutely necessary (for Mac)
* Added output from testall run, for autotest.py.Guido van Rossum1992-11-271-0/+133
|
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-276-6/+295
| | | | | (testing operations on built-in types) and autotest.py (automatic regression testing).
* Unmerged except and finally clausesGuido van Rossum1992-05-062-5/+5
|
* '+' no longer accepted for varargs listGuido van Rossum1992-04-031-1/+1
|
* Some weird forms of try statements are no longer allowed.Guido van Rossum1992-03-311-5/+1
|
* Initial revisionGuido van Rossum1992-01-278-0/+756
|
* 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
| | | | Use ImportERror
* 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
| | | | Exercise trailing comma in tuples.
* Initial revisionGuido van Rossum1990-12-261-0/+416