COMMITS
/ Lib/contextlib.py June 9, 2017
J
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra committed
May 1, 2017
J
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra committed
April 11, 2017
S
March 1, 2017
A
Clarify exception handler scope in contextlib
amosonn committed
February 12, 2017
N
bpo-27122: Fix comment to point to correct issue number (#47)
Nathaniel J. Smith committed
June 14, 2016
G
Issue #27123: When an exception is raised within the context being
Gregory P. Smith committed
G
Issue #27123: When an exception is raised within the context being
Gregory P. Smith committed
April 8, 2016
B
Normalize whitespace
Brett Cannon committed
B
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon committed
June 28, 2015
S
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka committed
S
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
November 28, 2014
B
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag committed
January 24, 2014
N
Merge removal of issue 20317 debugging code from 3.3
Nick Coghlan committed
N
Issue 20317: Remove debugging code from contextlib
Nick Coghlan committed
January 22, 2014
N
Merge #20317 from 3.3
Nick Coghlan committed
N
Issue #20317: Don't create a reference loop in ExitStack
Nick Coghlan committed
November 3, 2013
N
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan committed
October 26, 2013
N
Close #19330 by using public classes in contextlib
Nick Coghlan committed
October 19, 2013
N
contextlib doc updates and refactoring
Nick Coghlan committed
October 17, 2013
N
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan committed
October 11, 2013
R
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger committed
October 10, 2013
R
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger committed
October 1, 2013
N
Merge #19092 from 3.3
Nick Coghlan committed
N
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
March 11, 2013
R
Issue #15806: Add contextlib.ignored().
Raymond Hettinger committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
June 1, 2012
N
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan committed
May 31, 2012
N
May 21, 2012
N
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
Nick Coghlan committed
June 28, 2011
B
remove unused imports (closes #12432)
Benjamin Peterson committed
May 5, 2011
N
Remove trailing whitespace
Nick Coghlan committed
January 8, 2011
A
Issue #10859: Make `contextlib.GeneratorContextManager` officially
Antoine Pitrou committed
June 30, 2010
July 1, 2009
B
remove nested from __all__
Benjamin Peterson committed
R
Removed contextlib.nested()
Raymond Hettinger committed
June 23, 2009
N
Merged revisions 73518-73519 via svnmerge from
Nick Coghlan committed
June 10, 2009
R
Issue 6256: Fix stacklevel in warning message.
Raymond Hettinger committed
May 28, 2009
R
Deprecate contextlib.nested(). The with-statement now provides this functionality directly.
Raymond Hettinger committed
May 4, 2008
November 2, 2007
G
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum committed
September 1, 2007
C
Fix a poorly-translated raise statement in contextlib.
Collin Winter committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 24, 2007
G
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed