Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -1/+1 | |
| | | ||||||
* | | Move to the misc.py file | Ned Batchelder | 2014-11-21 | 1 | -2/+2 | |
|/ | ||||||
* | Clean up some plugin tests. | Ned Batchelder | 2014-11-12 | 1 | -3/+2 | |
| | ||||||
* | Test on PyPy3 | Ned Batchelder | 2014-10-26 | 1 | -1/+5 | |
| | ||||||
* | Allow the --debug switch on any command | Ned Batchelder | 2014-10-26 | 1 | -23/+23 | |
| | ||||||
* | More plugin re-shaping | Ned Batchelder | 2014-10-19 | 1 | -10/+22 | |
| | ||||||
* | second p is captialized :-) | Ned Batchelder | 2014-10-11 | 1 | -1/+1 | |
| | ||||||
* | Fix a problem with PyPy 2.4 | Ned Batchelder | 2014-10-11 | 1 | -0/+6 | |
| | ||||||
* | Fix the case | Ned Batchelder | 2014-10-11 | 1 | -1/+1 | |
| | ||||||
* | Can change config after construction. | Ned Batchelder | 2014-10-11 | 1 | -4/+2 | |
| | ||||||
* | Move lots of initing to _init, so we can tweak settings before starting. | Ned Batchelder | 2014-10-10 | 1 | -34/+75 | |
| | ||||||
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -4/+3 | |
| | ||||||
* | Remove support for COVERAGE_OPTIONS environment variable. | Ned Batchelder | 2014-09-28 | 1 | -1/+0 | |
| | ||||||
* | Some error checking and more tests for concurrency control. | Ned Batchelder | 2014-09-25 | 1 | -2/+2 | |
| | ||||||
* | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 1 | -4/+4 | |
| | | | | | --HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py | |||||
* | Progress on plugins | Ned Batchelder | 2014-09-14 | 1 | -33/+35 | |
| | ||||||
* | Move dispositions closer to useful plugins | Ned Batchelder | 2014-09-06 | 1 | -41/+92 | |
| | ||||||
* | Minor cleanup of environment variable debugging | Ned Batchelder | 2014-08-29 | 1 | -6/+5 | |
| | ||||||
* | More-serious plugin support | Ned Batchelder | 2014-08-21 | 1 | -6/+6 | |
| | ||||||
* | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 1 | -12/+14 | |
| | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py | |||||
* | The class should be called Coverage | Ned Batchelder | 2014-08-19 | 1 | -3/+3 | |
| | ||||||
* | Use a set where a set is appropriate | Ned Batchelder | 2014-08-19 | 1 | -4/+2 | |
| | ||||||
* | Read options from setup.cfg if .coveragerc not around. #304 | Ned Batchelder | 2014-07-05 | 1 | -2/+7 | |
| | ||||||
* | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 1 | -12/+17 | |
| | | | | | --HG-- branch : django | |||||
* | should_trace now returns a FileDisposition object | Ned Batchelder | 2014-06-15 | 1 | -30/+42 | |
| | | | | | --HG-- branch : django | |||||
* | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 1 | -4/+14 | |
| | | | | | --HG-- branch : django | |||||
* | Improved Mako support. Needs Mako tip | Ned Batchelder | 2014-05-20 | 1 | -0/+10 | |
| | ||||||
* | Small cleanups | Ned Batchelder | 2014-05-03 | 1 | -1/+2 | |
| | ||||||
* | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 1 | -3/+3 | |
| | ||||||
* | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 1 | -1/+1 | |
| | ||||||
* | Clean up the comment on the xmlreport fix | Chris Rose | 2014-02-19 | 1 | -5/+4 | |
| | ||||||
* | Resolve #285 - precreate the XML report's output directory if it does | Chris Rose | 2014-02-03 | 1 | -0/+8 | |
| | | | | not exist yet. | |||||
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -2/+9 | |
| | ||||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -9/+7 | |
|\ | ||||||
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -2/+1 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -6/+5 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 1 | -2/+5 | |
|/ | ||||||
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -12/+41 | |
| | ||||||
* | Make debug=trace trace all the yes/no tracing decisions. | Ned Batchelder | 2013-09-06 | 1 | -4/+7 | |
| | ||||||
* | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -22/+30 | |
| | ||||||
* | Keep things working on PyPy 2.1 | Ned Batchelder | 2013-08-16 | 1 | -2/+10 | |
| | | | | | | | | | _structseq is in the lib_pypy directory on sys.path, but for some reason when imported, it claims to be from /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py I don't know why that is, but importing _structseq and treating its directory as part of the stdlib makes the tests pass. | |||||
* | I like it better like this. | Ned Batchelder | 2013-04-21 | 1 | -29/+31 | |
| | ||||||
* | Don't touch files as unexecuted if they were omitted. Fixes #218. | Ned Batchelder | 2013-04-21 | 1 | -0/+6 | |
| | ||||||
* | This is the correct fix for #224. Data gets collected, and doesn't incur ↵ | Ned Batchelder | 2012-12-29 | 1 | -20/+29 | |
| | | | | crazy harvesting during reporting. | |||||
* | Preventing double harvesting was keeping the nose plugin from working. Not ↵ | Ned Batchelder | 2012-12-28 | 1 | -29/+20 | |
| | | | | sure what it was meant to solve in the first place. Fixes #224. Maybe allows double warnings now? | |||||
* | Retro-fit onto 2.3 and 2.4 again. | Ned Batchelder | 2012-12-19 | 1 | -5/+6 | |
| | ||||||
* | pyratemp somehow claims code came from ''. Fixes #221. | Ned Batchelder | 2012-12-13 | 1 | -0/+4 | |
| | ||||||
* | Hmm, is this a good way to keep the meta-coverage quiet? | Ned Batchelder | 2012-12-09 | 1 | -2/+5 | |
| | ||||||
* | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -4/+4 | |
| |