| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly test that config file HTML titles can be non-ascii. | Ned Batchelder | 2012-11-10 | 1 | -2/+9 |
* | Quiet pylint | Ned Batchelder | 2012-11-10 | 1 | -3/+3 |
* | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 2 | -91/+83 |
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 5 | -6/+23 |
* | A failure during XML reporting would leave an empty XML file behind. #210 | Ned Batchelder | 2012-11-08 | 1 | -0/+9 |
* | A work-in-progress for #207, a minor improvement, and a commented-out test th... | Ned Batchelder | 2012-11-08 | 1 | -1/+1 |
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't work.... | Ned Batchelder | 2012-11-07 | 1 | -1/+0 |
* | 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 | 1 | -0/+6 |
* | Entry point | Ned Batchelder | 2012-11-05 | 2 | -3/+3 |
* | 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 |
* | Two calls with no error checking replaced by a more convenient Py_BuildValue | Ned Batchelder | 2012-11-04 | 1 | -3/+1 |
* | pylint clean-up. | Ned Batchelder | 2012-11-03 | 1 | -0/+2 |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw... | Ned Batchelder | 2012-11-03 | 1 | -7/+20 |
* | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 4 | -4/+17 |
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 2 | -2/+0 |
* | Fix #163: embarassingly, the wildcards for include and omit didn't work prope... | Ned Batchelder | 2012-10-29 | 4 | -35/+38 |
* | Silence pylint a bit. | Ned Batchelder | 2012-10-28 | 1 | -0/+4 |
* | Merged | Ned Batchelder | 2012-10-27 | 1 | -0/+18 |
|\ |
|
| * | #205: provide more helpful docstrings for the legacy singleton methods. | Ned Batchelder | 2012-10-26 | 1 | -0/+18 |
* | | Minor style tweaks | Ned Batchelder | 2012-10-21 | 1 | -1/+1 |
|/ |
|
* | Fix #201: wrong default for traces0 being missing. | Ned Batchelder | 2012-10-13 | 1 | -1/+1 |
* | Bump the version number to 3.5.4 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 |
* | Fix #193: The status.dat file written by py2 can't be read by py3 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 |
* | Update version number to 3.5.3 | Ned Batchelder | 2012-09-29 | 1 | -1/+1 |
* | Fix #197: more decimal places on a CSS fraction eliminates rounding errors in... | Ned Batchelder | 2012-09-26 | 1 | -2/+2 |
* | It's 2012 already. | Ned Batchelder | 2012-09-10 | 1 | -1/+1 |
* | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 |
* | Where we deal with .pyc files, also deal with .pyo files. Fixes #195. | Ned Batchelder | 2012-09-06 | 1 | -1/+1 |
* | A compile error fixed, only shows with TRACE_LOG set. | Ned Batchelder | 2012-09-02 | 1 | -1/+1 |
* | Fix the py2 case of this macro. | Ned Batchelder | 2012-09-01 | 1 | -1/+1 |
* | Plug several memory leaks by no longer forgetting to DECREF calls to | Brett Cannon | 2012-08-31 | 1 | -5/+19 |
* | If fullcoverage is run with the wrong tracer, make it apparent. | Ned Batchelder | 2012-08-30 | 1 | -1/+6 |
* | Undo Brett's change to the fullcoverage feature: it should only be used with ... | Ned Batchelder | 2012-08-30 | 2 | -4/+6 |
* | Make fullcoverage at least run (doesn't work though). | Brett Cannon | 2012-08-17 | 2 | -11/+8 |
* | Finish the paperwork on Julian's patch. | Ned Batchelder | 2012-07-31 | 1 | -1/+0 |
* | Don't report coverage for non-Python source files even if __file__ says they ... | Julian Berman | 2012-07-31 | 1 | -1/+10 |
* | If the C tracer is missing during testing, make the problem immediately appar... | Ned Batchelder | 2012-07-07 | 1 | -1/+12 |
* | With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i... | Ned Batchelder | 2012-07-04 | 1 | -3/+11 |
* | Properly deal with files encoded as UTF-8 with BOM. Fixes #179. | Ned Batchelder | 2012-05-14 | 3 | -1/+9 |
* | Prepare for 3.5.2 | Ned Batchelder | 2012-05-03 | 1 | -1/+1 |
* | Color the buttons on the pyfile page, so they have a visual connection to the... | Ned Batchelder | 2012-04-28 | 2 | -1/+26 |
* | Keep all the Javascript in the .js files. | Ned Batchelder | 2012-04-28 | 2 | -4/+9 |
* | The [html]extra_css configuration value is a file path to a CSS file that get... | Ned Batchelder | 2012-04-20 | 5 | -2/+33 |
* | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 1 | -1/+1 |
* | Test (and fix) the summary reporting failures due to not being able to parse ... | Ned Batchelder | 2012-04-20 | 1 | -1/+1 |
* | Refactor reporters so the config is part of construction, and is then availab... | Ned Batchelder | 2012-04-19 | 6 | -57/+48 |
* | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 2 | -2/+6 |
* | Don't complain about files that can't be parsed as Python if they didn't seem... | Ned Batchelder | 2012-04-18 | 4 | -10/+32 |