summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_contextlib.py
Commit message (Expand)AuthorAgeFilesLines
* Close #14969: Improve the handling of exception chaining in contextlib.ExitStackNick Coghlan2012-06-011-11/+18
* Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...Nick Coghlan2012-05-311-0/+6
* Issue #14963: Added test cases for contextlib.ExitStack exception handling be...Nick Coghlan2012-05-311-0/+89
* Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-211-0/+123
* Issue #11647: allow contextmanager objects to be used as decorators as descri...Nick Coghlan2011-05-051-1/+6
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-2/+2
* Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ...Michael Foord2010-06-301-0/+163
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* (partially)Florent Xicluna2010-04-021-29/+12
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-2/+0
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-1/+11
* remove warnings supressionBenjamin Peterson2009-07-011-4/+1
* Removed contextlib.nested()Raymond Hettinger2009-07-011-122/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-10/+10
* Suppress deprecation warnings.Raymond Hettinger2009-05-281-1/+4
* Restore tests until the code is actually removed.Raymond Hettinger2009-05-281-0/+122
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-281-122/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-26/+0
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-10/+59
* Fix a bug in nested() - if one of the sub-context-managers swallows theGuido van Rossum2006-03-011-0/+54
* Updates to the with-statement:Guido van Rossum2006-02-281-0/+240