| Commit message (Expand) | Author | Age | Files | Lines |
* | Always make the current directory importable. #358 | Ned Batchelder | 2015-02-13 | 1 | -0/+4 |
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 1 | -1/+3 |
* | Bump the versions; docs now at readthedocs | Ned Batchelder | 2015-01-26 | 1 | -2/+3 |
* | Change sysinfo to sys_info | Ned Batchelder | 2015-01-24 | 1 | -2/+2 |
* | Make the two forms of debug output more uniform | Ned Batchelder | 2015-01-24 | 1 | -3/+3 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -3/+8 |
* | Read and write plugin data to .coverage | Ned Batchelder | 2015-01-08 | 1 | -1/+6 |
* | --fail-under can now be specified in the rcfile. #314 | Ned Batchelder | 2014-11-27 | 1 | -14/+22 |
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+1 |
* | Clean up some pylint messages | Ned Batchelder | 2014-11-23 | 1 | -2/+2 |
* | Clean up the --skip-covered pull request. | Ned Batchelder | 2014-11-23 | 1 | -1/+1 |
* | Add skip-covered option. | Krystian Kichewko | 2014-11-19 | 1 | -1/+8 |
* | Remove more stuff only needed for the obsolete command syntax | Ned Batchelder | 2014-10-26 | 1 | -46/+19 |
* | Allow the --debug switch on any command | Ned Batchelder | 2014-10-26 | 1 | -9/+6 |
* | Remove the original command-line syntax. | Ned Batchelder | 2014-10-08 | 1 | -89/+10 |
* | Some error checking and more tests for concurrency control. | Ned Batchelder | 2014-09-25 | 1 | -1/+4 |
* | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 1 | -6/+6 |
* | Merged in carlgieringer/coverage.py (pull request #30) | Ned Batchelder | 2014-09-24 | 1 | -6/+6 |
|\ |
|
| * | Describe acceptable wildcard style | Carl Gieringer | 2014-01-25 | 1 | -6/+6 |
* | | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -0/+8 |
* | | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 1 | -2/+15 |
|/ |
|
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -0/+7 |
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -18/+13 |
|\ |
|
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -6/+3 |
| * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -11/+10 |
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+0 |
* | | Simple timing of commands. | Ned Batchelder | 2013-10-23 | 1 | -1/+5 |
|/ |
|
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -1/+1 |
* | Better to leave the space out. | Ned Batchelder | 2013-09-06 | 1 | -1/+1 |
* | Move the info formatting into its own function. | Ned Batchelder | 2013-09-06 | 1 | -10/+3 |
* | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -0/+8 |
* | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 1 | -2/+11 |
* | Nicer formatting for lists in 'debug sys' | Ned Batchelder | 2012-11-22 | 1 | -2/+3 |
* | No longer see a mysterious exception when not able to run code: AttributeErro... | Ned Batchelder | 2012-11-11 | 1 | -1/+1 |
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -2/+2 |
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -1/+8 |
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't work.... | Ned Batchelder | 2012-11-07 | 1 | -1/+0 |
* | Entry point | Ned Batchelder | 2012-11-05 | 1 | -2/+2 |
* | Refactor the command-line code. | Ned Batchelder | 2012-11-04 | 1 | -115/+148 |
* | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 1 | -16/+16 |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw... | Ned Batchelder | 2012-11-03 | 1 | -7/+20 |
* | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 1 | -4/+5 |
* | Don't warn about not collecting data if we never ran any code in the first pl... | Ned Batchelder | 2011-02-07 | 1 | -6/+11 |
* | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 1 | -2/+2 |
* | Added an actual "-m" command line option to turn on the module loader. | Brandon Craig Rhodes | 2011-02-02 | 1 | -6/+13 |
* | Wrote the basic logic for running a Python module or package as __main__. | Brandon Craig Rhodes | 2011-02-02 | 1 | -2/+5 |
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ... | Ned Batchelder | 2010-09-18 | 1 | -2/+5 |
* | When showing debug data, do something visible with empty lists. | Ned Batchelder | 2010-09-12 | 1 | -0/+2 |
* | Conform to recommended optparse use. | Ned Batchelder | 2010-06-13 | 1 | -16/+16 |