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