Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for syntax errors. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
| | |||||
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -1/+0 |
| | |||||
* | Minor formatting cleanup. | Raymond Hettinger | 2004-08-16 | 1 | -5/+6 |
| | |||||
* | * Uncomment the SyntaxError doctest after Tim demonstrated how. | Raymond Hettinger | 2004-08-16 | 1 | -11/+6 |
| | | | | * Remove unnecessary sys.PS2 prompt lines. | ||||
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -6/+0 |
| | |||||
* | Add a test to verify an early call to iter() on the outermost for | Raymond Hettinger | 2004-05-20 | 1 | -0/+9 |
| | | | | expression. | ||||
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+258 |
(Code contributed by Jiwon Seo.) The documentation portion of the patch is being re-worked and will be checked-in soon. Likewise, PEP 289 will be updated to reflect Guido's rationale for the design decisions on binding behavior (as described in in his patch comments and in discussions on python-dev). The test file, test_genexps.py, is written in doctest format and is meant to exercise all aspects of the the patch. Further additions are welcome from everyone. Please stress test this new feature as much as possible before the alpha release. |