| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | 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 |
* | should_trace now returns a FileDisposition object | Ned Batchelder | 2014-06-15 | 1 | -30/+42 |
* | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 1 | -4/+14 |
* | 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 |
* | 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 |
| * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -6/+5 |
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | | 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 |
* | 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 cra... | Ned Batchelder | 2012-12-29 | 1 | -20/+29 |
* | Preventing double harvesting was keeping the nose plugin from working. Not s... | Ned Batchelder | 2012-12-28 | 1 | -29/+20 |
* | 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 |
* | Fix the blunt hack | Ned Batchelder | 2012-12-08 | 1 | -7/+9 |
* | A blunt instrument for tracking down problems during testing. | Ned Batchelder | 2012-12-08 | 1 | -0/+7 |
* | Hmm, 6 digits go up to 999999. | Ned Batchelder | 2012-12-02 | 1 | -1/+1 |
* | debug sys shows the config files attempted, and the config files read. | Ned Batchelder | 2012-12-02 | 1 | -1/+2 |