cpython/Lib/test
Guido van Rossum ae3b3a33d8 * test_*.py: new lambda syntax (also affects tests for filter, map,
reduce)
* ftplib.py: added default callback for retrlines; added dir() method
* ftplib.py: don't return self in self.connect(); added hack so that if
  'CDUP' is not understood, 'CWD ..' is tried.
* ftplib.py: second method called init() should have been called
  connect(); if __init__ sees more than one argument, it will also try to
  login().
1993-11-30 13:43:54 +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 * test_*.py: new lambda syntax (also affects tests for filter, map, 1993-11-30 13:43:54 +00:00
test_b2.py * test_*.py: new lambda syntax (also affects tests for filter, map, 1993-11-30 13:43:54 +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 * test_select.py: (some) tests for built-in select module 1993-11-11 10:31:23 +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_select.py * test_*.py: new lambda syntax (also affects tests for filter, map, 1993-11-30 13:43:54 +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 * profile.py, pdb.py: added help() function 1993-10-22 13:56:35 +00:00
testall.out * test_*.py: new lambda syntax (also affects tests for filter, map, 1993-11-30 13:43:54 +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