Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-use CheckUniqueFilenames for test_collector.py | Ned Batchelder | 2015-02-08 | 1 | -19/+10 |
* | For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t... | Ned Batchelder | 2014-12-12 | 1 | -1/+1 |
* | Move lots of initing to _init, so we can tweak settings before starting. | Ned Batchelder | 2014-10-10 | 1 | -3/+2 |
* | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+0 |
* | Make everything work on py2.3 again (for the last time). | Ned Batchelder | 2013-10-05 | 1 | -0/+1 |
* | Tests for debug tracing features. | Ned Batchelder | 2013-09-12 | 1 | -1/+4 |
* | Make the should_trace_cache test a little more bullet-proof. | Ned Batchelder | 2013-09-08 | 1 | -1/+8 |
* | A test that the collector is using the should_trace_cache properly. | Ned Batchelder | 2013-09-08 | 1 | -0/+47 |