COMMITS
/ Python/future.c November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 20, 2008
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
February 28, 2006
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
December 6, 2005
N
Reduce scope of feature
Neal Norwitz committed
N
Remove unused macro, check is done elsewhere
Neal Norwitz committed
November 13, 2005
N
Prevent name pollution by making lots of internal functions static.
Neal Norwitz committed
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