Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
contextlib.py
3a1dbb0
Remove markup from docstring
by Nick Coghlan
· 16 years ago
0d8b4e3
Issue 6288: Update contextlib.nested() docstring to reflect new documentation
by Nick Coghlan
· 16 years ago
1917ad5
Issue 6256: Fix stacklevel in warning message.
by Raymond Hettinger
· 16 years ago
822b87f
Deprecate contextlib.nested(). The with-statement now provides this functionality directly.
by Raymond Hettinger
· 16 years ago
655fc70
#1748: use functools.wraps instead of rolling own metadata update.
by Georg Brandl
· 17 years ago
3814a91
Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate)
by Nick Coghlan
· 18 years ago
ac4018a
Use try-except-finally in contextlib.
by Georg Brandl
· 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
1e01397
Fix docstring for contextfactory; mentioned old contextmanager name.
by Brett Cannon
· 19 years ago
a7e820a
Move the PEP 343 documentation and implementation closer to the
by Nick Coghlan
· 19 years ago
da2268f
Fix contextlib.nested to cope with exit methods raising and handling exceptions
by Nick Coghlan
· 19 years ago
93149d9
Minor clarity edit to contextlib per Guido's request.
by Phillip J. Eby
· 19 years ago
9388020
Fix typos; enhance comments on patch for SF #1462485.
by Phillip J. Eby
· 19 years ago
9444bd5
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
by Phillip J. Eby
· 19 years ago
35fd142
Fix contextlib not copying function attributes
by Phillip J. Eby
· 19 years ago
ccc7bb4
More extensive comment on __exit__ handling, per Guido's request.
by Phillip J. Eby
· 19 years ago
6edd258
Fix a problem with @contextmanager not detecting a broken generator
by Phillip J. Eby
· 19 years ago
f669436
Um, I thought I'd already checked this in.
by Guido van Rossum
· 19 years ago
a9f0687
Fix a bug in nested() - if one of the sub-context-managers swallows the
by Guido van Rossum
· 19 years ago
1a5e21e
Updates to the with-statement:
by Guido van Rossum
· 19 years ago