summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/future.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_compiler after adding unicode_literalsNeal Norwitz2008-03-271-1/+2
* Fixed compiler module so __future__ print_function is compilable.Eric Smith2008-03-191-1/+1
* Revert rev 42617, it was introduced to work around bug #1441397.Georg Brandl2006-07-291-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