cpython/Lib/test
Guido van Rossum e65cce5eec * string.py: added rindex(), rfind(); changed index() to interpret
negative start indices starting from the right.
* ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
* os.py: added execl, execlp, and execvp.
* lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
* test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
* commands.py: use os, not posix
* test_grammar.py: make it easy to disable non-portable int overflow tests
* dis.py: don't abuse range()
1993-11-08 15:05:21 +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 * string.py: added rindex(), rfind(); changed index() to interpret 1993-11-08 15:05:21 +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 * profile.py, pdb.py: added help() function 1993-10-22 13:56:35 +00:00
testall.out * string.py: added rindex(), rfind(); changed index() to interpret 1993-11-08 15:05:21 +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