Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix settrace(py_func). #436. | Ned Batchelder | 2015-11-01 | 1 | -0/+40 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -0/+36 |
| | |||||
* | Prevent pyexpat.c from being recorded as source code. #419 | Ned Batchelder | 2015-10-03 | 1 | -0/+8 |
| | |||||
* | Pragmas for metacoverage | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Use the new class name | Ned Batchelder | 2015-07-27 | 1 | -4/+4 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | is better than | Ned Batchelder | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | More reworking of the data api | Ned Batchelder | 2015-07-12 | 1 | -11/+9 |
| | |||||
* | Coverage._harvest_data is now Coverage.get_data | Ned Batchelder | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | Python 2.6 | Ned Batchelder | 2015-07-11 | 1 | -2/+3 |
| | |||||
* | If __file__ disagrees with the frame, use the frame info. Fixes #380. | Ned Batchelder | 2015-07-11 | 1 | -0/+31 |
| | |||||
* | Pep8 fixes. | Ned Batchelder | 2015-02-19 | 1 | -27/+27 |
| | |||||
* | Vertical imports | Ned Batchelder | 2015-02-09 | 1 | -1/+3 |
| | |||||
* | For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵ | Ned Batchelder | 2014-12-12 | 1 | -3/+3 |
| | | | | them. | ||||
* | A few more metacov clean ups | Ned Batchelder | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -34/+32 |
| | |||||
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -10/+11 |
| | |||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -37/+36 |
| | |||||
* | Improve the memory leak test, so it doesn't give us so many false negatives. | Ned Batchelder | 2013-09-17 | 1 | -17/+31 |
| | |||||
* | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 1 | -5/+4 |
| | |||||
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵ | desmaj | 2013-03-18 | 1 | -1/+4 |
| | | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental | ||||
* | 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 ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+386 |
package. |