Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |