Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a
/
Lib
/
test
/
test_with.py
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
565d785
normalize exceptions passed to the __exit__ method #7853
by Benjamin Peterson
· 16 years ago
4a7ff1d
add a test for #7853; the exception must be normalized for with
by Benjamin Peterson
· 16 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
9c5e411
add missing assertion #6313
by Benjamin Peterson
· 16 years ago
f1cccaa
remove duplicate test
by Benjamin Peterson
· 16 years ago
46121e7
Better name for "Ctor".
by Georg Brandl
· 16 years ago
944f684
Allow multiple context managers in one with statement, as proposed
by Georg Brandl
· 16 years ago
ad9b599
#4559: When a context manager's __exit__() method returns an object whose
by Amaury Forgeot d'Arc
· 17 years ago
95287fa
Remove some from __future__ import with_statements
by Benjamin Peterson
· 17 years ago
3814a91
Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate)
by Nick Coghlan
· 18 years ago
afd5e63
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager()
by Nick Coghlan
· 19 years ago
da5b701
Get rid of __context__, per the latest changes to PEP 343 and python-dev
by Guido van Rossum
· 19 years ago
d845e53
Rev 45706 renamed stuff in contextlib.py, but didn't rename
by Tim Peters
· 19 years ago
9444bd5
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
by Phillip J. Eby
· 19 years ago
f669436
Um, I thought I'd already checked this in.
by Guido van Rossum
· 19 years ago
1a5e21e
Updates to the with-statement:
by Guido van Rossum
· 19 years ago
34aa7ba
from __future__ import with_statement addon for 'with', mostly written by Neal.
by Thomas Wouters
· 19 years ago
400cbc3
Set EOL style to native.
by Tim Peters
· 19 years ago
710ab3b
Whitespace normalization.
by Tim Peters
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago