| Commit message (Expand) | Author | Age |
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 |
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 |
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 |
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 |
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Improved handling of syntax errors. | Jeremy Hylton | 2006-01-27 |
* | Fix SF bug #1167751, Argument genexp corner case | Neal Norwitz | 2005-10-21 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 |
* | Add tests for syntax errors. | Raymond Hettinger | 2004-09-30 |
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 |
* | Minor formatting cleanup. | Raymond Hettinger | 2004-08-16 |
* | * Uncomment the SyntaxError doctest after Tim demonstrated how. | Raymond Hettinger | 2004-08-16 |
* | Whitespace normalization. | Tim Peters | 2004-07-08 |
* | Add a test to verify an early call to iter() on the outermost for | Raymond Hettinger | 2004-05-20 |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 |