index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_contextlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...
Łukasz Langa
2023-04-24
1
-1/+26
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Thomas Grainger
2023-01-03
1
-3/+27
*
gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...
Irit Katriel
2022-05-05
1
-0/+36
*
gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...
Irit Katriel
2022-05-04
1
-0/+27
*
bpo-46425: Fix direct invocation of `test_contextlib` (GH-30681)
Nikita Sobolev
2022-01-21
1
-4/+10
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-19
1
-0/+43
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-04
1
-0/+34
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
1
-0/+2
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Thomas Grainger
2021-07-20
1
-10/+13
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
1
-1/+22
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
1
-2/+2
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-1/+2
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-2/+2
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0/+11
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
1
-1/+0
*
bpo-30306: release arguments of contextmanager (GH-1500)
Martin Teichmann
2018-01-28
1
-0/+47
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
1
-34/+38
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
1
-0/+10
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+1
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
1
-0/+10
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
1
-0/+23
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
1
-5/+11
|
\
|
*
Added more tests for issue #27122.
Serhiy Storchaka
2016-06-20
1
-5/+11
*
|
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
1
-0/+28
|
\
\
|
|
/
|
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
1
-0/+28
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
1
-0/+33
*
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
1
-1/+1
|
/
*
Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+3
|
\
|
*
Issue #25322: Fix test for nested contextlib.suppress
Martin Panter
2015-10-10
1
-1/+3
*
|
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-0/+8
|
\
\
|
|
/
|
*
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-0/+8
*
|
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov
2015-05-22
1
-2/+4
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-0/+34
*
|
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag
2014-11-28
1
-21/+37
|
/
*
Merge removal of issue 20317 debugging code from 3.3
Nick Coghlan
2014-01-24
1
-10/+48
|
\
|
*
Issue 20317: Remove debugging code from contextlib
Nick Coghlan
2014-01-24
1
-10/+48
*
|
Merge #20317 from 3.3
Nick Coghlan
2014-01-22
1
-0/+23
|
\
\
|
|
/
|
*
Issue #20317: Don't create a reference loop in ExitStack
Nick Coghlan
2014-01-22
1
-0/+23
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
1
-7/+17
*
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
1
-16/+12
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
1
-5/+58
*
|
Close #19396: make test_contextlib tolerate -S
Nick Coghlan
2013-10-26
1
-3/+4
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-19
1
-4/+44
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-14/+14
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-11
1
-5/+5
*
|
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger
2013-10-10
1
-0/+9
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
1
-0/+37
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
1
-0/+37
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
1
-5/+1
[next]