summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speed up HTML filteringhtml-filterVille Skytt?2016-07-202-22/+18
* Multiprocessing needs to communicate the rcfile down to the subprocessesNed Batchelder2016-07-133-20/+63
* Rename to multiproc.py, since it only does one thing.Ned Batchelder2016-07-122-1/+1
* Cover a few more lines in cmdline.pyNed Batchelder2016-07-103-9/+49
* Simplify debug.log by using an existing helperNed Batchelder2016-07-101-2/+1
* Fix metacov after a recent changeNed Batchelder2016-07-101-1/+2
* Add a helper function for debugging deep problemsNed Batchelder2016-07-101-0/+9
* Fix the check for default values of run-affecting options, and add a testNed Batchelder2016-07-092-1/+11
* Fail command lines that use multiprocessing and other options together. #495Ned Batchelder2016-07-093-0/+35
* Get rid of args_ok, it shrank to almost nothing.Ned Batchelder2016-07-091-16/+4
* Bump the version numberNed Batchelder2016-07-041-1/+1
* Make more tweaks to the man pageNed Batchelder2016-07-041-2/+2
* Coverage 4.2b1Ned Batchelder2016-07-040-0/+0
* Update the 4.2b1 details where we need themcoverage-4.2b1Ned Batchelder2016-07-045-6/+14
* Make a beta of 4.2Ned Batchelder2016-07-041-1/+1
* Tweak the docs about using other options with multiprocessingNed Batchelder2016-07-041-2/+3
* A little more clean-up on the concurrency testsNed Batchelder2016-07-041-11/+13
* 4.2 is mostly sprint workNed Batchelder2016-07-041-0/+2
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-0410-50/+125
* Refactor concurrency tests to make the pieces more composableNed Batchelder2016-07-031-119/+196
* Improve the --append help descriptionNed Batchelder2016-07-021-1/+1
* Explicitly install the theme sphinx no longer installsNed Batchelder2016-06-261-0/+1
* Update requirementsNed Batchelder2016-06-263-4/+4
* Update pylint to 1.5.6Ned Batchelder2016-06-2511-41/+35
* Mark some impossible-to-cover linesNed Batchelder2016-06-252-4/+4
* Change an always-taken elif to an elseNed Batchelder2016-06-251-1/+2
* Fixes two overlookeds self.skip callsNed Batchelder2016-06-251-2/+2
* Combine no longer appends by defaultNed Batchelder2016-06-256-6/+28
* Prevent subprocess measurement from measuring coverage commands. #492Ned Batchelder2016-06-243-4/+22
* Clean up the previous commit that adds a test for #492Ned Batchelder2016-06-242-2/+6
* Cleanup test case #492Dan Riti2016-06-241-0/+7
* Add test case that demonstrates problem #492Dan Riti2016-06-241-3/+29
* No need to mention object.Ned Batchelder2016-06-231-1/+1
* A SimpleRepr class to inherit a simple __repr__ implementation.Ned Batchelder2016-06-232-2/+12
* A real name for karlw00tNed Batchelder2016-06-192-2/+2
* Use latest of unittest-mixinsNed Batchelder2016-06-181-1/+1
* Use unittest-mixins 1.1Ned Batchelder2016-06-121-2/+2
* An example of using aspectlib to debug how people are calling coverageNed Batchelder2016-06-121-0/+14
* This isn't used, but I liked itNed Batchelder2016-06-121-0/+256
* Another use of try_execfile.py to adjustNed Batchelder2016-06-122-5/+4
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-124-17/+26
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-1210-30/+23
* Final touch on docs for sort columnNed Batchelder2016-06-102-3/+3
* Properly handle invalid sorting optionNed Batchelder2016-06-092-3/+14
* Fix these new tests to really test the codeNed Batchelder2016-06-092-19/+64
* More tweaks to report sortingNed Batchelder2016-06-092-12/+17
* Next version will be 4.2Ned Batchelder2016-06-091-1/+1
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-082-67/+60
* Add Dan Wandschneider for #199Ned Batchelder2016-06-081-0/+1
* Clean up #199Ned Batchelder2016-06-084-27/+29