summaryrefslogtreecommitdiff
path: root/TODO.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Tell people what happened.Ned Batchelder2010-05-161-1/+0
* | Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-1/+1
* | Hook up omit and include to the run command. Test the new cmdline behavior a...Ned Batchelder2010-05-151-1/+14
* | Seems like some people want a --data switch to control the data file from the...Ned Batchelder2010-04-251-0/+1
* | I did this last week.Ned Batchelder2010-03-211-1/+1
* | SpacesNed Batchelder2010-02-221-1/+1
* | Fiddling with docs for 3.3Ned Batchelder2010-02-221-0/+6
* | If the product code throws an exception, 'coverage run' now produces the same...Ned Batchelder2010-02-191-1/+1
* | A random idea I happened across.Ned Batchelder2010-01-271-0/+1
* | Keep the todo list up to date.Ned Batchelder2010-01-101-1/+2
* | Always more ideasNed Batchelder2009-12-201-0/+1
* | A --rcfile argument to specify the config file.Ned Batchelder2009-12-061-1/+1
* | Clean-upsNed Batchelder2009-12-051-211/+211
* | Planning for this release.Ned Batchelder2009-12-051-7/+13
* | Move some cmdline code to a more logical place.Ned Batchelder2009-12-041-0/+1
* | details for next releaseNed Batchelder2009-12-021-0/+1
* | The command help said --branch was HIGHLY EXPERIMENTAL!!Ned Batchelder2009-12-011-0/+1
* | IdeasNed Batchelder2009-11-291-1/+3
* | Always more ideas.Ned Batchelder2009-11-291-0/+2
* | Doc tweaking.Ned Batchelder2009-11-281-1/+1
* | This is long enough to deserve its own file.Ned Batchelder2009-11-271-41/+0
* | The docs have said '3.0' for a while now..Ned Batchelder2009-11-271-0/+1
* | Add a little bit of branch information to 'debug data'Ned Batchelder2009-11-271-1/+1
* | XML report now includes branch information.Ned Batchelder2009-11-261-1/+1
* | Split the oddball tests into their own file.Ned Batchelder2009-11-251-0/+6
* | When partial lines are hidden and run lines are shown, then partial lines are...Ned Batchelder2009-11-241-2/+3
* | Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-241-2/+2
* | Bump the version number.Ned Batchelder2009-11-241-1/+1
* | More precise steps.coverage-3.2b3Ned Batchelder2009-11-231-3/+4
* | Missed some error handling in the C code.Ned Batchelder2009-11-221-0/+1
* | In 'debug sys' data, don't call it 'data_file', since it doesn't find out any...Ned Batchelder2009-11-211-0/+1
* | track release detailsNed Batchelder2009-11-211-0/+1
* | I had been meaning to do click-to-sort column headersNed Batchelder2009-11-201-1/+1
|/
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-161-1/+1
* Put a teaser for new features in the package docstring.Ned Batchelder2009-11-101-0/+1