Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 1 | -0/+5 |
| | |||||
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -13/+14 |
| | |||||
* | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -4/+1 |
| | |||||
* | Now we can run .pyc files directly. Closes #264. | Ned Batchelder | 2013-09-28 | 1 | -2/+57 |
| | |||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+116 |
package. |