summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* One more 2.3 thing.Ned Batchelder2012-12-221-1/+1
* Clean up debugging stuffNed Batchelder2012-12-211-4/+5
* MergedNed Batchelder2012-12-202-2/+10
|\
| * Debugging to understand why 'trace function changed' appears.Ned Batchelder2012-12-202-2/+10
* | Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-193-7/+24
|/
* pyratemp somehow claims code came from ''. Fixes #221.Ned Batchelder2012-12-131-0/+4
* Hmm, is this a good way to keep the meta-coverage quiet?Ned Batchelder2012-12-091-2/+5
* Get meta-coverage working on sub-processes.Ned Batchelder2012-12-091-4/+4
* Fix the blunt hackNed Batchelder2012-12-081-7/+9
* A blunt instrument for tracking down problems during testing.Ned Batchelder2012-12-081-0/+7
* Hmm, 6 digits go up to 999999.Ned Batchelder2012-12-021-1/+1
* debug sys shows the config files attempted, and the config files read.Ned Batchelder2012-12-022-4/+8
* Bump the version number, even though b2 probably won't be needed.Ned Batchelder2012-12-021-1/+1
* debug sys now shows the path to the config file.Ned Batchelder2012-12-022-0/+6
* Switch to our own prama syntax, so the tests can use the std without getting ...Ned Batchelder2012-12-012-2/+2
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-3/+24
* Coverage.py measuring itself works again! 86%, btw.Ned Batchelder2012-11-251-6/+17
* 'coverage debug sys' shows the python executable, and there's a test that our...Ned Batchelder2012-11-241-0/+1
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-233-3/+3
* 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-231-9/+5
* 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
* | 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-211-1/+1
* | 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
* | | Silence the last of the pylint warnings.Ned Batchelder2012-11-202-3/+3
* | | Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-195-12/+16
* | | This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-171-1/+1
* | | Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-165-17/+27
* | | Refactor, and make it work on older Pythons.Ned Batchelder2012-11-143-10/+18
* | | Fix race condition removing .coverage on initlahwran2012-11-121-2/+7
* | | Don't import coverage into setup.py to get the version number. Do something ...Ned Batchelder2012-11-122-7/+10
* | | EditsNed Batchelder2012-11-121-1/+4
* | | Clarify when coverage measurement actually starts. #102Ned Batchelder2012-11-121-2/+7
* | | A faster way to get the actual path of Windows files, especially when operati...Ned Batchelder2012-11-111-29/+30
* | | Remove odd module holding, since I think this is now fixed by always stopping...Ned Batchelder2012-11-112-21/+6
* | | No longer see a mysterious exception when not able to run code: AttributeErro...Ned Batchelder2012-11-112-2/+6
* | | WTF?Ned Batchelder2012-11-111-3/+3
* | | Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-114-4/+61
* | | Upgrading pylint means fixing more nits.Ned Batchelder2012-11-107-9/+10
* | | Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-101-2/+9
* | | Quiet pylintNed Batchelder2012-11-101-3/+3
* | | Refactor the config parsing.Ned Batchelder2012-11-102-91/+83
* | | Now the title of the HTML report can be set.Ned Batchelder2012-11-095-6/+23
* | | A failure during XML reporting would leave an empty XML file behind. #210Ned Batchelder2012-11-081-0/+9