summaryrefslogtreecommitdiffstats
path: root/Python/future.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+5
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-3/+3
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+2
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+2
* Reduce scope of featureNeal Norwitz2005-12-061-2/+1
* Remove unused macro, check is done elsewhereNeal Norwitz2005-12-061-1/+0
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-131-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-202/+74
* Fix bug that allowed future statements virtually anywhere in a module.Jeremy Hylton2005-02-041-2/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-12/+13
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-4/+4
* Removed more hair in support of future-generator stmts.Tim Peters2002-04-121-1/+1
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-3/+18
* Refactor future feature handlingJeremy Hylton2001-08-101-6/+4
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-0/+3
* future.c: insert a cosmetic space.Tim Peters2001-07-161-1/+1
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-161-1/+2
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-0/+2
* When iterating over the names imported in a future statement, ignore theFred Drake2001-03-101-1/+1
* Improve SyntaxErrors for bad future statements. Set file and locationJeremy Hylton2001-02-281-10/+24
* Need to support single_input explicitly so from __future__ importsJeremy Hylton2001-02-281-0/+8
* Presumed correct compiler pass for future statementsJeremy Hylton2001-02-281-25/+98
* Improved __future__ parser; still more to doJeremy Hylton2001-02-271-0/+146