Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some day I will remember to fix pylint things before I check in the code. | Ned Batchelder | 2014-05-17 | 1 | -12/+13 |
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -4/+18 |
* | Use unittest2 to get rid of a bunch of our own test assertion implementations. | Ned Batchelder | 2013-12-16 | 1 | -81/+7 |
* | No need for these test method replacements. | Ned Batchelder | 2013-10-20 | 1 | -12/+0 |
* | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -3/+2 |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -2/+0 |
* | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 1 | -0/+115 |