| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #19092: ExitStack now reraises exceptions from __exit__ | Nick Coghlan | 2013-10-01 | 1 | -3/+15 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
* | | Close #14969: Improve the handling of exception chaining in contextlib.ExitStack | Nick Coghlan | 2012-06-01 | 1 | -3/+13 |
|
|
* | | Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa... | Nick Coghlan | 2012-05-31 | 1 | -26/+15 |
|
|
* | | Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne... | Nick Coghlan | 2012-05-21 | 1 | -5/+121 |
|
|
* | | remove unused imports (closes #12432) | Benjamin Peterson | 2011-06-28 | 1 | -1/+0 |
|/ |
|
* | Remove trailing whitespace | Nick Coghlan | 2011-05-05 | 1 | -2/+2 |
|
|
* | Issue #11647: allow contextmanager objects to be used as decorators as descri... | Nick Coghlan | 2011-05-05 | 1 | -4/+24 |
|
|
* | Issue #10859: Make `contextlib.GeneratorContextManager` officially | Antoine Pitrou | 2011-01-08 | 1 | -2/+2 |
|
|
* | Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ... | Michael Foord | 2010-06-30 | 1 | -2/+13 |
|
|
* | remove nested from __all__ | Benjamin Peterson | 2009-07-01 | 1 | -1/+1 |
|
|
* | Removed contextlib.nested() | Raymond Hettinger | 2009-07-01 | 1 | -45/+0 |
|
|
* | Merged revisions 73518-73519 via svnmerge from | Nick Coghlan | 2009-06-23 | 1 | -10/+8 |
|
|
* | Issue 6256: Fix stacklevel in warning message. | Raymond Hettinger | 2009-06-10 | 1 | -1/+1 |
|
|
* | Deprecate contextlib.nested(). The with-statement now provides this function... | Raymond Hettinger | 2009-05-28 | 1 | -0/+3 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -6/+2 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -0/+4 |
|
|
* | 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 |
|
|