Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One more pylint improvement: no more multi-statement lines. | Ned Batchelder | 2012-12-30 | 1 | -6/+12 |
| | |||||
* | This is the correct fix for #224. Data gets collected, and doesn't incur ↵ | Ned Batchelder | 2012-12-29 | 1 | -20/+29 |
| | | | | crazy harvesting during reporting. | ||||
* | Bump to 3.6b3 | Ned Batchelder | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Preventing double harvesting was keeping the nose plugin from working. Not ↵ | Ned Batchelder | 2012-12-28 | 1 | -29/+20 |
| | | | | sure what it was meant to solve in the first place. Fixes #224. Maybe allows double warnings now? | ||||
* | One more 2.3 thing. | Ned Batchelder | 2012-12-22 | 1 | -1/+1 |
| | |||||
* | Clean up debugging stuff | Ned Batchelder | 2012-12-21 | 1 | -4/+5 |
| | |||||
* | Merged | Ned Batchelder | 2012-12-20 | 3 | -7/+24 |
|\ | |||||
| * | Retro-fit onto 2.3 and 2.4 again. | Ned Batchelder | 2012-12-19 | 3 | -7/+24 |
| | | |||||
* | | Debugging to understand why 'trace function changed' appears. | Ned Batchelder | 2012-12-20 | 2 | -2/+10 |
|/ | |||||
* | pyratemp somehow claims code came from ''. Fixes #221. | Ned Batchelder | 2012-12-13 | 1 | -0/+4 |
| | |||||
* | Hmm, is this a good way to keep the meta-coverage quiet? | Ned Batchelder | 2012-12-09 | 1 | -2/+5 |
| | |||||
* | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -4/+4 |
| | |||||
* | Fix the blunt hack | Ned Batchelder | 2012-12-08 | 1 | -7/+9 |
| | |||||
* | A blunt instrument for tracking down problems during testing. | Ned Batchelder | 2012-12-08 | 1 | -0/+7 |
| | |||||
* | Hmm, 6 digits go up to 999999. | Ned Batchelder | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | debug sys shows the config files attempted, and the config files read. | Ned Batchelder | 2012-12-02 | 2 | -4/+8 |
| | |||||
* | Bump the version number, even though b2 probably won't be needed. | Ned Batchelder | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | debug sys now shows the path to the config file. | Ned Batchelder | 2012-12-02 | 2 | -0/+6 |
| | |||||
* | Switch to our own prama syntax, so the tests can use the std without getting ↵ | Ned Batchelder | 2012-12-01 | 2 | -2/+2 |
| | | | | mixed up. | ||||
* | Config files now can use environment variables. #97. | Ned Batchelder | 2012-11-25 | 1 | -3/+24 |
| | |||||
* | Coverage.py measuring itself works again! 86%, btw. | Ned Batchelder | 2012-11-25 | 1 | -6/+17 |
| | |||||
* | 'coverage debug sys' shows the python executable, and there's a test that ↵ | Ned Batchelder | 2012-11-24 | 1 | -0/+1 |
| | | | | our subprocesses use the same one we do. | ||||
* | Messages with filenames are not good as %r, because it doubles the ↵ | Ned Batchelder | 2012-11-23 | 3 | -3/+3 |
| | | | | backslashes... | ||||
* | Change one bit. | Ned Batchelder | 2012-11-23 | 1 | -1/+1 |
| | |||||
* | If a file is missing, don't show an error message with the wrong path. #60. | Ned Batchelder | 2012-11-23 | 1 | -9/+5 |
| | |||||
* | Merged Geoff's change | Ned Batchelder | 2012-11-23 | 2 | -1/+5 |
|\ | |||||
| * | 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 |
| | | |