Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old stuff for old Pythons | Ned Batchelder | 2014-06-03 | 1 | -5/+2 |
| | |||||
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -1/+17 |
| | |||||
* | Minor minor | Ned Batchelder | 2014-05-17 | 1 | -6/+8 |
| | |||||
* | Some day I will remember to fix pylint things before I check in the code. | Ned Batchelder | 2014-05-17 | 1 | -2/+3 |
| | |||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -16/+5 |
| | |||||
* | Cleaner tests of the file matchers | Ned Batchelder | 2014-03-11 | 1 | -5/+7 |
| | |||||
* | Add assert_starts_with | Ned Batchelder | 2013-12-14 | 1 | -0/+5 |
| | |||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -3/+4 |
|\ | |||||
| * | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 1 | -3/+4 |
| | | |||||
* | | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -8/+4 |
| | | |||||
* | | Now I can use collections.defaultdict | Ned Batchelder | 2013-10-20 | 1 | -6/+3 |
| | | |||||
* | | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -5/+5 |
| | | |||||
* | | Now I can use decorators. | 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 | -2/+1 |
|/ | |||||
* | Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵ | Ned Batchelder | 2013-10-05 | 1 | -0/+8 |
| | | | | as 'python'. | ||||
* | Make everything work on py2.3 again (for the last time). | Ned Batchelder | 2013-10-05 | 1 | -4/+7 |
| | |||||
* | Add tooling to find test classes that use temp directories and don't need to. | Ned Batchelder | 2013-09-28 | 1 | -0/+64 |
| | |||||
* | Always show long diffs in test failures. | Ned Batchelder | 2013-09-15 | 1 | -0/+4 |
| | |||||
* | Make our sys.path adjustment more robust. | Ned Batchelder | 2013-09-15 | 1 | -2/+5 |
| | | | | | | Nose uses a custom importer that seems to cache. Using "" for the current directory gets it confused for some reason, but only on a Mac, using Py3.3, in a virtualenv! | ||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -4/+4 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+465 |
package. |