summaryrefslogtreecommitdiff
path: root/Python/future.c
Commit message (Expand)AuthorAgeFilesLines
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-4/+4
* Removed more hair in support of future-generator stmts.Tim Peters2002-04-121-1/+1
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-3/+18
* Refactor future feature handlingJeremy Hylton2001-08-101-6/+4
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+3
* 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