summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --debug to the man page, and other minor tweaks.Ned Batchelder2013-09-301-6/+10
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-303-2/+26
* Add thread to the list of things that don't work. #244.Ned Batchelder2013-09-291-1/+7
* Quiet pylint.Ned Batchelder2013-09-291-1/+1
* Properly report .pyw files. #261.Ned Batchelder2013-09-293-10/+66
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-284-8/+68
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-289-4/+26
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
* Line too long.Ned Batchelder2013-09-281-2/+2
* Thanks, Windows, for reminding me to close my files!Ned Batchelder2013-09-281-14/+18
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-284-21/+117
* More abstractions for bytes objects. Cleans up some version checks in the rea...Ned Batchelder2013-09-284-23/+42
* I guess that was too modern. Need to define execfile in this module.Ned Batchelder2013-09-281-1/+1
* Make iteritems detection more like the rest of backward.py, and add a test of...Ned Batchelder2013-09-282-3/+21
* Modernize.Ned Batchelder2013-09-281-3/+3
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-264-4/+51
* A manpage. Thanks, Ben Finney.Ned Batchelder2013-09-181-0/+203
* Remove notes about me being available for custom work, and rewrap many paragr...Ned Batchelder2013-09-1712-77/+79
* Improve the memory leak test, so it doesn't give us so many false negatives.Ned Batchelder2013-09-171-17/+31
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-09-162-2/+4
|\
| * Find .pyw files when searching for source files.Ned Batchelder2013-09-162-2/+4
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-09-161-1/+3
|\ \
| * | Whee! Debugging travis...Ned Batchelder2013-09-161-1/+3
| |/
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-09-161-1/+8
|\ \ | |/ |/|
| * The PyTracer can't always be stopped, so give it a flag to stop tracing when ...Ned Batchelder2013-09-161-1/+8
* | Get some more diagnostic output on Travis.Ned Batchelder2013-09-161-0/+3
|/
* Improve and more fully test the first-blank-line decoding fix. Thanks, Roger...Ned Batchelder2013-09-164-15/+52
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-162-2/+16
|\
| * Make UTF-8 detection more robust.Roger Hu2013-05-252-2/+16
* | Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
* | Satisfy pylint.Ned Batchelder2013-09-151-3/+3
* | Always show long diffs in test failures.Ned Batchelder2013-09-152-2/+4
* | Get rid of locals(). Thanks for the prod, Brett Cannon.Ned Batchelder2013-09-151-14/+15
* | Skip bug212 on py3, it isn't fixed yet.Ned Batchelder2013-09-151-1/+3
* | Make our sys.path adjustment more robust.Ned Batchelder2013-09-151-2/+5
* | This works on travisci.orgNed Batchelder2013-09-141-2/+0
* | Maybe 'develop' is better than 'install'?Ned Batchelder2013-09-142-1/+5
* | Maybe this will be right for travisNed Batchelder2013-09-141-8/+9
* | Make travis.yml more like tox.iniNed Batchelder2013-09-131-3/+6
* | Update travis to the latest way of running tests.Ned Batchelder2013-09-131-6/+4
* | Make a change to see a change.Ned Batchelder2013-09-131-0/+2
* | Clean up .travis.ymlNed Batchelder2013-09-122-1/+2
* | Merged in msabramo/coverage_msabramo_travis (pull request #7)Ned Batchelder2013-09-121-0/+19
|\ \
| * | Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-251-0/+19
* | | Tests for debug tracing features.Ned Batchelder2013-09-122-1/+92
* | | Fix some line endings and whitespace.Ned Batchelder2013-09-116-246/+247
* | | Make the should_trace_cache test a little more bullet-proof.Ned Batchelder2013-09-081-1/+8
* | | A test that the collector is using the should_trace_cache properly.Ned Batchelder2013-09-081-0/+47
* | | More --debug options, split code into separate objects.Ned Batchelder2013-09-088-65/+140
* | | Oops, it's 2013 already.Ned Batchelder2013-09-071-1/+1