summaryrefslogtreecommitdiffstats
path: root/Python/future.c
Commit message (Expand)AuthorAgeFilesLines
* future.c: insert a cosmetic space.Tim Peters2001-07-161-1/+1
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-161-1/+2
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-0/+2
* When iterating over the names imported in a future statement, ignore theFred Drake2001-03-101-1/+1
* 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