summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Give the matchers a way to get info out of them.Ned Batchelder2013-09-062-2/+15
|
* Move the info formatting into its own function.Ned Batchelder2013-09-063-11/+45
|
* Make debug=trace trace all the yes/no tracing decisions.Ned Batchelder2013-09-062-6/+9
|
* PyTracer's cache broke when I changed False to None from should_trace. Fixed.Ned Batchelder2013-09-041-2/+3
|
* Call this 3.6.1a1Ned Batchelder2013-09-041-1/+1
|
* New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-046-49/+103
|
* Keep things working on PyPy 2.1Ned Batchelder2013-08-161-2/+10
| | | | | | | | | _structseq is in the lib_pypy directory on sys.path, but for some reason when imported, it claims to be from /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py I don't know why that is, but importing _structseq and treating its directory as part of the stdlib makes the tests pass.
* Include __main__.py in the source kit. Fixes #255.Ned Batchelder2013-08-153-1/+8
|
* Make igor's do_help work under Python 3. Thanks, Brett Cannon.Ned Batchelder2013-08-141-1/+1
|
* Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
|
* Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-093-43/+40
|
* Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
|
* Turns out opcode isn't a documented module...Ned Batchelder2013-05-011-4/+4
|
* Add a (failing) test for #146.Ned Batchelder2013-05-011-0/+12
|
* Add some debugging for branch issues.Ned Batchelder2013-05-011-0/+8
|
* TypoNed Batchelder2013-04-271-1/+1
|
* Add a note of warning about uninstalling coverage.py after using aggressive ↵Ned Batchelder2013-04-271-0/+5
| | | | subprocess hacks. #223.
* Keep the paperwork up to date.Ned Batchelder2013-04-271-1/+1
|
* Pylint will read pylintrc files by default. Who knew?Ned Batchelder2013-04-252-1/+1
|
* Turns out issue #142 was fixed a long time ago.Ned Batchelder2013-04-221-1/+2
|
* I like it better like this.Ned Batchelder2013-04-211-29/+31
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-214-7/+7
|
* Merged in desmaj/coverage.py (pull request #17)Ned Batchelder2013-04-216-25/+68
|\ | | | | | | Removed redundant code; Changed a setup.py test to ensure that the proper setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental)
| * Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-213-2/+24
| |
| * Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-204-25/+46
| |
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-183-2/+8
|/ | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* A simple correction from future pylintNed Batchelder2013-03-161-1/+1
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-03-101-1/+1
|\
| * A less-weird weird lineNed Batchelder2013-02-241-1/+1
| |
* | Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-103-3/+45
|/
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-02-021-1/+1
|\
| * For nowNed Batchelder2013-02-021-1/+1
| |
* | Directory changed: test->tests. Adapt.Ned Batchelder2013-02-0230-67/+67
| |
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-02174-0/+0
|/ | | | package.
* Bump the version.Ned Batchelder2013-01-232-3/+3
|
* Makefile should be clean too.Ned Batchelder2013-01-232-2/+3
|
* Fix 'make clean' for a clean environmentStanislaw Pitucha2013-01-231-1/+1
| | | | | In a completely clean environment running 'make clean' will fail due to test/backtest.py not being in the import path.
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-01-121-4/+5
|\
| * More failing branch tests.Ned Batchelder2013-01-121-4/+5
| |
* | Improvements to bytecode tools.Ned Batchelder2013-01-122-5/+15
|/
* Better understanding of how the trace function is invoked as byte codes are ↵Ned Batchelder2013-01-113-86/+113
| | | | executed. Fixes #175.
* Make my private-copy disassembler work in py2 and py3, partly by removing ↵Ned Batchelder2013-01-111-80/+26
| | | | code I don't need.
* A more convenient way to check on the trace function.Ned Batchelder2013-01-111-3/+4
|
* Use the nice way to reverse a list.Ned Batchelder2013-01-092-3/+18
|
* Simplify this test case for #175.Ned Batchelder2013-01-091-2/+2
|
* Print chunks inline with the disassembly for easier diagnosis.Ned Batchelder2013-01-091-5/+4
|
* More yieldification of parser.pyNed Batchelder2013-01-082-19/+15
|
* Use generators in the byte code parsing. __next__? yikes!Ned Batchelder2013-01-082-42/+25
|
* Coverage 3.6Ned Batchelder2013-01-050-0/+0
|
* Updated sample HTML report.coverage-3.6Ned Batchelder2013-01-0513-131/+131
|