| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 2 | -3/+21 |
| * | Modernize. | Ned Batchelder | 2013-09-28 | 1 | -3/+3 |
| * | Allow relative paths in the [paths] aliases. #267. | Ned Batchelder | 2013-09-26 | 4 | -4/+51 |
| * | A manpage. Thanks, Ben Finney. | Ned Batchelder | 2013-09-18 | 1 | -0/+203 |
| * | Remove notes about me being available for custom work, and rewrap many paragr... | Ned Batchelder | 2013-09-17 | 12 | -77/+79 |
| * | Improve the memory leak test, so it doesn't give us so many false negatives. | Ned Batchelder | 2013-09-17 | 1 | -17/+31 |
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-09-16 | 2 | -2/+4 |
| |\ |
|
| | * | Find .pyw files when searching for source files. | Ned Batchelder | 2013-09-16 | 2 | -2/+4 |
| * | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-09-16 | 1 | -1/+3 |
| |\ \ |
|
| | * | | Whee! Debugging travis... | Ned Batchelder | 2013-09-16 | 1 | -1/+3 |
| | |/ |
|
| * | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-09-16 | 1 | -0/+3 |
| |\ \
| |/ |
|
| | * | Get some more diagnostic output on Travis. | Ned Batchelder | 2013-09-16 | 1 | -0/+3 |
| * | | The PyTracer can't always be stopped, so give it a flag to stop tracing when ... | Ned Batchelder | 2013-09-16 | 1 | -1/+8 |
| |/ |
|
| * | Improve and more fully test the first-blank-line decoding fix. Thanks, Roger... | Ned Batchelder | 2013-09-16 | 4 | -15/+52 |
| * | Merged in rogerjhu/coverage.py (pull request #19) | Ned Batchelder | 2013-09-16 | 31 | -372/+767 |
| |\ |
|
| | * | 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 |
| | * | Get rid of locals(). Thanks for the prod, Brett Cannon. | Ned Batchelder | 2013-09-15 | 1 | -14/+15 |
| | * | 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 |
| | * | This works on travisci.org | Ned Batchelder | 2013-09-14 | 1 | -2/+0 |
| | * | Maybe 'develop' is better than 'install'? | Ned Batchelder | 2013-09-14 | 2 | -1/+5 |
| | * | Maybe this will be right for travis | Ned Batchelder | 2013-09-14 | 1 | -8/+9 |
| | * | Make travis.yml more like tox.ini | Ned Batchelder | 2013-09-13 | 1 | -3/+6 |
| | * | Update travis to the latest way of running tests. | Ned Batchelder | 2013-09-13 | 1 | -6/+4 |
| | * | Make a change to see a change. | Ned Batchelder | 2013-09-13 | 1 | -0/+2 |
| | * | Clean up .travis.yml | Ned Batchelder | 2013-09-12 | 2 | -1/+2 |
| | * | Merged in msabramo/coverage_msabramo_travis (pull request #7) | Ned Batchelder | 2013-09-12 | 1 | -0/+19 |
| | |\ |
|
| | | * | Add .travis.yml for Travis CI (http://travis-ci.org/) | Marc Abramowitz | 2012-06-25 | 1 | -0/+19 |
| | * | | Tests for debug tracing features. | Ned Batchelder | 2013-09-12 | 2 | -1/+92 |
| | * | | Fix some line endings and whitespace. | Ned Batchelder | 2013-09-11 | 6 | -246/+247 |
| | * | | 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 | 8 | -65/+140 |
| | * | | Oops, it's 2013 already. | Ned Batchelder | 2013-09-07 | 1 | -1/+1 |
| | * | | Better to leave the space out. | Ned Batchelder | 2013-09-06 | 3 | -9/+9 |
| | * | | Give the matchers a way to get info out of them. | Ned Batchelder | 2013-09-06 | 2 | -2/+15 |
| | * | | Move the info formatting into its own function. | Ned Batchelder | 2013-09-06 | 3 | -11/+45 |
| | * | | Make debug=trace trace all the yes/no tracing decisions. | Ned Batchelder | 2013-09-06 | 2 | -6/+9 |
| | * | | PyTracer's cache broke when I changed False to None from should_trace. Fixed. | Ned Batchelder | 2013-09-04 | 1 | -2/+3 |
| | * | | Call this 3.6.1a1 | Ned Batchelder | 2013-09-04 | 1 | -1/+1 |
| | * | | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 6 | -49/+103 |
| | * | | Keep things working on PyPy 2.1 | Ned Batchelder | 2013-08-16 | 1 | -2/+10 |
| | * | | Include __main__.py in the source kit. Fixes #255. | Ned Batchelder | 2013-08-15 | 3 | -1/+8 |
| | * | | Make igor's do_help work under Python 3. Thanks, Brett Cannon. | Ned Batchelder | 2013-08-14 | 1 | -1/+1 |
| | * | | 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 | 3 | -43/+40 |
| | * | | Fix the new test for py3, and add a test for #212. | Ned Batchelder | 2013-05-03 | 1 | -3/+23 |