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
/
contextlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-34/+2
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-4/+2
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0/+2
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-4/+36
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-1/+1
*
bpo-33265: use an actual method instead of a method-like function in ExitStac...
jdemeyer
2018-04-13
1
-8/+3
*
bpo-30306: release arguments of contextmanager (GH-1500)
Martin Teichmann
2018-01-28
1
-0/+3
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
1
-46/+205
*
bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)
Jelle Zijlstra
2017-12-14
1
-2/+25
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
1
-1/+22
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
1
-3/+2
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
1
-6/+93
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
1
-6/+6
*
Clarify exception handler scope in contextlib
amosonn
2017-03-01
1
-1/+2
*
bpo-27122: Fix comment to point to correct issue number (#47)
Nathaniel J. Smith
2017-02-12
1
-1/+1
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
1
-0/+3
|
\
|
*
Issue #27123: When an exception is raised within the context being
Gregory P. Smith
2016-06-14
1
-0/+3
*
|
Normalize whitespace
Brett Cannon
2016-04-08
1
-1/+1
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
1
-11/+31
|
/
*
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-3/+3
|
\
|
*
Issue #24336: The contextmanager decorator now works with functions with
Serhiy Storchaka
2015-06-28
1
-3/+3
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-2/+9
*
|
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag
2014-11-28
1
-13/+27
|
/
*
Merge removal of issue 20317 debugging code from 3.3
Nick Coghlan
2014-01-24
1
-3/+1
|
\
|
*
Issue 20317: Remove debugging code from contextlib
Nick Coghlan
2014-01-24
1
-3/+1
*
|
Merge #20317 from 3.3
Nick Coghlan
2014-01-22
1
-1/+9
|
\
\
|
|
/
|
*
Issue #20317: Don't create a reference loop in ExitStack
Nick Coghlan
2014-01-22
1
-1/+9
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
1
-8/+4
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
1
-41/+39
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-19
1
-29/+52
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-4/+4
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-11
1
-3/+3
*
|
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger
2013-10-10
1
-1/+39
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
1
-3/+15
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
1
-3/+15
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1/+1
|
\
\
|
|
/
*
|
Issue #15806: Add contextlib.ignored().
Raymond Hettinger
2013-03-11
1
-1/+13
|
/
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
*
|
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan
2012-06-01
1
-3/+13
*
|
Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...
Nick Coghlan
2012-05-31
1
-26/+15
*
|
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...
Nick Coghlan
2012-05-21
1
-5/+121
*
|
remove unused imports (closes #12432)
Benjamin Peterson
2011-06-28
1
-1/+0
|
/
*
Remove trailing whitespace
Nick Coghlan
2011-05-05
1
-2/+2
*
Issue #11647: allow contextmanager objects to be used as decorators as descri...
Nick Coghlan
2011-05-05
1
-4/+24
*
Issue #10859: Make `contextlib.GeneratorContextManager` officially
Antoine Pitrou
2011-01-08
1
-2/+2
*
Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...
Michael Foord
2010-06-30
1
-2/+13
*
remove nested from __all__
Benjamin Peterson
2009-07-01
1
-1/+1
*
Removed contextlib.nested()
Raymond Hettinger
2009-07-01
1
-45/+0
*
Merged revisions 73518-73519 via svnmerge from
Nick Coghlan
2009-06-23
1
-10/+8
*
Issue 6256: Fix stacklevel in warning message.
Raymond Hettinger
2009-06-10
1
-1/+1
[next]