| Commit message (Expand) | Author | Age | Files | Lines |
* | A nicer way to neuter this test. | Ned Batchelder | 2012-11-08 | 1 | -12/+13 |
* | A failure during XML reporting would leave an empty XML file behind. #210 | Ned Batchelder | 2012-11-08 | 3 | -2/+22 |
* | A work-in-progress for #207, a minor improvement, and a commented-out test th... | Ned Batchelder | 2012-11-08 | 2 | -1/+10 |
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't work.... | Ned Batchelder | 2012-11-07 | 4 | -7/+38 |
* | Of course, it's different on Py3. | Ned Batchelder | 2012-11-07 | 1 | -1/+4 |
* | Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206. | Ned Batchelder | 2012-11-07 | 2 | -0/+10 |
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-11-05 | 2 | -3/+3 |
|\ |
|
| * | Entry point | Ned Batchelder | 2012-11-05 | 2 | -3/+3 |
* | | The only good pylint is a quiet pylint | Ned Batchelder | 2012-11-05 | 2 | -1/+2 |
* | | Make my backport of assertRegexpMatches truly compatible with the stdlib defi... | Ned Batchelder | 2012-11-04 | 1 | -4/+5 |
|/ |
|
* | 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 | 2 | -16/+22 |
* | Two calls with no error checking replaced by a more convenient Py_BuildValue | Ned Batchelder | 2012-11-04 | 1 | -3/+1 |
* | Forgot to update CHANGES.txt for the --fail-under switch. | Ned Batchelder | 2012-11-03 | 1 | -0/+5 |
* | pylint clean-up. | Ned Batchelder | 2012-11-03 | 3 | -15/+19 |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw... | Ned Batchelder | 2012-11-03 | 3 | -7/+58 |
* | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 6 | -4/+56 |
* | Don't examine .egg-info dirs. | Ned Batchelder | 2012-11-03 | 1 | -1/+1 |
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 16 | -15/+5 |
* | py3 is strict about modifying lists you're iterating. | Ned Batchelder | 2012-10-29 | 1 | -1/+1 |
* | Fix #163: embarassingly, the wildcards for include and omit didn't work prope... | Ned Batchelder | 2012-10-29 | 7 | -133/+142 |
* | More things to not search. | Ned Batchelder | 2012-10-28 | 1 | -1/+2 |
* | Silence pylint a bit. | Ned Batchelder | 2012-10-28 | 1 | -0/+4 |
* | Merged | Ned Batchelder | 2012-10-27 | 3 | -21/+17 |
|\ |
|
| * | Pass command-line args to the testing tasks | Ned Batchelder | 2012-10-22 | 1 | -2/+2 |
| * | A more convenient asserter | Ned Batchelder | 2012-10-21 | 1 | -17/+13 |
| * | Minor style tweaks | Ned Batchelder | 2012-10-21 | 2 | -3/+3 |
* | | Make a mixin for a test: super is hard, let's go shopping. | Ned Batchelder | 2012-10-27 | 2 | -4/+12 |
* | | #205: provide more helpful docstrings for the legacy singleton methods. | Ned Batchelder | 2012-10-26 | 2 | -0/+22 |
* | | Ignore another tox directory. | Ned Batchelder | 2012-10-26 | 1 | -1/+1 |
* | | Don't search in the doc/_build directory. | Ned Batchelder | 2012-10-17 | 1 | -0/+1 |
|/ |
|
* | Fix #201: wrong default for traces0 being missing. | Ned Batchelder | 2012-10-13 | 2 | -1/+5 |
* | Bump the version number to 3.5.4 | Ned Batchelder | 2012-10-03 | 2 | -1/+11 |
* | Fix #193: The status.dat file written by py2 can't be read by py3 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 |
* | Fix #200: that option reference has been wrong for a very long time... | Ned Batchelder | 2012-10-03 | 1 | -1/+2 |
* | Don't ever search any .tox directory. | Ned Batchelder | 2012-10-03 | 1 | -1/+1 |
* | Coverage 3.5.3 | Ned Batchelder | 2012-09-29 | 0 | -0/+0 |
* | Need a new tox-based way to upload kits to pypicoverage-3.5.3 | Ned Batchelder | 2012-09-29 | 3 | -3/+9 |
* | Build py33 kits, and put them in a new place so tox doesn't have to rebuild e... | Ned Batchelder | 2012-09-29 | 2 | -1/+3 |
* | Latest sample HTML report for the docs | Ned Batchelder | 2012-09-29 | 12 | -13/+13 |
* | Fix this test on windows. | Ned Batchelder | 2012-09-29 | 1 | -1/+5 |
* | Update version number to 3.5.3 | Ned Batchelder | 2012-09-29 | 7 | -9/+50 |
* | Fix #197: more decimal places on a CSS fraction eliminates rounding errors in... | Ned Batchelder | 2012-09-26 | 2 | -2/+6 |
* | It's 2012 already. | Ned Batchelder | 2012-09-10 | 1 | -1/+1 |
* | Tox doesn't support 2.4, even though it understands py24. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 |
* | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 3 | -1/+12 |
* | Where we deal with .pyc files, also deal with .pyo files. Fixes #195. | Ned Batchelder | 2012-09-06 | 2 | -1/+6 |
* | Forgot to thank Marc for tox | Ned Batchelder | 2012-09-02 | 1 | -1/+1 |
* | Don't attempt the C extension under PyPy. | Ned Batchelder | 2012-09-02 | 2 | -1/+12 |
* | The zipped modules won't be readable if created under PyPy without an explici... | Ned Batchelder | 2012-09-02 | 1 | -0/+1 |