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
*
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
*
|
Issue #15806: Add contextlib.ignored().
Raymond Hettinger
2013-03-11
1
-0/+22
|
/
*
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan
2012-06-01
1
-11/+18
*
Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...
Nick Coghlan
2012-05-31
1
-0/+6
*
Issue #14963: Added test cases for contextlib.ExitStack exception handling be...
Nick Coghlan
2012-05-31
1
-0/+89
*
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...
Nick Coghlan
2012-05-21
1
-0/+123
*
Issue #11647: allow contextmanager objects to be used as decorators as descri...
Nick Coghlan
2011-05-05
1
-1/+6
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-2/+2
*
Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...
Michael Foord
2010-06-30
1
-0/+163
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-1/+5
*
(partially)
Florent Xicluna
2010-04-02
1
-29/+12
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-2/+0
*
Merged revisions 78351 via svnmerge from
R. David Murray
2010-02-24
1
-1/+11
*
remove warnings supression
Benjamin Peterson
2009-07-01
1
-4/+1
*
Removed contextlib.nested()
Raymond Hettinger
2009-07-01
1
-122/+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-10/+10
*
Suppress deprecation warnings.
Raymond Hettinger
2009-05-28
1
-1/+4
*
Restore tests until the code is actually removed.
Raymond Hettinger
2009-05-28
1
-0/+122
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-28
1
-122/+0
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...
Christian Heimes
2008-05-04
1
-1/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-4/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-26/+0
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-4/+27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-10/+59
*
Fix a bug in nested() - if one of the sub-context-managers swallows the
Guido van Rossum
2006-03-01
1
-0/+54
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-0/+240