index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
commands.py
Commit message (
Expand
)
Author
Age
*
The commands module has been removed. The getoutput() and getstatusoutput()
Brett Cannon
2008-05-26
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
Whitespace normalization.
Tim Peters
2001-01-14
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Fix indent of one line in mkarg(), that got indented badly by the
Guido van Rossum
1998-03-19
*
Added docstrings by Sue Williams, re-indented to 4 spaces / level.
Fred Drake
1997-06-12
*
Added clarifying comment
Guido van Rossum
1995-01-04
*
* string.py: added rindex(), rfind(); changed index() to interpret
Guido van Rossum
1993-11-08
*
New modules mimetools and rfc822.
Guido van Rossum
1992-07-13
*
path -> posixpath
Guido van Rossum
1992-03-31
*
New == syntax
Guido van Rossum
1992-01-01
*
Now uses pipes.
Guido van Rossum
1991-08-16
*
Mad readfile() read the file in one fell swoop.
Guido van Rossum
1990-10-24
*
Make readfile read the file in one fell swoop.
Guido van Rossum
1990-10-21
*
Initial revision
Guido van Rossum
1990-10-13