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
/
test
/
test_contextlib.py
Commit message (
Expand
)
Author
Age
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
*
bpo-30306: release arguments of contextmanager (GH-1500)
Martin Teichmann
2018-01-28
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
|
\
|
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
*
|
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
|
\
|
|
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
*
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
|
/
*
Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5
Martin Panter
2015-10-10
|
\
|
*
Issue #25322: Fix test for nested contextlib.suppress
Martin Panter
2015-10-10
*
|
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
|
\
|
|
*
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
*
|
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov
2015-05-22
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
*
|
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag
2014-11-28
|
/
*
Merge removal of issue 20317 debugging code from 3.3
Nick Coghlan
2014-01-24
|
\
|
*
Issue 20317: Remove debugging code from contextlib
Nick Coghlan
2014-01-24
*
|
Merge #20317 from 3.3
Nick Coghlan
2014-01-22
|
\
|
|
*
Issue #20317: Don't create a reference loop in ExitStack
Nick Coghlan
2014-01-22
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
*
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
*
|
Close #19396: make test_contextlib tolerate -S
Nick Coghlan
2013-10-26
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-20
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-10
*
|
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger
2013-10-10
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
|
\
|
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-12
*
|
Issue #15806: Add contextlib.ignored().
Raymond Hettinger
2013-03-10
|
/
*
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan
2012-06-01
*
Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...
Nick Coghlan
2012-06-01
*
Issue #14963: Added test cases for contextlib.ExitStack exception handling be...
Nick Coghlan
2012-05-31
*
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...
Nick Coghlan
2012-05-21
*
Issue #11647: allow contextmanager objects to be used as decorators as descri...
Nick Coghlan
2011-05-05
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
*
Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...
Michael Foord
2010-06-30
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
*
(partially)
Florent Xicluna
2010-04-02
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
*
Merged revisions 78351 via svnmerge from
R. David Murray
2010-02-24
*
remove warnings supression
Benjamin Peterson
2009-07-01
[next]