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