summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-202-9/+13
| |
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-181-1/+1
|/ | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-03-101-1/+1
|\
| * A less-weird weird lineNed Batchelder2013-02-241-1/+1
| |
* | Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-3/+7
|/
* Bump the version.Ned Batchelder2013-01-231-1/+1
|
* Better understanding of how the trace function is invoked as byte codes are ↵Ned Batchelder2013-01-111-67/+80
| | | | executed. Fixes #175.
* A more convenient way to check on the trace function.Ned Batchelder2013-01-111-3/+4
|
* Use the nice way to reverse a list.Ned Batchelder2013-01-092-3/+18
|
* More yieldification of parser.pyNed Batchelder2013-01-081-17/+13
|
* Use generators in the byte code parsing. __next__? yikes!Ned Batchelder2013-01-082-42/+25
|
* Update docs etc for official version 3.6.Ned Batchelder2013-01-051-1/+1
|
* One more pylint improvement: no more multi-statement lines.Ned Batchelder2012-12-301-6/+12
|
* This is the correct fix for #224. Data gets collected, and doesn't incur ↵Ned Batchelder2012-12-291-20/+29
| | | | crazy harvesting during reporting.
* Bump to 3.6b3Ned Batchelder2012-12-281-1/+1
|
* Preventing double harvesting was keeping the nose plugin from working. Not ↵Ned Batchelder2012-12-281-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 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
| | | | mixed up.
* 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 ↵Ned Batchelder2012-11-241-0/+1
| | | | our subprocesses use the same one we do.
* Messages with filenames are not good as %r, because it doubles the ↵Ned Batchelder2012-11-233-3/+3
| | | | backslashes...
* 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 ↵Ned Batchelder2012-11-221-4/+4
| | | | | | | | counting it. WIP #74.
* | 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
| | |