summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_with.py
Commit message (Expand)AuthorAgeFilesLines
* 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