Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a poorly-translated raise statement in contextlib. | Collin Winter | 2007-09-01 | 1 | -1/+2 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -9/+8 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -2/+2 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -14/+14 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -3/+17 |
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -6/+5 |
* | Fix a bug in nested() - if one of the sub-context-managers swallows the | Guido van Rossum | 2006-03-01 | 1 | -1/+4 |
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+138 |