Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mark stuff as 3.6b2 | Ned Batchelder | 2012-12-23 | 4 | -4/+27 | |
| | ||||||
* | Fix the link to the nose cover plugin. #222 | Ned Batchelder | 2012-12-22 | 1 | -1/+1 | |
| | ||||||
* | Get rid of windows newlines | Ned Batchelder | 2012-12-09 | 1 | -104/+104 | |
| | ||||||
* | Add the latest changes to the docs. | Ned Batchelder | 2012-11-29 | 1 | -0/+115 | |
| | ||||||
* | Doc tweaks for 3.6b1 | Ned Batchelder | 2012-11-28 | 2 | -6/+8 | |
| | ||||||
* | A few tweaks to the docs | Ned Batchelder | 2012-11-28 | 2 | -1/+6 | |
| | ||||||
* | Is this why the beta docs weren't working? omg... | Ned Batchelder | 2012-11-28 | 2 | -3/+3 | |
| | ||||||
* | Try the beta docs. | Ned Batchelder | 2012-11-27 | 1 | -2/+2 | |
| | ||||||
* | Clean up the changes doc. ReST syntax is weird. | Ned Batchelder | 2012-11-27 | 1 | -2/+2 | |
| | ||||||
* | Config files now can use environment variables. #97. | Ned Batchelder | 2012-11-25 | 1 | -0/+5 | |
| | ||||||
* | Coverage.py measuring itself works again! 86%, btw. | Ned Batchelder | 2012-11-25 | 1 | -0/+14 | |
| | ||||||
* | Silence the last of the pylint warnings. | Ned Batchelder | 2012-11-20 | 1 | -9/+3 | |
| | ||||||
* | Add tests and docs to the kit, though they are not installed. #137 | Ned Batchelder | 2012-11-17 | 1 | -78/+0 | |
| | | | | | --HG-- rename : doc/branches.py => lab/branches.py | |||||
* | This release is not a 3.5.4, it's at least 3.6 | Ned Batchelder | 2012-11-17 | 1 | -2/+2 | |
| | ||||||
* | No longer try to bootstrap setuptools. It is a pre-req. Closes #202 | Ned Batchelder | 2012-11-17 | 2 | -5/+9 | |
| | ||||||
* | Update history | Ned Batchelder | 2012-11-17 | 1 | -0/+1 | |
| | ||||||
* | Create coverage-X.Y aliases also. Closes #111. | Ned Batchelder | 2012-11-17 | 1 | -1/+3 | |
| | ||||||
* | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵ | Ned Batchelder | 2012-11-16 | 1 | -2/+5 | |
|\ | | | | | | | and tests | |||||
* | | Try to format the contributing page better. | Ned Batchelder | 2012-11-12 | 1 | -76/+66 | |
| | | ||||||
* | | A Contributing page in the docs. #171 | Ned Batchelder | 2012-11-12 | 2 | -0/+167 | |
| | | ||||||
* | | Hmm, sphinx changed, and it's my responsibility to set up the comma? | Ned Batchelder | 2012-11-12 | 1 | -0/+1 | |
| | | ||||||
* | | Clarify when coverage measurement actually starts. #102 | Ned Batchelder | 2012-11-12 | 1 | -1/+4 | |
| | | ||||||
* | | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 2 | -4/+11 | |
| | | ||||||
* | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 1 | -0/+5 | |
| | | | | | | | | switch, and exit with 2 if the coverage is less than MIN. | |||||
* | | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 4 | -4/+0 | |
|/ | ||||||
* | Fix #200: that option reference has been wrong for a very long time... | Ned Batchelder | 2012-10-03 | 1 | -1/+2 | |
| | ||||||
* | Latest sample HTML report for the docs | Ned Batchelder | 2012-09-29 | 12 | -13/+13 | |
| | ||||||
* | Update version number to 3.5.3 | Ned Batchelder | 2012-09-29 | 4 | -4/+44 | |
| | ||||||
* | Missing a word. | Ned Batchelder | 2012-08-07 | 1 | -4/+4 | |
| | ||||||
* | Clarify the rules for naming data files so they can be combined. | Ned Batchelder | 2012-08-07 | 1 | -0/+11 | |
| | ||||||
* | Doc tweaks for 3.5.2 | Ned Batchelder | 2012-05-04 | 3 | -5/+30 | |
| | ||||||
* | Latest sample HTML. | Ned Batchelder | 2012-05-04 | 13 | -4362/+4930 | |
| | ||||||
* | Prepare for 3.5.2 | Ned Batchelder | 2012-05-03 | 4 | -6/+9 | |
| | ||||||
* | Doc changes for 3.5.2b1coverage-3.5.2b1 | Ned Batchelder | 2012-04-29 | 4 | -6/+53 | |
| | ||||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 1 | -0/+4 | |
| | | | | gets copied into the HTML report. | |||||
* | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 1 | -2/+5 | |
| | ||||||
* | Clarify the subprocess documentation. | Ned Batchelder | 2012-03-29 | 1 | -3/+13 | |
| | ||||||
* | Some doc clarification from George Paci | Ned Batchelder | 2012-01-19 | 1 | -2/+10 | |
| | ||||||
* | Guido pointed out that these docs were wrong. | Ned Batchelder | 2011-12-14 | 2 | -3/+4 | |
| | ||||||
* | Latest sample output.coverage-3.5.1 | Ned Batchelder | 2011-09-23 | 9 | -6784/+6784 | |
| | ||||||
* | Update to 3.5.1 | Ned Batchelder | 2011-09-23 | 4 | -3/+45 | |
| | ||||||
* | Bump to 3.5.1b2 | Ned Batchelder | 2011-09-03 | 1 | -1/+1 | |
| | ||||||
* | History descriptions can have commas in them. | Ned Batchelder | 2011-08-30 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 3.5.1b1 | Ned Batchelder | 2011-08-28 | 2 | -4/+5 | |
| | ||||||
* | Document the [paths] section in the config file. | Ned Batchelder | 2011-08-27 | 2 | -0/+34 | |
| | ||||||
* | Latest sample HTML reportcoverage-3.5 | Ned Batchelder | 2011-06-29 | 17 | -97/+1200 | |
| | ||||||
* | Bump version number to 3.5 | Ned Batchelder | 2011-06-29 | 4 | -5/+10 | |
| | ||||||
* | Tidy up | Ned Batchelder | 2011-06-05 | 2 | -4/+4 | |
| | ||||||
* | Created an announcement list. | Ned Batchelder | 2011-06-05 | 1 | -1/+6 | |
| | ||||||
* | Last fiddles for 3.5b1coverage-3.5b1 | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| |