cpython/Lib/test
Guido van Rossum b31c7f732a * test_select.py: (some) tests for built-in select module
* test_grammar.py, testall.out: added test for funny things in string literals
* token.py, symbol.py: definitions used with built-in parser module.
* tokenize.py: added double-quote recognition
1993-11-11 10:31:23 +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 * string.py: added rindex(), rfind(); changed index() to interpret 1993-11-08 15:05:21 +00:00
test_b2.py * string.py: added rindex(), rfind(); changed index() to interpret 1993-11-08 15:05:21 +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_select.py: (some) tests for built-in select module 1993-11-11 10:31:23 +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_select.py: (some) tests for built-in select module 1993-11-11 10:31:23 +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