summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the PyPy version.coverage-3.6b1Ned Batchelder2012-11-281-1/+1
* Doc tweaks for 3.6b1Ned Batchelder2012-11-284-8/+12
* Fix this testNed Batchelder2012-11-281-2/+4
* A few tweaks to the docsNed Batchelder2012-11-282-1/+6
* Is this why the beta docs weren't working? omg...Ned Batchelder2012-11-282-3/+3
* Try the beta docs.Ned Batchelder2012-11-271-2/+2
* Clean up the changes doc. ReST syntax is weird.Ned Batchelder2012-11-272-15/+20
* Switch these line endings to unixNed Batchelder2012-11-261-20/+20
* Bring the Makefile into the modern testing eraNed Batchelder2012-11-261-14/+5
* Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted.Ned Batchelder2012-11-253-20/+24
* Config files now can use environment variables. #97.Ned Batchelder2012-11-254-3/+57
* Coverage.py measuring itself works again! 86%, btw.Ned Batchelder2012-11-255-15/+112
* These are obsolete.Ned Batchelder2012-11-252-108/+0
* Add an environment variable to the sub-python test.Ned Batchelder2012-11-241-0/+5
* 'coverage debug sys' shows the python executable, and there's a test that our...Ned Batchelder2012-11-242-0/+18
* py3...Ned Batchelder2012-11-241-1/+1
* Cleaning up.Ned Batchelder2012-11-242-1/+2
* Add a help function to igorNed Batchelder2012-11-241-0/+9
* Might as well combine the two setup.py steps.Ned Batchelder2012-11-241-2/+1
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-234-6/+6
* Change one bit.Ned Batchelder2012-11-231-1/+1
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-233-10/+32
* Merged, I thought?Ned Batchelder2012-11-231-0/+6
|\
| * Note the fix for #214 in the change history.Ned Batchelder2012-11-231-0/+6
* | Merged Geoff's changeNed Batchelder2012-11-232-1/+5
|\ \ | |/ |/|
| * Handle compiled files under JythonGeoff Bache2010-12-102-1/+5
* | Nicer formatting for lists in 'debug sys'Ned Batchelder2012-11-221-2/+3
* | Work harder to find where the coverage code actually is, so we can avoid coun...Ned Batchelder2012-11-221-4/+4
* | A simpler way to get the package nameNed Batchelder2012-11-211-2/+1
* | Credit where credit is due.Ned Batchelder2012-11-212-0/+2
* | Another bug on the changes list. #67Ned Batchelder2012-11-211-0/+4
* | LintNed Batchelder2012-11-212-4/+4
* | XML filename paths get slashes on all platforms.Ned Batchelder2012-11-211-1/+2
* | Fix IndentationErrors when parsing non-Python files. #82.Ned Batchelder2012-11-213-18/+11
* | This is useful during debugging.Ned Batchelder2012-11-211-0/+6
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-11-213-3/+3
|\ \
| * | Now package name can be empty.Ned Batchelder2012-11-213-3/+3
* | | Trying to reproduce the latest incarnation of #82Ned Batchelder2012-11-211-0/+29
|/ /
* | Merged in lethargy/coverage.py (pull request #13)Ned Batchelder2012-11-201-6/+7
|\ \
| * | Improve file and package names in xml outputMarcus Cobden2012-10-311-6/+7
* | | Moar tests for XML reporting.Ned Batchelder2012-11-201-1/+54
* | | I prefer not having docstrings in test methods.Ned Batchelder2012-11-201-7/+3
* | | Don't need these notes any more.Ned Batchelder2012-11-201-78/+0
* | | Silence the last of the pylint warnings.Ned Batchelder2012-11-203-12/+6
* | | Tweak the wording.Ned Batchelder2012-11-191-4/+5
* | | lint lintNed Batchelder2012-11-191-1/+1
* | | Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-198-20/+53
* | | This is more correct.Ned Batchelder2012-11-191-1/+1
* | | Refactor some HTML tests.Ned Batchelder2012-11-191-15/+23
* | | Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-175-17/+10