| Commit message (Expand) | Author | Age |
* | gh-91217: deprecate-pipes (GH-91779) | Brett Cannon | 2022-04-21 |
* | Change type check to isinstance in pipes (GH-27291) | Anton Grübel | 2021-07-28 |
* | Merge doc changes from 3.2 (#10454, #12298) | Éric Araujo | 2011-09-02 |
|\ |
|
| * | Remove obsolete comment | Éric Araujo | 2011-09-01 |
* | | Add shlex.quote function, to escape filenames and command lines (#9723). | Éric Araujo | 2011-07-27 |
|/ |
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 |
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 |
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 |
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 |
* | Patch #444359: Remove unused imports. | Martin v. Löwis | 2001-08-02 |
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 |
* | SF bug 418615: regular expression bug in pipes.py. | Tim Peters | 2001-04-25 |
* | a few more __all__ lists | Skip Montanaro | 2001-02-07 |
* | Whitespace normalization. | Tim Peters | 2001-01-15 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 |
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 |
* | No need to import os in test(). (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 |
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 |
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 |
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 |