index
:
cpython
3.10
3.11
3.12
3.13
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
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
*
gh-102799: use sys.exception() instead of sys.exc_info() in contextlib (#103311)
Irit Katriel
2023-07-20
*
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...
Grigoriev Semyon
2023-07-16
*
gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...
Łukasz Langa
2023-04-24
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Thomas Grainger
2023-01-03
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
*
gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...
Irit Katriel
2022-05-04
*
bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _Asy...
Thomas Grainger
2022-02-26
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-20
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-03
*
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...
Jason Fried
2021-09-23
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Thomas Grainger
2021-07-20
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-12
*
bpo-42395: Add aclosing to __all__ (GH-23356)
Tom Gringauz
2020-11-17
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-07
*
bpo-33265: use an actual method instead of a method-like function in ExitStac...
jdemeyer
2018-04-13
*
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-30241: implement contextlib.AbstractAsyncContextManager (#1412)
Jelle Zijlstra
2017-12-13
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-04-30
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
*
Clarify exception handler scope in contextlib
amosonn
2017-03-01
*
bpo-27122: Fix comment to point to correct issue number (#47)
Nathaniel J. Smith
2017-02-12
*
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
*
|
Normalize whitespace
Brett Cannon
2016-04-08
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
|
/
*
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
*
|
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
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-20
[next]