Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f15a29f975bbdef6de0aa19a19b176d1baf8f5ab
/
Python
/
future.c
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
45aecf4
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
by Guido van Rossum
· 19 years ago
34aa7ba
from __future__ import with_statement addon for 'with', mostly written by Neal.
by Thomas Wouters
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
b15ec09
Reduce scope of feature
by Neal Norwitz
· 19 years ago
c1f213e
Remove unused macro, check is done elsewhere
by Neal Norwitz
· 19 years ago
6576bd8
Prevent name pollution by making lots of internal functions static.
by Neal Norwitz
· 20 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 20 years ago
c9add9a
Fix bug that allowed future statements virtually anywhere in a module.
by Jeremy Hylton
· 20 years ago
1a4ddae
SF patch #1007189, multi-line imports, for instance:
by Anthony Baxter
· 21 years ago
95292d6
Constify filenames and scripts. Fixes #651362.
by Martin v. Löwis
· 22 years ago
2bbdba3
Removed more hair in support of future-generator stmts.
by Tim Peters
· 23 years ago
1e35ce5
Fix SF bug [ #450245 ] Error in parsing future stmts
by Jeremy Hylton
· 24 years ago
b857ba2
Refactor future feature handling
by Jeremy Hylton
· 24 years ago
4668b00
Implement PEP 238 in its (almost) full glory.
by Guido van Rossum
· 24 years ago
51d76f1
future.c: insert a cosmetic space.
by Tim Peters
· 24 years ago
5ba5866
Part way to allowing "from __future__ import generators" to communicate
by Tim Peters
· 24 years ago
b09f7ed
Preliminary support for "from __future__ import generators" to enable
by Guido van Rossum
· 24 years ago
198457a
When iterating over the names imported in a future statement, ignore the
by Fred Drake
· 24 years ago
ad3d3f2
Improve SyntaxErrors for bad future statements. Set file and location
by Jeremy Hylton
· 24 years ago
280c81a
Need to support single_input explicitly so from __future__ imports
by Jeremy Hylton
· 24 years ago
39e2f3f
Presumed correct compiler pass for future statements
by Jeremy Hylton
· 24 years ago
4db62b1
Improved __future__ parser; still more to do
by Jeremy Hylton
· 24 years ago