| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | How quickly can I fix, re-break, and re-fix a bug? | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Remove some lambdas | Ned Batchelder | 2009-05-11 | 2 | -2/+2 |
* | Reporting on nothing is OK. | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 3 | -22/+52 |
* | More docstrings all around. | Ned Batchelder | 2009-05-09 | 4 | -13/+60 |
* | Also make __builtins__ available in main programs. | Ned Batchelder | 2009-05-09 | 1 | -1/+2 |
* | Simplify the construction of the __main__ module in run_python_file. | Ned Batchelder | 2009-05-09 | 1 | -6/+3 |
* | Change run_python_file again so that it doesn't produce compiled turds in the... | Ned Batchelder | 2009-05-09 | 1 | -14/+24 |
* | Treat files not ending in .py properly. | Ned Batchelder | 2009-05-07 | 1 | -4/+2 |
* | Still noodling on how best to incorporate Detlev Offenbach's code finding patch. | Ned Batchelder | 2009-05-06 | 1 | -4/+7 |
* | Better docstrings. | Ned Batchelder | 2009-05-06 | 1 | -6/+11 |
* | .pyc files can be moved, so use __file__ to correctly find the source file. | Ned Batchelder | 2009-05-05 | 3 | -4/+19 |
* | Change how data is harvested from the collector to simplify api use. | Ned Batchelder | 2009-05-05 | 2 | -12/+12 |
* | Lint lint | Ned Batchelder | 2009-05-05 | 1 | -11/+8 |
* | Even simpler: get rid of the lambdas for the singleton methods. | Ned Batchelder | 2009-05-05 | 1 | -14/+16 |
* | Simplify the singleton machinations in the package __init__. Fewer lines of ... | Ned Batchelder | 2009-05-05 | 1 | -16/+11 |
* | Lint clean-ups. | Ned Batchelder | 2009-05-05 | 3 | -12/+13 |
* | The HTMLifier didn't deal with runs of spaces with an odd number of spaces pr... | Ned Batchelder | 2009-05-04 | 1 | -0/+5 |
* | Added clear_exclude() and get_exclude_list() | Ned Batchelder | 2009-05-04 | 1 | -4/+13 |
* | Prefix private methods with underscore, and remove the self.nesting thing, wh... | Ned Batchelder | 2009-05-04 | 1 | -12/+7 |
* | Pass values into coverage's contructor rather than set properties. | Ned Batchelder | 2009-05-04 | 2 | -6/+7 |
* | Keeping a stack of Collectors makes it possible for Coverage to measure itsel... | Ned Batchelder | 2009-05-03 | 1 | -1/+29 |
* | Reporting functions can supply a list of morfs if it is omitted. | Ned Batchelder | 2009-05-03 | 1 | -3/+3 |
* | Move version up from 3.0b2 | Ned Batchelder | 2009-05-03 | 1 | -1/+1 |
* | Clarify what Collector.start and .stop do to other threads. | Ned Batchelder | 2009-05-02 | 1 | -7/+15 |
* | Weeding in collector.py | Ned Batchelder | 2009-05-02 | 1 | -8/+31 |