| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 1 | -2/+1 |
| * | Merged in desmaj/coverage.py (pull request #17) | Ned Batchelder | 2013-04-21 | 1 | -1/+1 |
| |\ |
|
| | * | Removed redundant code; Changed a setup.py test to ensure that the proper set... | desmaj | 2013-03-18 | 1 | -1/+1 |
| * | | Don't touch files as unexecuted if they were omitted. Fixes #218. | Ned Batchelder | 2013-04-21 | 1 | -0/+6 |
| * | | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 2 | -9/+13 |
| |/ |
|
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-03-10 | 1 | -3/+7 |
| |\ |
|
| | * | Don't issue spurious warnings about the trace function changing. Fixes #164 | Ned Batchelder | 2013-03-10 | 1 | -3/+7 |
| * | | A less-weird weird line | Ned Batchelder | 2013-02-24 | 1 | -1/+1 |
| |/ |
|
| * | Bump the version. | Ned Batchelder | 2013-01-23 | 1 | -1/+1 |
| * | Better understanding of how the trace function is invoked as byte codes are e... | Ned Batchelder | 2013-01-11 | 1 | -67/+80 |
| * | A more convenient way to check on the trace function. | Ned Batchelder | 2013-01-11 | 1 | -3/+4 |
| * | Use the nice way to reverse a list. | Ned Batchelder | 2013-01-09 | 2 | -3/+18 |
| * | More yieldification of parser.py | Ned Batchelder | 2013-01-08 | 1 | -17/+13 |
| * | Use generators in the byte code parsing. __next__? yikes! | Ned Batchelder | 2013-01-08 | 2 | -42/+25 |
| * | Update docs etc for official version 3.6. | Ned Batchelder | 2013-01-05 | 1 | -1/+1 |
| * | 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 cra... | Ned Batchelder | 2012-12-29 | 1 | -20/+29 |
| * | Bump to 3.6b3 | Ned Batchelder | 2012-12-28 | 1 | -1/+1 |
| * | Preventing double harvesting was keeping the nose plugin from working. Not s... | Ned Batchelder | 2012-12-28 | 1 | -29/+20 |
| * | 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 |
| * | 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 our... | Ned Batchelder | 2012-11-24 | 1 | -0/+1 |
| * | Messages with filenames are not good as %r, because it doubles the backslashe... | Ned Batchelder | 2012-11-23 | 3 | -3/+3 |
| * | 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 coun... | Ned Batchelder | 2012-11-22 | 1 | -4/+4 |
| * | | 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 |