| Commit message (Expand) | Author | Age | Files | Lines |
* | #1748: use functools.wraps instead of rolling own metadata update. | Georg Brandl | 2008-04-30 | 1 | -6/+2 |
|
|
* | Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport c... | Nick Coghlan | 2007-11-02 | 1 | -0/+4 |
|
|
* | Use try-except-finally in contextlib. | Georg Brandl | 2007-08-23 | 1 | -9/+8 |
|
|
* | Finish bringing SVN into line with latest version of PEP 343 by getting rid o... | Nick Coghlan | 2006-05-03 | 1 | -8/+8 |
|
|
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -8/+2 |
|
|
* | Fix docstring for contextfactory; mentioned old contextmanager name. | Brett Cannon | 2006-04-29 | 1 | -1/+1 |
|
|
* | Move the PEP 343 documentation and implementation closer to the | Nick Coghlan | 2006-04-25 | 1 | -14/+17 |
|
|
* | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 1 | -1/+4 |
|
|
* | Minor clarity edit to contextlib per Guido's request. | Phillip J. Eby | 2006-04-10 | 1 | -2/+2 |
|
|
* | Fix typos; enhance comments on patch for SF #1462485. | Phillip J. Eby | 2006-04-03 | 1 | -2/+3 |
|
|
* | Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed | Phillip J. Eby | 2006-04-03 | 1 | -1/+3 |
|
|
* | Fix contextlib not copying function attributes | Phillip J. Eby | 2006-03-28 | 1 | -0/+1 |
|
|
* | More extensive comment on __exit__ handling, per Guido's request. | Phillip J. Eby | 2006-03-25 | 1 | -0/+7 |
|
|
* | Fix a problem with @contextmanager not detecting a broken generator | Phillip J. Eby | 2006-03-25 | 1 | -1/+4 |
|
|
* | 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 |
|
|