index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
future.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
1
-4/+4
*
Removed more hair in support of future-generator stmts.
Tim Peters
2002-04-12
1
-1/+1
*
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton
2001-08-20
1
-3/+18
*
Refactor future feature handling
Jeremy Hylton
2001-08-10
1
-6/+4
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
1
-0/+3
*
future.c: insert a cosmetic space.
Tim Peters
2001-07-16
1
-1/+1
*
Part way to allowing "from __future__ import generators" to communicate
Tim Peters
2001-07-16
1
-1/+2
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-0/+2
*
When iterating over the names imported in a future statement, ignore the
Fred Drake
2001-03-10
1
-1/+1
*
Improve SyntaxErrors for bad future statements. Set file and location
Jeremy Hylton
2001-02-28
1
-10/+24
*
Need to support single_input explicitly so from __future__ imports
Jeremy Hylton
2001-02-28
1
-0/+8
*
Presumed correct compiler pass for future statements
Jeremy Hylton
2001-02-28
1
-25/+98
*
Improved __future__ parser; still more to do
Jeremy Hylton
2001-02-27
1
-0/+146