summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-171-1/+1
* Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-165-17/+27
* Refactor, and make it work on older Pythons.Ned Batchelder2012-11-143-10/+18
* Fix race condition removing .coverage on initlahwran2012-11-121-2/+7
* Don't import coverage into setup.py to get the version number. Do something ...Ned Batchelder2012-11-122-7/+10
* EditsNed Batchelder2012-11-121-1/+4
* Clarify when coverage measurement actually starts. #102Ned Batchelder2012-11-121-2/+7
* A faster way to get the actual path of Windows files, especially when operati...Ned Batchelder2012-11-111-29/+30
* Remove odd module holding, since I think this is now fixed by always stopping...Ned Batchelder2012-11-112-21/+6
* No longer see a mysterious exception when not able to run code: AttributeErro...Ned Batchelder2012-11-112-2/+6
* WTF?Ned Batchelder2012-11-111-3/+3
* Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-114-4/+61
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-107-9/+10
* Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-101-2/+9
* Quiet pylintNed Batchelder2012-11-101-3/+3
* Refactor the config parsing.Ned Batchelder2012-11-102-91/+83
* Now the title of the HTML report can be set.Ned Batchelder2012-11-095-6/+23
* A failure during XML reporting would leave an empty XML file behind. #210Ned Batchelder2012-11-081-0/+9
* A work-in-progress for #207, a minor improvement, and a commented-out test th...Ned Batchelder2012-11-081-1/+1
* Ugh. Setting the xml output file in the .coveragerc file simply didn't work....Ned Batchelder2012-11-071-1/+0
* Of course, it's different on Py3.Ned Batchelder2012-11-071-1/+4
* Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206.Ned Batchelder2012-11-071-0/+6
* Entry pointNed Batchelder2012-11-052-3/+3
* Refactor the command-line code.Ned Batchelder2012-11-041-115/+148
* The old way of getting help text was just weird.Ned Batchelder2012-11-041-16/+16
* Two calls with no error checking replaced by a more convenient Py_BuildValueNed Batchelder2012-11-041-3/+1
* pylint clean-up.Ned Batchelder2012-11-031-0/+2
* Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw...Ned Batchelder2012-11-031-7/+20
* The reporting functions now return a float, the total percentage covered.Ned Batchelder2012-11-034-4/+17
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-302-2/+0
* Fix #163: embarassingly, the wildcards for include and omit didn't work prope...Ned Batchelder2012-10-294-35/+38
* Silence pylint a bit.Ned Batchelder2012-10-281-0/+4
* MergedNed Batchelder2012-10-271-0/+18
|\
| * #205: provide more helpful docstrings for the legacy singleton methods.Ned Batchelder2012-10-261-0/+18
* | Minor style tweaksNed Batchelder2012-10-211-1/+1
|/
* Fix #201: wrong default for traces0 being missing.Ned Batchelder2012-10-131-1/+1
* Bump the version number to 3.5.4Ned Batchelder2012-10-031-1/+1
* Fix #193: The status.dat file written by py2 can't be read by py3Ned Batchelder2012-10-031-1/+1
* Update version number to 3.5.3Ned Batchelder2012-09-291-1/+1
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors in...Ned Batchelder2012-09-261-2/+2
* It's 2012 already.Ned Batchelder2012-09-101-1/+1
* Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-081-1/+1
* Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-061-1/+1
* A compile error fixed, only shows with TRACE_LOG set.Ned Batchelder2012-09-021-1/+1
* Fix the py2 case of this macro.Ned Batchelder2012-09-011-1/+1
* Plug several memory leaks by no longer forgetting to DECREF calls toBrett Cannon2012-08-311-5/+19
* If fullcoverage is run with the wrong tracer, make it apparent.Ned Batchelder2012-08-301-1/+6
* Undo Brett's change to the fullcoverage feature: it should only be used with ...Ned Batchelder2012-08-302-4/+6
* Make fullcoverage at least run (doesn't work though).Brett Cannon2012-08-172-11/+8
* Finish the paperwork on Julian's patch.Ned Batchelder2012-07-311-1/+0