mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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()
|
||
|---|---|---|
| .. | ||
| autotest.py | ||
| test_b1.py | ||
| test_b2.py | ||
| test_builtin.py | ||
| test_exceptions.py | ||
| test_grammar.py | ||
| test_opcodes.py | ||
| test_operations.py | ||
| test_support.py | ||
| test_types.py | ||
| testall.out | ||
| testall.py | ||