summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't report coverage for non-Python source files even if __file__ says they ...Julian Berman2012-07-311-1/+10
* If the C tracer is missing during testing, make the problem immediately appar...Ned Batchelder2012-07-071-1/+12
* With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i...Ned Batchelder2012-07-041-3/+11
* Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-143-1/+9
* Prepare for 3.5.2Ned Batchelder2012-05-031-1/+1
* Color the buttons on the pyfile page, so they have a visual connection to the...Ned Batchelder2012-04-282-1/+26
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-282-4/+9
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-205-2/+33
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-201-1/+1
* Test (and fix) the summary reporting failures due to not being able to parse ...Ned Batchelder2012-04-201-1/+1
* Refactor reporters so the config is part of construction, and is then availab...Ned Batchelder2012-04-196-57/+48
* Add show_missing to the config file. #173.Ned Batchelder2012-04-182-2/+6
* Don't complain about files that can't be parsed as Python if they didn't seem...Ned Batchelder2012-04-184-10/+32
* TypoNed Batchelder2012-03-251-1/+1
* Remove obsolete code paths.Ned Batchelder2012-03-251-20/+13
* When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-241-1/+4
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-213-49/+146
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a...Ned Batchelder2012-03-201-1/+7
* Make tests run on PyPy, and make test_farm more comprehensible.Ned Batchelder2012-03-181-1/+5
* Use exit status properly with 'python -m coverage'Ned Batchelder2012-02-151-1/+2
* Bump version to 3.5.2Ned Batchelder2011-10-311-1/+1
* Make stuff work in other Python versions. Some stuff isn't *quite* right <2....Ned Batchelder2011-10-301-1/+2
* Make execution with -m match Python more closely.Ned Batchelder2011-10-301-1/+5
* Should have updated this year 10 months ago...Ned Batchelder2011-10-081-1/+1
* Update to 3.5.1Ned Batchelder2011-09-231-1/+1
* Show the Python implementation in 'debug sys'Ned Batchelder2011-09-081-0/+6
* Change the name of the C tracer from Tracer to CTracer, as it always should h...Ned Batchelder2011-09-032-46/+46
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-09-031-1/+1
|\
| * Bump to 3.5.1b2Ned Batchelder2011-09-031-1/+1
* | Remove debugging effluviaNed Batchelder2011-09-031-1/+0
|/
* Fix the [paths] feature to actually work for reporting.Ned Batchelder2011-09-032-2/+8
* Appease the pylint godsNed Batchelder2011-08-281-2/+2
* Add another way to open source files, that works on 3.1Ned Batchelder2011-08-281-4/+20
* Bump version to 3.5.1b1Ned Batchelder2011-08-281-1/+1
* More windows tweaking.Ned Batchelder2011-08-231-0/+4
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-233-3/+18
* Move a method to be a function.Ned Batchelder2011-08-221-11/+12
* PathAliases munges the fnmatch pattern, and could have accidentally borked th...Ned Batchelder2011-08-221-1/+1
* Cleanups for lint and older PythonsNed Batchelder2011-08-212-4/+5
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-212-3/+87
* CleanupNed Batchelder2011-08-171-1/+1
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-172-11/+32
* Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-083-6/+6
* A fullcoverage tracer that works. Events are stashed, then replayed when cov...Ned Batchelder2011-08-083-12/+43
* An enormous hack to try to get stdlib measurement from the very beginning of ...Ned Batchelder2011-08-072-1/+59
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-031-6/+8