summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Devin Jeanpierre provided the fix for bug #123.Ned Batchelder2011-04-251-0/+1
* A fix for bug #123, but it doesn't restore tracing properly yet, still want t...Ned Batchelder2011-04-252-4/+44
* Py3.x doesn't need a separate virtualenv any more.Ned Batchelder2011-04-251-1/+1
* Changing the HTML report means updating gold files.Ned Batchelder2011-04-2126-1897/+2373
* Thanks, SandraNed Batchelder2011-04-201-0/+1
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-206-0/+84
* 'prune' is for directories, and it turns out we don't need to 'exclude' this ...Ned Batchelder2011-04-181-1/+0
* StyleNed Batchelder2011-04-172-5/+7
* StyleNed Batchelder2011-04-172-38/+38
* More tests, some refactoring of the code.Ned Batchelder2011-04-172-33/+100
* Even better way to test js: build fixtures programmatically, no need for monk...Ned Batchelder2011-04-175-67/+76
* Convert from DOS line-endingsNed Batchelder2011-04-171-53/+53
* Javascript testsNed Batchelder2011-04-165-22/+1852
* Push some characters around.Ned Batchelder2011-04-161-6/+5
* Update the docs for running coverage as a module.Ned Batchelder2011-04-152-0/+6
* Update CHANGES.Ned Batchelder2011-04-101-0/+4
* Merge Brett's __main__.py file for the tree.Ned Batchelder2011-04-102-0/+17
|\
| * Allow coverage.py to be executed by pointing Python at a repository'sBrett Cannon2011-02-262-0/+17
* | Record a bug fix.Ned Batchelder2011-04-101-0/+4
* | Deal more gracefully with unexpectedly-not-python source during reporting.Ned Batchelder2011-04-083-5/+10
* | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate t...Ned Batchelder2011-04-081-12/+16
* | HTML incremental generation should also take the coverage.py version into acc...Ned Batchelder2011-03-272-15/+68
* | HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-276-5/+164
* | Make the new code a little nicer.Ned Batchelder2011-03-251-13/+23
* | Got 2.3 to build, so now this is tested and works against 2.3Ned Batchelder2011-03-253-3/+10
* | Remove trailing spacesNed Batchelder2011-03-242-3/+3
* | Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-2410-9/+332
* | Add a test helper for checking on the existence of files.Ned Batchelder2011-03-224-15/+34
* | --omit and --include now interpret their values more usefully. Fixes #121.Ned Batchelder2011-03-2111-36/+114
* | A narrower way to check that empty __init__.py files show zero statements.Ned Batchelder2011-03-211-14/+4
* | All tests should restore sys.pathNed Batchelder2011-03-202-5/+8
* | Clean-upsNed Batchelder2011-03-164-5/+9
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-03-151-2/+1
|\ \
| * | Remove a little noise from this lab toolNed Batchelder2011-03-151-2/+1
* | | A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea...Ned Batchelder2011-03-153-4/+20
* | | Merge the backout to the tipNed Batchelder2011-03-151-28/+29
|\ \ \
| * | | Backed out changeset c6083fae29bfNed Batchelder2011-03-151-28/+29
* | | | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-03-151-31/+51
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Put the missing-continue test back into the mix.Ned Batchelder2011-03-151-29/+28
| * | Figures 2.4 has different answers for the psycho edge cases.Ned Batchelder2011-03-131-2/+2
| * | Adjust some tests for PyPy: it's more aggressive about optimizing away expres...Ned Batchelder2011-03-131-2/+23
| |/
* | Ugh, newb mistake: Windows needs the b flag to tightly control the bytes in t...Ned Batchelder2011-03-131-1/+1
|/
* setup.py now succeeds even if there is no C compiler. Fixes issue #80.Ned Batchelder2011-02-132-3/+18
* Minor tweaks to the docs.Ned Batchelder2011-02-132-17/+40
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-02-122-0/+27
|\
| * New sphinx adds a blank line before the xml declaration, this micro-tool stri...Ned Batchelder2011-02-122-0/+27
* | A different (better) way to avoid warnings when no code has been run.Ned Batchelder2011-02-124-34/+24
|/
* Don't warn about not collecting data if we never ran any code in the first pl...Ned Batchelder2011-02-074-24/+50
* Make this message simpler and clearer.Ned Batchelder2011-02-072-3/+3
* Add tests and doc for Brandon's -m flag.Ned Batchelder2011-02-0612-33/+136