Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -5/+5 |
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -16/+12 |
* | Use unittest2 to get rid of a bunch of our own test assertion implementations. | Ned Batchelder | 2013-12-16 | 1 | -98/+0 |
* | Add assert_starts_with | Ned Batchelder | 2013-12-14 | 1 | -0/+11 |
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -2/+2 |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -3/+2 |
* | Make everything work on py2.3 again (for the last time). | Ned Batchelder | 2013-10-05 | 1 | -1/+28 |
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -2/+2 |
* | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 1 | -0/+192 |