Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |