index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
pipes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge doc changes from 3.2 (#10454, #12298)
Éric Araujo
2011-09-02
1
-2
/
+0
|
\
|
*
Remove obsolete comment
Éric Araujo
2011-09-01
1
-2
/
+0
*
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-20
/
+3
|
/
*
Merged revisions 81365,81367 via svnmerge from
Georg Brandl
2010-05-19
1
-10
/
+8
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-16
/
+0
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-30
/
+16
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-3
/
+3
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-5
/
+5
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-1
/
+2
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-1
/
+0
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
1
-3
/
+3
*
SF bug 418615: regular expression bug in pipes.py.
Tim Peters
2001-04-25
1
-4
/
+4
*
a few more __all__ lists
Skip Montanaro
2001-02-07
1
-1
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-207
/
+207
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-7
/
+7
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-75
/
+72
*
No need to import os in test(). (Andrew Dalke & kjpylint)
Guido van Rossum
1999-05-03
1
-1
/
+0
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-5
/
+5
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-6
/
+5
*
Misc changes and new modules. whrandom is "objectified". SOCKET.py
Guido van Rossum
1992-10-18
1
-0
/
+302