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_contextlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some from __future__ import with_statements
Benjamin Peterson
2008-04-30
1
-1/+0
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-4/+2
*
Remove the old decimal context management tests from test_contextlib (guess w...
Nick Coghlan
2006-08-31
1
-26/+0
*
Finish bringing SVN into line with latest version of PEP 343 by getting rid o...
Nick Coghlan
2006-05-03
1
-25/+25
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
1
-6/+4
*
Move the PEP 343 documentation and implementation closer to the
Nick Coghlan
2006-04-25
1
-23/+23
*
Fix broken contextlib test from last checkin (I'd've sworn I tested that befo...
Nick Coghlan
2006-04-24
1
-0/+2
*
Fix contextlib.nested to cope with exit methods raising and handling exceptions
Nick Coghlan
2006-04-24
1
-0/+23
*
DecimalContextTestCase: this permanently changed the
Tim Peters
2006-04-10
1
-9/+13
*
test_contextlib wasn't actually being run by regrtest.py. Or more precisely,
Phillip J. Eby
2006-04-10
1
-1/+9
*
Fix contextlib not copying function attributes
Phillip J. Eby
2006-03-28
1
-0/+15
*
Fix a problem with @contextmanager not detecting a broken generator
Phillip J. Eby
2006-03-25
1
-0/+22
*
Fix a bug in nested() - if one of the sub-context-managers swallows the
Guido van Rossum
2006-03-01
1
-0/+54
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-0/+240