Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Handle compiled files under Jython | Geoff Bache | 2010-12-10 | 2 | -1/+5 | |
| | | ||||||
* | | Nicer formatting for lists in 'debug sys' | Ned Batchelder | 2012-11-22 | 1 | -2/+3 | |
| | | ||||||
* | | Work harder to find where the coverage code actually is, so we can avoid ↵ | Ned Batchelder | 2012-11-22 | 1 | -4/+4 | |
| | | | | | | | | counting it. WIP #74. | |||||
* | | A simpler way to get the package name | Ned Batchelder | 2012-11-21 | 1 | -2/+1 | |
| | | ||||||
* | | XML filename paths get slashes on all platforms. | Ned Batchelder | 2012-11-21 | 1 | -1/+2 | |
| | | ||||||
* | | Fix IndentationErrors when parsing non-Python files. #82. | Ned Batchelder | 2012-11-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in lethargy/coverage.py (pull request #13) | Ned Batchelder | 2012-11-20 | 1 | -6/+7 | |
|\ \ | ||||||
| * | | Improve file and package names in xml output | Marcus Cobden | 2012-10-31 | 1 | -6/+7 | |
| | | | ||||||
* | | | Silence the last of the pylint warnings. | Ned Batchelder | 2012-11-20 | 2 | -3/+3 | |
| | | | ||||||
* | | | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 5 | -12/+16 | |
| | | | ||||||
* | | | This release is not a 3.5.4, it's at least 3.6 | Ned Batchelder | 2012-11-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use iitems() to avoid lists of dict items on py2. | Ned Batchelder | 2012-11-16 | 5 | -17/+27 | |
| | | | ||||||
* | | | Refactor, and make it work on older Pythons. | Ned Batchelder | 2012-11-14 | 3 | -10/+18 | |
| | | | ||||||
* | | | Fix race condition removing .coverage on init | lahwran | 2012-11-12 | 1 | -2/+7 | |
| | | | ||||||
* | | | Don't import coverage into setup.py to get the version number. Do something ↵ | Ned Batchelder | 2012-11-12 | 2 | -7/+10 | |
| | | | | | | | | | | | | far worse... :) #73 | |||||
* | | | Edits | Ned Batchelder | 2012-11-12 | 1 | -1/+4 | |
| | | | ||||||
* | | | Clarify when coverage measurement actually starts. #102 | Ned Batchelder | 2012-11-12 | 1 | -2/+7 | |
| | | | ||||||
* | | | A faster way to get the actual path of Windows files, especially when ↵ | Ned Batchelder | 2012-11-11 | 1 | -29/+30 | |
| | | | | | | | | | | | | operating on lots of files in the same directory. | |||||
* | | | Remove odd module holding, since I think this is now fixed by always ↵ | Ned Batchelder | 2012-11-11 | 2 | -21/+6 | |
| | | | | | | | | | | | | stopping the tracers. | |||||
* | | | No longer see a mysterious exception when not able to run code: ↵ | Ned Batchelder | 2012-11-11 | 2 | -2/+6 | |
| | | | | | | | | | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153 | |||||
* | | | WTF? | Ned Batchelder | 2012-11-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Windows now reports file names in their correct case. #89 and #203. | Ned Batchelder | 2012-11-11 | 4 | -4/+61 | |
| | | | ||||||
* | | | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 7 | -9/+10 | |
| | | | ||||||
* | | | Properly test that config file HTML titles can be non-ascii. | Ned Batchelder | 2012-11-10 | 1 | -2/+9 | |
| | | | ||||||
* | | | Quiet pylint | Ned Batchelder | 2012-11-10 | 1 | -3/+3 | |
| | | | ||||||
* | | | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 2 | -91/+83 | |
| | | | ||||||
* | | | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 5 | -6/+23 | |
| | | | ||||||
* | | | A failure during XML reporting would leave an empty XML file behind. #210 | Ned Batchelder | 2012-11-08 | 1 | -0/+9 | |
| | | | ||||||
* | | | A work-in-progress for #207, a minor improvement, and a commented-out test ↵ | Ned Batchelder | 2012-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | that shows the problem. | |||||
* | | | Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵ | Ned Batchelder | 2012-11-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | work. Now it does. | |||||
* | | | Of course, it's different on Py3. | Ned Batchelder | 2012-11-07 | 1 | -1/+4 | |
| | | | ||||||
* | | | Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206. | Ned Batchelder | 2012-11-07 | 1 | -0/+6 | |
| | | | ||||||
* | | | Entry point | Ned Batchelder | 2012-11-05 | 2 | -3/+3 | |
| | | | ||||||
* | | | Refactor the command-line code. | Ned Batchelder | 2012-11-04 | 1 | -115/+148 | |
| | | | ||||||
* | | | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 1 | -16/+16 | |
| | | | ||||||
* | | | Two calls with no error checking replaced by a more convenient Py_BuildValue | Ned Batchelder | 2012-11-04 | 1 | -3/+1 | |
| | | | ||||||
* | | | pylint clean-up. | Ned Batchelder | 2012-11-03 | 1 | -0/+2 | |
| | | | ||||||
* | | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 1 | -7/+20 | |
| | | | | | | | | | | | | switch, and exit with 2 if the coverage is less than MIN. | |||||
* | | | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 4 | -4/+17 | |
|/ / | ||||||
* | | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 2 | -2/+0 | |
| | | ||||||
* | | Fix #163: embarassingly, the wildcards for include and omit didn't work ↵ | Ned Batchelder | 2012-10-29 | 4 | -35/+38 | |
| | | | | | | | | properly for reporting functions. This is now fixed. | |||||
* | | Silence pylint a bit. | Ned Batchelder | 2012-10-28 | 1 | -0/+4 | |
| | | ||||||
* | | Merged | Ned Batchelder | 2012-10-27 | 1 | -0/+18 | |
|\ \ | ||||||
| * | | #205: provide more helpful docstrings for the legacy singleton methods. | Ned Batchelder | 2012-10-26 | 1 | -0/+18 | |
| | | | ||||||
* | | | Minor style tweaks | Ned Batchelder | 2012-10-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix #201: wrong default for traces0 being missing. | Ned Batchelder | 2012-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Bump the version number to 3.5.4 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #193: The status.dat file written by py2 can't be read by py3 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Update version number to 3.5.3 | Ned Batchelder | 2012-09-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵ | Ned Batchelder | 2012-09-26 | 1 | -2/+2 | |
| | | | | | | | | in the HTML line numbers. |