aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_contextlib.py
Commit message (Expand)AuthorAge
* Bump Ruff to 0.6.7 (#124384)Alex Waygood2024-09-23
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-10
* gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)Nikita Sobolev2023-11-04
* Synchronize test_contextlib with test_contextlib_async (GH-111000)Serhiy Storchaka2023-10-20
* gh-110378: Close invalid generators in contextmanager and asynccontextmanager...Serhiy Storchaka2023-10-10
* gh-102799: use sys.exception() instead of sys.exc_info() in contextlib (#103311)Irit Katriel2023-07-20
* gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...Grigoriev Semyon2023-07-16
* gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...Łukasz Langa2023-04-24
* gh-95882: fix regression in the traceback of exceptions propagated from insid...Thomas Grainger2023-01-03
* gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...Irit Katriel2022-05-05
* gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...Irit Katriel2022-05-04
* bpo-46425: Fix direct invocation of `test_contextlib` (GH-30681)Nikita Sobolev2022-01-21
* bpo-25625: add contextlib.chdir (GH-28271)Filipe Laíns2021-10-20
* bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)John Belmonte2021-10-03
* bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)Nick Coghlan2021-07-26
* bpo-44566: resolve differences between asynccontextmanager and contextmanager...Thomas Grainger2021-07-20
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-29
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-29
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-04
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-09
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-05
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-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 Teichmann2018-01-28
* bpo-29302: Implement contextlib.AsyncExitStack. (#4790)Ilya Kulakov2018-01-25
* bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)Jesse-Bakker2017-11-23
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* bpo-30266: support "= None" pattern in AbstractContextManager (#1448)Jelle Zijlstra2017-06-09
* bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...svelankar2017-04-11
* Added more tests for issue #27122.Serhiy Storchaka2016-06-20
|\
| * Added more tests for issue #27122.Serhiy Storchaka2016-06-20
* | Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-14
|\|
| * Issue #27123: When an exception is raised within the context beingGregory P. Smith2016-06-14
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-08
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-10
|/
* Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5Martin Panter2015-10-10
|\
| * Issue #25322: Fix test for nested contextlib.suppressMartin Panter2015-10-10
* | Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-28
|\|
| * Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-28
* | Issue 24237: Raise PendingDeprecationWarning per PEP 479Yury Selivanov2015-05-22
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-09
* | Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-28
|/
* Merge removal of issue 20317 debugging code from 3.3Nick Coghlan2014-01-24
|\
| * Issue 20317: Remove debugging code from contextlibNick Coghlan2014-01-24
* | Merge #20317 from 3.3Nick Coghlan2014-01-22
|\|
| * Issue #20317: Don't create a reference loop in ExitStackNick Coghlan2014-01-22
* | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-03
* | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-26
* | Close #19330 by using public classes in contextlibNick Coghlan2013-10-26
* | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-26