summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/future.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-7/+0
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-1/+2
* Skip over doc strings.Martin v. Löwis2006-02-271-1/+8
* Whitespace normalization.Tim Peters2001-10-181-2/+1
* Track removal of doc string from Module().nodes[0]Jeremy Hylton2001-08-181-7/+2
* Add support for future statementsJeremy Hylton2001-04-091-0/+78