summaryrefslogtreecommitdiffstats
path: root/Lib/contextlib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-6/+2
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-0/+4
* Fix a poorly-translated raise statement in contextlib.Collin Winter2007-09-011-1/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-9/+8
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-14/+14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+17
* 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