summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_with.py
Commit message (Expand)AuthorAgeFilesLines
* add missing assertion #6313Benjamin Peterson2009-06-191-0/+1
* remove duplicate testBenjamin Peterson2009-06-191-9/+0
* Better name for "Ctor".Georg Brandl2009-06-041-2/+2
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-1/+77
* #4559: When a context manager's __exit__() method returns an object whoseAmaury Forgeot d'Arc2008-12-101-0/+30
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-301-1/+0
* Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport c...Nick Coghlan2007-11-021-0/+17
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-031-7/+8
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-74/+7
* Rev 45706 renamed stuff in contextlib.py, but didn't renameTim Peters2006-04-261-8/+8
* Fix SF#1462485: StopIteration raised in body of 'with' statement suppressedPhillip J. Eby2006-04-031-0/+56
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-101-10/+22
* Updates to the with-statement:Guido van Rossum2006-02-281-14/+70
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+2
* Set EOL style to native.Tim Peters2006-02-281-560/+560
* Whitespace normalization.Tim Peters2006-02-281-560/+560
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+560