1. 4341e54 #7507: quote "!" in pipes.quote(); it is a special character for some shells. by Georg Brandl · 15 years ago
  2. 5cac46d * fix issue#7476 by Jack Diederich · 15 years ago
  3. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
  4. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  5. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  6. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 24 years ago
  7. 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 24 years ago
  8. c09cee4 SF bug 418615: regular expression bug in pipes.py. by Tim Peters · 24 years ago
  9. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  10. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  11. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  12. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  13. ff3932a No need to import os in test(). (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
  14. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 28 years ago
  15. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  16. 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 33 years ago