summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with DecoratorTools fiddling with the trace function and screwi...Ned Batchelder2009-08-093-72/+103
* Remove stray commentNed Batchelder2009-08-091-1/+0
* Clean up some new lint warnings.Ned Batchelder2009-07-121-1/+2
* Narrow the amount of code in a coverage start/stop window in a test so that t...Ned Batchelder2009-07-122-0/+10
* Py3k: some output is bytes instead of string, so convert since it doesn't mat...Ned Batchelder2009-07-091-2/+9
* Have the tests use the script explicitly until I can figure out how to instal...Ned Batchelder2009-07-091-1/+7
* Py3k: unify subprocess and popen4.Ned Batchelder2009-07-081-0/+27
* Various Py3k fixes: remove gratuitous print, don't test the print statement, ...Ned Batchelder2009-07-082-4/+22
* Builtins moved in Py 3.xNed Batchelder2009-07-081-1/+9
* Remove a redundant import.Ned Batchelder2009-07-071-2/+0
* Make reading the lnotab structure work in both 2.x and 3.xNed Batchelder2009-07-071-4/+15
* Fix the name of CHANGES.txtNed Batchelder2009-07-061-1/+1
* A better way to fix the missing-return-after-exception problem in the trace f...Ned Batchelder2009-07-062-70/+71
* Fix Python 2.3's exception tracing by always using a dumbed-down Python trace...Ned Batchelder2009-07-041-18/+52
* Move the backward-compatibility definitions to a common file. There seems to ...Ned Batchelder2009-07-033-18/+26
* Clean up the `set` definitions for 2.3 (these should go someplace common).Ned Batchelder2009-07-031-3/+4
* I meant for the list of lines to be sorted.Ned Batchelder2009-07-031-2/+14
* Refactor a little bit so the tests can get at the data more easily.Ned Batchelder2009-07-031-6/+9
* Expat bug reported and noted.Ned Batchelder2009-06-281-3/+6
* Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ...Ned Batchelder2009-06-281-0/+19
* Add a bunch of logging to tracer.c to help find tracing problems.Ned Batchelder2009-06-281-9/+66
* When executing files, open them in Universal Newline mode, just as Python its...Ned Batchelder2009-06-271-1/+1
* A seemingly minor change makes all the difference. The nose plugin cover.py ...Ned Batchelder2009-06-241-1/+1
* Don't measure the coverage package itself. Inspired by, but does not fix, is...Ned Batchelder2009-06-241-2/+11
* Bump the version number so it isn't 3.0 anymore, and keep CHANGES up to date.Ned Batchelder2009-06-231-1/+1
* Remove the fixed limit on recursion depth. Fixes issue #9.Ned Batchelder2009-06-231-6/+21
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-132-2/+2
* Bump version number to 3.0Ned Batchelder2009-06-131-2/+1
* Make the C code conform to PEP 7.Ned Batchelder2009-06-131-21/+32
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-3/+8
* Minor cleanup: don't use the types module so much.Ned Batchelder2009-06-102-4/+4
* Remove an unused importNed Batchelder2009-06-101-1/+1
* Expand tabs to spaces before creating HTML output. Fixes bug #6.Ned Batchelder2009-06-101-0/+2
* Add a comment about the proper way to import the coverage() class, and remove...Ned Batchelder2009-06-101-1/+10
* Better way to figure out if a file is installed with Python.Ned Batchelder2009-06-021-2/+7
* Fix the formatting of a docstring.Ned Batchelder2009-05-271-5/+5
* Print reporting error message so that it fits better.Ned Batchelder2009-05-261-1/+1
* HTML annotations should use the short name of the module.Ned Batchelder2009-05-251-1/+1
* coverage._analyze is a non-public function.Ned Batchelder2009-05-173-4/+4
* When printing exceptions in a report, just use the name of the exception.Ned Batchelder2009-05-171-1/+1
* Move the version number up to 3.0 rc1.Ned Batchelder2009-05-161-1/+1
* Add a short description to the command line help.Ned Batchelder2009-05-161-0/+1
* Don't leave reminders in the docstring.Ned Batchelder2009-05-161-1/+1
* Track some things still to be done.Ned Batchelder2009-05-141-0/+1
* Add the last few docstrings, and no pylint messages!Ned Batchelder2009-05-132-9/+26
* More pylint warnings gone.Ned Batchelder2009-05-131-0/+3
* Add some excluded lines to the annotation tests, and write some docstrings fo...Ned Batchelder2009-05-131-0/+22
* Give the singleton module interface a way to keep the old behavior of auto-lo...Ned Batchelder2009-05-122-2/+14
* cover_stdlib wasn't quite right, it controls covering the entire Python libra...Ned Batchelder2009-05-122-10/+11
* Less-magical coverage api: load() method loads data from data file, no more s...Ned Batchelder2009-05-122-10/+8