Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+1 |
| | | | | | | | | the yield statement. I figure we have to have this in before I can release 2.2a1 on Wednesday. Note: test_generators is currently broken, I'm counting on Tim to fix this. | ||||
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | Remove redundant "__future__:" from module docstring. | Ka-Ping Yee | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Typo repair. | Tim Peters | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Make names in __future__.py bind to class instances instead of 2-tuples. | Tim Peters | 2001-03-02 | 1 | -7/+32 |
| | | | | Suggested on c.l.py by William Tanksley, and I like it. | ||||
* | Whitespace normalization. | Tim Peters | 2001-02-28 | 1 | -4/+4 |
| | |||||
* | Add __future__.py to std library, + dull test to verify that assignments | Tim Peters | 2001-02-26 | 1 | -0/+44 |
therein are of the proper form. |