COMMITS
/ Python/future.c October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
February 4, 2005
J
Fix bug that allowed future statements virtually anywhere in a module.
Jeremy Hylton committed
August 31, 2004
A
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
April 12, 2002
T
Removed more hair in support of future-generator stmts.
Tim Peters committed
August 20, 2001
J
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
July 16, 2001
T
future.c: insert a cosmetic space.
Tim Peters committed
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed
July 15, 2001
G
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum committed
March 10, 2001
F
When iterating over the names imported in a future statement, ignore the
Fred Drake committed
February 28, 2001
J
Improve SyntaxErrors for bad future statements. Set file and location
Jeremy Hylton committed
J
Need to support single_input explicitly so from __future__ imports
Jeremy Hylton committed
J
Presumed correct compiler pass for future statements
Jeremy Hylton committed
February 27, 2001
J
Improved __future__ parser; still more to do
Jeremy Hylton committed