COMMITS
/ Python/future.c 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