summaryrefslogtreecommitdiff
path: root/TODO.txt
Commit message (Expand)AuthorAgeFilesLines
* Don't need the .px doc toolchain any morecoverage-4.0b2Ned Batchelder2015-08-221-5/+5
* Remove an unneeded base class, left over from pre-plugin daysNed Batchelder2015-08-061-0/+1
* todoNed Batchelder2015-08-051-1/+1
* todo stuffNed Batchelder2015-08-051-9/+12
* Fix --append trying to make a new file. #392Ned Batchelder2015-08-031-0/+4
* Updated docs for 4.0b1Ned Batchelder2015-08-021-1/+1
* Track things to doNed Batchelder2015-07-271-3/+3
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-11/+11
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-1/+1
* Plugin support is now only in the CTracer, not in the PyTracer.Ned Batchelder2015-02-091-1/+1
* Plugin support is in C tracer as well as Python tracerNed Batchelder2015-02-081-1/+3
* Things to doNed Batchelder2015-01-311-4/+11
* Keep todo up-to-dateNed Batchelder2015-01-241-2/+2
* Use file names with extensions in reports.Ned Batchelder2015-01-171-0/+1
* Note some things that need to be donecoverage-4.0a2Ned Batchelder2015-01-141-2/+6
* Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-241-0/+8
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-4/+4
* Comment spelling and todo bookkeeping.Ned Batchelder2014-03-061-1/+2
* Peter Portante's coroutine support, but it doesn't work yet.Ned Batchelder2014-01-091-0/+1
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-1/+1
* runpy could be another good replacement for home-grown code.Ned Batchelder2013-12-211-0/+1
* No need for paren-less exec any more.Ned Batchelder2013-12-141-1/+1
* Merged 4.0 to defaultNed Batchelder2013-12-131-0/+2
|\
| * Templite now compiles to Python code for speed.Ned Batchelder2013-10-261-0/+1
| * Another thing to do in 4.xNed Batchelder2013-10-261-1/+1
* | try/except/finally is ok now.Ned Batchelder2013-10-201-1/+1
* | with statements: no more finally closeNed Batchelder2013-10-201-1/+2
* | Now I can use collections.defaultdictNed Batchelder2013-10-201-2/+2
* | Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
* | Now I can use decorators.Ned Batchelder2013-10-191-1/+2
* | Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
* | Keep the paperwork up-to-date.Ned Batchelder2013-10-191-1/+1
|/
* Planning for 4.0Ned Batchelder2013-10-081-1/+25
* Provide some guidance to readers of the todo list. Closes #227.Ned Batchelder2012-12-301-2/+9
* Update the docs for 3.5 changes.Ned Batchelder2011-06-041-9/+0
* Start getting docs ready for 3.5b1Ned Batchelder2011-05-311-3/+12
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-3/+3
* Keep the todo up-to-date, sort of.Ned Batchelder2010-09-221-25/+3
* Conform to recommended optparse use.Ned Batchelder2010-06-131-3/+0
* Yikes: when using the Python tracing function, we haven't been caching the re...Ned Batchelder2010-06-131-2/+5
* The 'source' option is a list of directories or packages to limit coverage's ...Ned Batchelder2010-06-131-0/+5
* Clean up the plugins more. Add the rcfile and include options. Omit can no ...Ned Batchelder2010-05-311-2/+3
* Refactor the common parts of the plugins to neutral territory.Ned Batchelder2010-05-301-1/+2
* Move the test runner plugins into their own sub-package.Ned Batchelder2010-05-301-0/+3
* Merge latest code from main coverage.py repoNed Batchelder2010-05-291-0/+8
|\
| * merged in latest changes from Ned's repoDavid Stanek2010-05-211-0/+8
| |\
| | * Move todo's to a distinct plugin section.Ned Batchelder2009-11-271-3/+8
| | * add python3/jython compat TODOholger krekel2009-11-251-0/+3
* | | PaperworkNed Batchelder2010-05-231-12/+0
|/ /