Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 1 | -3/+9 |
* | Don't fail because sys.path has duplicate entries. Fixes #337 | Ned Batchelder | 2014-11-14 | 1 | -3/+3 |
* | Use with-open everywhere | Ned Batchelder | 2014-10-26 | 1 | -5/+5 |
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -2/+2 |
* | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 1 | -1/+1 |
* | 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 pack... | Ned Batchelder | 2013-02-02 | 1 | -0/+116 |