summaryrefslogtreecommitdiff
path: root/Lib/pipes.py
Commit message (Expand)AuthorAgeFilesLines
* Merge doc changes from 3.2 (#10454, #12298)Éric Araujo2011-09-021-2/+0
|\
| * Remove obsolete commentÉric Araujo2011-09-011-2/+0
* | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-20/+3
|/
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-11/+6
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-0/+3
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-16/+0
* Raise statement normalization in Lib/.Collin Winter2007-08-301-30/+16
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-1/+2
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-1/+0
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-3/+3
* SF bug 418615: regular expression bug in pipes.py.Tim Peters2001-04-251-4/+4
* a few more __all__ listsSkip Montanaro2001-02-071-1/+2
* Whitespace normalization.Tim Peters2001-01-151-207/+207
* Update the code to better reflect recommended style:Fred Drake2000-12-121-7/+7
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-75/+72
* No need to import os in test(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-5/+5
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-6/+5
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+302