summaryrefslogtreecommitdiff
path: root/Lib/test/test_with.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
* normalize exceptions passed to the __exit__ method #7853Benjamin Peterson2010-02-051-1/+0
* add a test for #7853; the exception must be normalized for withBenjamin Peterson2010-02-051-3/+20
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+3
* 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