index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
contextlib.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 73518-73519 via svnmerge from
Nick Coghlan
2009-06-23
*
Issue 6256: Fix stacklevel in warning message.
Raymond Hettinger
2009-06-10
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-28
*
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...
Christian Heimes
2008-05-04
*
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum
2007-11-02
*
Fix a poorly-translated raise statement in contextlib.
Collin Winter
2007-09-01
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
*
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum
2007-08-24
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
*
Fix a bug in nested() - if one of the sub-context-managers swallows the
Guido van Rossum
2006-03-01
*
Updates to the with-statement:
Guido van Rossum
2006-02-28