summaryrefslogtreecommitdiff
path: root/Tools/scripts/cleanfuture.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-261-0/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-12/+12
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Fix typo in module docstring.Tim Peters2001-08-151-1/+1
* + A msg on c.l.py reminded me that docstrings can be implicitly catenated.Tim Peters2001-08-131-28/+48
* Tool to delete (or just rewrite parts of) obsolete future statements.Tim Peters2001-08-121-0/+256