cpython/Lib/test
Guido van Rossum d316607732 * ftplib.py: added abort() command (sends oob data).
* 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
1993-05-24 14:16:22 +00:00
..
autotest.py Added some new tests and two new files for testing: test_types.py 1992-11-27 22:53:50 +00:00
test_b1.py * os.py: _exit doesn't exist in all variations of posix 1993-01-26 13:04:43 +00:00
test_b2.py * Fix bug in tzparse.py for DST timezone 1993-03-29 11:30:50 +00:00
test_builtin.py Initial revision 1992-01-27 17:00:37 +00:00
test_exceptions.py Unmerged except and finally clauses 1992-05-06 11:39:49 +00:00
test_grammar.py Added some new tests and two new files for testing: test_types.py 1992-11-27 22:53:50 +00:00
test_opcodes.py Unmerged except and finally clauses 1992-05-06 11:39:49 +00:00
test_operations.py Initial revision 1992-01-27 17:00:37 +00:00
test_support.py * os.py: _exit doesn't exist in all variations of posix 1993-01-26 13:04:43 +00:00
test_types.py * ftplib.py: added abort() command (sends oob data). 1993-05-24 14:16:22 +00:00
testall.out * Fix bug in tzparse.py for DST timezone 1993-03-29 11:30:50 +00:00
testall.py Added some new tests and two new files for testing: test_types.py 1992-11-27 22:53:50 +00:00