Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Note the fix for #214 in the change history. | Ned Batchelder | 2012-11-23 | 1 | -0/+6 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Credit where credit is due. | Ned Batchelder | 2012-11-21 | 2 | -0/+2 | |
| | | | ||||||
* | | | Another bug on the changes list. #67 | Ned Batchelder | 2012-11-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | Lint | Ned Batchelder | 2012-11-21 | 2 | -4/+4 | |
| | | | ||||||
* | | | 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 | 3 | -18/+11 | |
| | | | ||||||
* | | | This is useful during debugging. | Ned Batchelder | 2012-11-21 | 1 | -0/+6 | |
| | | | ||||||
* | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-11-21 | 3 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Now package name can be empty. | Ned Batchelder | 2012-11-21 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | Trying to reproduce the latest incarnation of #82 | Ned Batchelder | 2012-11-21 | 1 | -0/+29 | |
|/ / / | ||||||
* | | | 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 | |
| | | | | ||||||
* | | | | Moar tests for XML reporting. | Ned Batchelder | 2012-11-20 | 1 | -1/+54 | |
| | | | | ||||||
* | | | | I prefer not having docstrings in test methods. | Ned Batchelder | 2012-11-20 | 1 | -7/+3 | |
| | | | | ||||||
* | | | | Don't need these notes any more. | Ned Batchelder | 2012-11-20 | 1 | -78/+0 | |
| | | | | ||||||
* | | | | Silence the last of the pylint warnings. | Ned Batchelder | 2012-11-20 | 3 | -12/+6 | |
| | | | | ||||||
* | | | | Tweak the wording. | Ned Batchelder | 2012-11-19 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | lint lint | Ned Batchelder | 2012-11-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 8 | -20/+53 | |
| | | | | ||||||
* | | | | This is more correct. | Ned Batchelder | 2012-11-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Refactor some HTML tests. | Ned Batchelder | 2012-11-19 | 1 | -15/+23 | |
| | | | | ||||||
* | | | | Add tests and docs to the kit, though they are not installed. #137 | Ned Batchelder | 2012-11-17 | 5 | -17/+10 | |
| | | | | | | | | | | | | | | | | | | | | --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 | 4 | -6/+6 | |
| | | | | ||||||
* | | | | This actually works. | Ned Batchelder | 2012-11-17 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | This makes more sense to me. | Ned Batchelder | 2012-11-17 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | No longer try to bootstrap setuptools. It is a pre-req. Closes #202 | Ned Batchelder | 2012-11-17 | 10 | -780/+17 | |
| | | | | ||||||
* | | | | Update history | Ned Batchelder | 2012-11-17 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Create coverage-X.Y aliases also. Closes #111. | Ned Batchelder | 2012-11-17 | 4 | -7/+28 | |
| | | | | ||||||
* | | | | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵ | Ned Batchelder | 2012-11-16 | 4 | -7/+25 | |
|\ \ \ \ | | | | | | | | | | | | | | | | and tests | |||||
| * | | | | Create coverage3 symlink when installed using Python 3 | Julian Berman | 2012-10-28 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : coverage3 | |||||
* | | | | | Also, why does it need a leading underscore?? | Ned Batchelder | 2012-11-16 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | No need to delete the file. | Ned Batchelder | 2012-11-16 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | Merged in brettsky/coverage.py (pull request #15) | Ned Batchelder | 2012-11-16 | 1 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't leave a file open in setup.py. | Brett Cannon | 2012-11-15 | 1 | -1/+6 | |
| | | | | | | ||||||
* | | | | | | 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 | 4 | -11/+38 | |
| | | | | | ||||||
* | | | | | Merged in lahwran/coverage.py (pull request #14) | Ned Batchelder | 2012-11-14 | 1 | -2/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix race condition removing .coverage on init | lahwran | 2012-11-12 | 1 | -2/+7 | |
| | | | | | | ||||||
* | | | | | | 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 | 4 | -0/+175 | |
| | | | | | | ||||||
* | | | | | | Don't check doc intermediate files. | Ned Batchelder | 2012-11-12 | 1 | -1/+4 | |
|/ / / / / | ||||||
* | | | | | Once you start unit testing setup.py, where do you stop?? | Ned Batchelder | 2012-11-12 | 2 | -18/+35 | |
| | | | | | ||||||
* | | | | | Add assertGreater to our arsenal. | Ned Batchelder | 2012-11-12 | 2 | -0/+15 | |
| | | | | | ||||||
* | | | | | Don't import coverage into setup.py to get the version number. Do something ↵ | Ned Batchelder | 2012-11-12 | 5 | -17/+41 | |
| | | | | | | | | | | | | | | | | | | | | far worse... :) #73 | |||||
* | | | | | Edits | Ned Batchelder | 2012-11-12 | 2 | -7/+10 | |
| | | | | |