summaryrefslogtreecommitdiffstats
path: root/Lib/contextlib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix contextlib not copying function attributesPhillip J. Eby2006-03-281-0/+1
* More extensive comment on __exit__ handling, per Guido's request.Phillip J. Eby2006-03-251-0/+7
* Fix a problem with @contextmanager not detecting a broken generatorPhillip J. Eby2006-03-251-1/+4
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-101-6/+5
* Fix a bug in nested() - if one of the sub-context-managers swallows theGuido van Rossum2006-03-011-1/+4
* Updates to the with-statement:Guido van Rossum2006-02-281-0/+138