Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |