summaryrefslogtreecommitdiff
path: root/coverage/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweaks for the 3.4 release.Ned Batchelder2010-09-191-1/+1
|
* Bump version numberNed Batchelder2010-09-061-1/+1
|
* Bump version number, and don't use version-specific URLs for released versions.Ned Batchelder2010-08-221-2/+5
|
* Get ready to have version-specific doc URLs.Ned Batchelder2010-08-201-1/+1
|
* Bump the version number to 3.4b1Ned Batchelder2010-08-201-1/+1
|
* Isolate old-style singleton api tests.Ned Batchelder2010-06-181-2/+4
|
* The next version will be 3.4Ned Batchelder2010-05-311-1/+1
|
* Undo Zooko's version number change.Ned Batchelder2010-05-151-1/+1
|
* add a --require option to specify directories which are required to be at ↵Zooko Ofsimplegeo2010-04-191-1/+1
| | | | | | | | | the beginning of the path for any file that is going to be included in code coverage make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool. --HG-- extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
* Bump version numberNed Batchelder2010-03-131-1/+1
|
* We'll call this 3.3.1Ned Batchelder2010-02-281-1/+1
|
* Move the version number to 3.3Ned Batchelder2010-02-241-1/+1
|
* Update a few copyrights to 2010.Ned Batchelder2010-01-101-1/+1
|
* process_startup is a better name for the new function.Ned Batchelder2009-12-231-1/+1
|
* A way to start coverage when Python starts, to help with measuring coverage ↵Ned Batchelder2009-12-231-1/+1
| | | | in subprocesses.
* Make it a real 3.3 versionNed Batchelder2009-12-051-1/+1
|
* Merged default onto config.Ned Batchelder2009-12-031-2/+2
|\ | | | | | | | | --HG-- branch : config
| * Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+2
| |
* | Read a config file to get some of our configuration.Ned Batchelder2009-11-281-1/+1
|/ | | | | --HG-- branch : config
* Bump the version number.Ned Batchelder2009-11-241-1/+1
|
* Bump the version number.Ned Batchelder2009-11-201-1/+1
|
* Bump the version numberNed Batchelder2009-11-121-1/+1
|
* Nearing 3.2b1Ned Batchelder2009-11-101-1/+1
|
* First alpha is a1Ned Batchelder2009-10-101-1/+1
|
* Bump the version number to 3.2aNed Batchelder2009-10-071-1/+1
|
* Update all the metadata for version 3.1Ned Batchelder2009-10-041-1/+1
|
* Scooch the versionNed Batchelder2009-09-291-1/+1
|
* Put __version__ back in the main file, and also put the URL in only one ↵Ned Batchelder2009-09-251-1/+4
| | | | place, use it everywhere.
* More progress on multi-head kits, though I'm not sure it will work.Ned Batchelder2009-09-181-2/+1
|
* Bump version number to 3.1b1.Ned Batchelder2009-09-131-1/+1
|
* Fix the name of CHANGES.txtNed Batchelder2009-07-061-1/+1
|
* Bump the version number so it isn't 3.0 anymore, and keep CHANGES up to date.Ned Batchelder2009-06-231-1/+1
|
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-1/+1
|
* Bump version number to 3.0Ned Batchelder2009-06-131-2/+1
|
* Move the version number up to 3.0 rc1.Ned Batchelder2009-05-161-1/+1
|
* Don't leave reminders in the docstring.Ned Batchelder2009-05-161-1/+1
|
* Track some things still to be done.Ned Batchelder2009-05-141-0/+1
|
* Give the singleton module interface a way to keep the old behavior of ↵Ned Batchelder2009-05-121-1/+1
| | | | auto-loading and -saving data as needed.
* More docstrings all around.Ned Batchelder2009-05-091-2/+10
|
* Even simpler: get rid of the lambdas for the singleton methods.Ned Batchelder2009-05-051-14/+16
|
* Simplify the singleton machinations in the package __init__. Fewer lines of ↵Ned Batchelder2009-05-051-16/+11
| | | | code, and more introspectable.
* Lint clean-ups.Ned Batchelder2009-05-051-6/+6
|
* Move version up from 3.0b2Ned Batchelder2009-05-031-1/+1
|
* Removed recursive nonsense; docstring for exclude()Ned Batchelder2009-04-281-1/+1
|
* Scooch the version number since I posted 3.0b1 already.Ned Batchelder2009-03-101-1/+1
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+76