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_with.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalize exceptions passed to the __exit__ method #7853
Benjamin Peterson
2010-02-05
1
-1/+0
*
add a test for #7853; the exception must be normalized for with
Benjamin Peterson
2010-02-05
1
-3/+20
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-3/+3
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-3/+3
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-3/+3
*
add missing assertion #6313
Benjamin Peterson
2009-06-19
1
-0/+1
*
remove duplicate test
Benjamin Peterson
2009-06-19
1
-9/+0
*
Better name for "Ctor".
Georg Brandl
2009-06-04
1
-2/+2
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
1
-1/+77
*
#4559: When a context manager's __exit__() method returns an object whose
Amaury Forgeot d'Arc
2008-12-10
1
-0/+30
*
Remove some from __future__ import with_statements
Benjamin Peterson
2008-04-30
1
-1/+0
*
Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport c...
Nick Coghlan
2007-11-02
1
-0/+17
*
Finish bringing SVN into line with latest version of PEP 343 by getting rid o...
Nick Coghlan
2006-05-03
1
-7/+8
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
1
-74/+7
*
Rev 45706 renamed stuff in contextlib.py, but didn't rename
Tim Peters
2006-04-26
1
-8/+8
*
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
Phillip J. Eby
2006-04-03
1
-0/+56
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-10/+22
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-14/+70
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-0/+2
*
Set EOL style to native.
Tim Peters
2006-02-28
1
-560/+560
*
Whitespace normalization.
Tim Peters
2006-02-28
1
-560/+560
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-0/+560