summaryrefslogtreecommitdiff
path: root/Lib/commands.py
Commit message (Expand)AuthorAgeFilesLines
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-1/+1
* #5841: add deprecation py3k warning and notice in the docs for commands module.Georg Brandl2009-04-251-4/+4
* take Brett's advice on a few warningsBenjamin Peterson2008-05-261-2/+2
* warn about some members of the commands moduleBenjamin Peterson2008-05-261-0/+4
* Deprecate commands.getstatus().Georg Brandl2007-03-131-0/+2
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-4/+4
* Fix indent of one line in mkarg(), that got indented badly by theGuido van Rossum1998-03-191-1/+1
* 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
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-1/+1
* 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