| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Obsolete | Ned Batchelder | 2018-08-24 | 1 | -285/+0 |
| | | |||||
| * | Don't need the .px doc toolchain any morecoverage-4.0b2 | Ned Batchelder | 2015-08-22 | 1 | -5/+5 |
| | | |||||
| * | Remove an unneeded base class, left over from pre-plugin days | Ned Batchelder | 2015-08-06 | 1 | -0/+1 |
| | | |||||
| * | todo | Ned Batchelder | 2015-08-05 | 1 | -1/+1 |
| | | |||||
| * | todo stuff | Ned Batchelder | 2015-08-05 | 1 | -9/+12 |
| | | |||||
| * | Fix --append trying to make a new file. #392 | Ned Batchelder | 2015-08-03 | 1 | -0/+4 |
| | | |||||
| * | Updated docs for 4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -1/+1 |
| | | |||||
| * | Track things to do | Ned Batchelder | 2015-07-27 | 1 | -3/+3 |
| | | |||||
| * | Refer to the project consistenly as coverage.py. #275 | Ned Batchelder | 2015-07-23 | 1 | -11/+11 |
| | | |||||
| * | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -1/+1 |
| | | |||||
| * | Plugin support is now only in the CTracer, not in the PyTracer. | Ned Batchelder | 2015-02-09 | 1 | -1/+1 |
| | | |||||
| * | Plugin support is in C tracer as well as Python tracer | Ned Batchelder | 2015-02-08 | 1 | -1/+3 |
| | | |||||
| * | Things to do | Ned Batchelder | 2015-01-31 | 1 | -4/+11 |
| | | |||||
| * | Keep todo up-to-date | Ned Batchelder | 2015-01-24 | 1 | -2/+2 |
| | | |||||
| * | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | ||||
| * | Note some things that need to be donecoverage-4.0a2 | Ned Batchelder | 2015-01-14 | 1 | -2/+6 |
| | | |||||
| * | Change how dynamic source filenames work in plugins. | Ned Batchelder | 2014-11-24 | 1 | -0/+8 |
| | | |||||
| * | Use json for html status file instead of pickle. | Ned Batchelder | 2014-10-27 | 1 | -4/+4 |
| | | |||||
| * | Comment spelling and todo bookkeeping. | Ned Batchelder | 2014-03-06 | 1 | -1/+2 |
| | | |||||
| * | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -0/+1 |
| | | |||||
| * | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -1/+1 |
| | | |||||
| * | runpy could be another good replacement for home-grown code. | Ned Batchelder | 2013-12-21 | 1 | -0/+1 |
| | | |||||
| * | No need for paren-less exec any more. | Ned Batchelder | 2013-12-14 | 1 | -1/+1 |
| | | |||||
| * | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -6/+9 |
| |\ | |||||
| | * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -1/+2 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Now I can use collections.defaultdict | Ned Batchelder | 2013-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Now I can use decorators. | Ned Batchelder | 2013-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| | * | Keep the paperwork up-to-date. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | | Templite now compiles to Python code for speed. | Ned Batchelder | 2013-10-26 | 1 | -0/+1 |
| | | | |||||
| * | | Another thing to do in 4.x | Ned Batchelder | 2013-10-26 | 1 | -1/+1 |
| |/ | |||||
| * | Planning for 4.0 | Ned Batchelder | 2013-10-08 | 1 | -1/+25 |
| | | |||||
| * | Provide some guidance to readers of the todo list. Closes #227. | Ned Batchelder | 2012-12-30 | 1 | -2/+9 |
| | | |||||
| * | Update the docs for 3.5 changes. | Ned Batchelder | 2011-06-04 | 1 | -9/+0 |
| | | |||||
| * | Start getting docs ready for 3.5b1 | Ned Batchelder | 2011-05-31 | 1 | -3/+12 |
| | | |||||
| * | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 1 | -3/+3 |
| | | |||||
| * | Keep the todo up-to-date, sort of. | Ned Batchelder | 2010-09-22 | 1 | -25/+3 |
| | | |||||
| * | Conform to recommended optparse use. | Ned Batchelder | 2010-06-13 | 1 | -3/+0 |
| | | |||||
| * | Yikes: when using the Python tracing function, we haven't been caching the ↵ | Ned Batchelder | 2010-06-13 | 1 | -2/+5 |
| | | | | | results of should_trace since <<changeset a480f40d1fa4>> | ||||
| * | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -0/+5 |
| | | | | | attention. | ||||
| * | Clean up the plugins more. Add the rcfile and include options. Omit can no ↵ | Ned Batchelder | 2010-05-31 | 1 | -2/+3 |
| | | | | | longer be a file of omissions, use the rcfile for that. | ||||
| * | Refactor the common parts of the plugins to neutral territory. | Ned Batchelder | 2010-05-30 | 1 | -1/+2 |
| | | |||||
| * | Move the test runner plugins into their own sub-package. | Ned Batchelder | 2010-05-30 | 1 | -0/+3 |
| | | | | | | | --HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py | ||||
| * | Merge latest code from main coverage.py repo | Ned Batchelder | 2010-05-29 | 1 | -12/+0 |
| |\ | |||||
| | * | Paperwork | Ned Batchelder | 2010-05-23 | 1 | -12/+0 |
| | | | |||||
| * | | merged in latest changes from Ned's repo | David Stanek | 2010-05-21 | 1 | -0/+8 |
| |\ \ | |/ |/| | |||||
| | * | Move todo's to a distinct plugin section. | Ned Batchelder | 2009-11-27 | 1 | -3/+8 |
| | | | |||||
