Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved handling of syntax errors. | Jeremy Hylton | 2006-01-27 | 1 | -1/+1 |
* | Fix SF bug #1167751, Argument genexp corner case | Neal Norwitz | 2005-10-21 | 1 | -2/+14 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -3/+2 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+258 |