summaryrefslogtreecommitdiffstats
path: root/Python/future.c
Commit message (Expand)AuthorAgeFilesLines
* Improve SyntaxErrors for bad future statements. Set file and locationJeremy Hylton2001-02-281-10/+24
* Need to support single_input explicitly so from __future__ importsJeremy Hylton2001-02-281-0/+8
* Presumed correct compiler pass for future statementsJeremy Hylton2001-02-281-25/+98
* Improved __future__ parser; still more to doJeremy Hylton2001-02-271-0/+146