Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0babc44ab2696b89dd4cd60aae68da11dc6cfbf3
/
Lib
/
pipes.py
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 23 years ago
0f715d2
Use string.ascii_letters instead of string.letters (SF bug #226706).
by Fred Drake
· 23 years ago
c09cee4
SF bug 418615: regular expression bug in pipes.py.
by Tim Peters
· 24 years ago
352674d
a few more __all__ lists
by Skip Montanaro
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
ff3932a
No need to import os in test(). (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
2db9135
Misc changes and new modules. whrandom is "objectified". SOCKET.py
by Guido van Rossum
· 32 years ago