Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-97669: Remove outdated example scripts (#97675) | Victor Stinner | 2022-10-04 | 1 | -275/+0 |
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 1 | -8/+7 |
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 | 1 | -0/+0 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -12/+12 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
* | Fix typo in module docstring. | Tim Peters | 2001-08-15 | 1 | -1/+1 |
* | + A msg on c.l.py reminded me that docstrings can be implicitly catenated. | Tim Peters | 2001-08-13 | 1 | -28/+48 |
* | Tool to delete (or just rewrite parts of) obsolete future statements. | Tim Peters | 2001-08-12 | 1 | -0/+256 |