summaryrefslogtreecommitdiffstats
path: root/Lib/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Added docstrings by Sue Williams, re-indented to 4 spaces / level.Fred Drake1997-06-121-20/+44
|
* Added clarifying commentGuido van Rossum1995-01-041-0/+2
|
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-4/+4
| | | | | | | | | | | 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()
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-1/+1
| | | | Minor, minor changes to commands.py and sndhdr.py.
* path -> posixpathGuido van Rossum1992-03-311-2/+4
|
* New == syntaxGuido van Rossum1992-01-011-2/+2
|
* Now uses pipes.Guido van Rossum1991-08-161-32/+9
|
* Mad readfile() read the file in one fell swoop.Guido van Rossum1990-10-241-1/+11
|
* Make readfile read the file in one fell swoop.Guido van Rossum1990-10-211-8/+2
|
* Initial revisionGuido van Rossum1990-10-131-0/+73