| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now we can run .pyc files directly. Closes #264. | Ned Batchelder | 2013-09-28 | 1 | -2/+57 |
| * | More abstractions for bytes objects. Cleans up some version checks in the rea... | Ned Batchelder | 2013-09-28 | 1 | -2/+8 |
| * | I guess that was too modern. Need to define execfile in this module. | Ned Batchelder | 2013-09-28 | 1 | -1/+1 |
| * | Make iteritems detection more like the rest of backward.py, and add a test of... | Ned Batchelder | 2013-09-28 | 1 | -0/+16 |
| * | Modernize. | Ned Batchelder | 2013-09-28 | 1 | -3/+3 |
| * | Allow relative paths in the [paths] aliases. #267. | Ned Batchelder | 2013-09-26 | 1 | -1/+25 |
| * | Improve the memory leak test, so it doesn't give us so many false negatives. | Ned Batchelder | 2013-09-17 | 1 | -17/+31 |
| * | Find .pyw files when searching for source files. | Ned Batchelder | 2013-09-16 | 1 | -0/+2 |
| * | Improve and more fully test the first-blank-line decoding fix. Thanks, Roger... | Ned Batchelder | 2013-09-16 | 1 | -13/+46 |
| * | Merged in rogerjhu/coverage.py (pull request #19) | Ned Batchelder | 2013-09-16 | 1 | -1/+15 |
| |\ |
|
| | * | Make UTF-8 detection more robust. | Roger Hu | 2013-05-25 | 1 | -1/+15 |
| * | | Add one more assertion to a test about COVERAGE_PROCESS_START. | Ned Batchelder | 2013-09-15 | 1 | -1/+3 |
| * | | Satisfy pylint. | Ned Batchelder | 2013-09-15 | 1 | -3/+3 |
| * | | Always show long diffs in test failures. | Ned Batchelder | 2013-09-15 | 2 | -2/+4 |
| * | | Skip bug212 on py3, it isn't fixed yet. | Ned Batchelder | 2013-09-15 | 1 | -1/+3 |
| * | | Make our sys.path adjustment more robust. | Ned Batchelder | 2013-09-15 | 1 | -2/+5 |
| * | | Tests for debug tracing features. | Ned Batchelder | 2013-09-12 | 2 | -1/+92 |
| * | | Make the should_trace_cache test a little more bullet-proof. | Ned Batchelder | 2013-09-08 | 1 | -1/+8 |
| * | | A test that the collector is using the should_trace_cache properly. | Ned Batchelder | 2013-09-08 | 1 | -0/+47 |
| * | | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 2 | -22/+27 |
| * | | Better to leave the space out. | Ned Batchelder | 2013-09-06 | 1 | -7/+7 |
| * | | Give the matchers a way to get info out of them. | Ned Batchelder | 2013-09-06 | 1 | -2/+7 |
| * | | Move the info formatting into its own function. | Ned Batchelder | 2013-09-06 | 1 | -1/+22 |
| * | | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -24/+56 |
| * | | Get test_html working under OS X when run from a venv. Thank, Brett Cannon. | Ned Batchelder | 2013-08-14 | 1 | -0/+1 |
| * | | Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3. | Ned Batchelder | 2013-06-09 | 1 | -37/+38 |
| * | | Fix the new test for py3, and add a test for #212. | Ned Batchelder | 2013-05-03 | 1 | -3/+23 |
| |/ |
|
| * | Add a (failing) test for #146. | Ned Batchelder | 2013-05-01 | 1 | -0/+12 |
| * | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 2 | -5/+5 |
| * | Merged in desmaj/coverage.py (pull request #17) | Ned Batchelder | 2013-04-21 | 2 | -1/+7 |
| |\ |
|
| | * | Removed redundant code; Changed a setup.py test to ensure that the proper set... | desmaj | 2013-03-18 | 2 | -1/+7 |
| * | | Don't touch files as unexecuted if they were omitted. Fixes #218. | Ned Batchelder | 2013-04-21 | 1 | -1/+11 |
| * | | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 1 | -15/+28 |
| |/ |
|
| * | Don't issue spurious warnings about the trace function changing. Fixes #164 | Ned Batchelder | 2013-03-10 | 1 | -0/+33 |
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| * | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 23 | -44/+44 |
| * | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 174 | -0/+14512 |