Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make UTF-8 detection more robust. | Roger Hu | 2013-05-25 | 2 | -2/+16 | |
|/ / | | | | | | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line. | |||||
* | | Turns out opcode isn't a documented module... | Ned Batchelder | 2013-05-01 | 1 | -4/+4 | |
| | | ||||||
* | | Add a (failing) test for #146. | Ned Batchelder | 2013-05-01 | 1 | -0/+12 | |
| | | ||||||
* | | Add some debugging for branch issues. | Ned Batchelder | 2013-05-01 | 1 | -0/+8 | |
| | | ||||||
* | | Typo | Ned Batchelder | 2013-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add a note of warning about uninstalling coverage.py after using aggressive ↵ | Ned Batchelder | 2013-04-27 | 1 | -0/+5 | |
| | | | | | | | | subprocess hacks. #223. | |||||
* | | Keep the paperwork up to date. | Ned Batchelder | 2013-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | Pylint will read pylintrc files by default. Who knew? | Ned Batchelder | 2013-04-25 | 2 | -1/+1 | |
| | | ||||||
* | | Turns out issue #142 was fixed a long time ago. | Ned Batchelder | 2013-04-22 | 1 | -1/+2 | |
| | | ||||||
* | | I like it better like this. | Ned Batchelder | 2013-04-21 | 1 | -29/+31 | |
| | | ||||||
* | | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 4 | -7/+7 | |
| | | ||||||
* | | Merged in desmaj/coverage.py (pull request #17) | Ned Batchelder | 2013-04-21 | 6 | -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 Batchelder | 2013-04-21 | 3 | -2/+24 | |
| | | | ||||||
| * | | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 4 | -25/+46 | |
| | | | ||||||
* | | | Removed redundant code; Changed a setup.py test to ensure that the proper ↵ | desmaj | 2013-03-18 | 3 | -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 pylint | Ned Batchelder | 2013-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-03-10 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | A less-weird weird line | Ned Batchelder | 2013-02-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Don't issue spurious warnings about the trace function changing. Fixes #164 | Ned Batchelder | 2013-03-10 | 3 | -3/+45 | |
|/ / | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-02-02 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | For now | Ned Batchelder | 2013-02-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 30 | -67/+67 | |
| | | | ||||||
* | | | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 174 | -0/+0 | |
|/ / | | | | | | | package. | |||||
* | | Bump the version. | Ned Batchelder | 2013-01-23 | 2 | -3/+3 | |
| | | ||||||
* | | Makefile should be clean too. | Ned Batchelder | 2013-01-23 | 2 | -2/+3 | |
| | | ||||||
* | | Fix 'make clean' for a clean environment | Stanislaw Pitucha | 2013-01-23 | 1 | -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/coveragepy | Ned Batchelder | 2013-01-12 | 1 | -4/+5 | |
|\ \ | ||||||
| * | | More failing branch tests. | Ned Batchelder | 2013-01-12 | 1 | -4/+5 | |
| | | | ||||||
* | | | Improvements to bytecode tools. | Ned Batchelder | 2013-01-12 | 2 | -5/+15 | |
|/ / | ||||||
* | | Better understanding of how the trace function is invoked as byte codes are ↵ | Ned Batchelder | 2013-01-11 | 3 | -86/+113 | |
| | | | | | | | | executed. Fixes #175. | |||||
* | | Make my private-copy disassembler work in py2 and py3, partly by removing ↵ | Ned Batchelder | 2013-01-11 | 1 | -80/+26 | |
| | | | | | | | | code I don't need. | |||||
* | | A more convenient way to check on the trace function. | Ned Batchelder | 2013-01-11 | 1 | -3/+4 | |
| | | ||||||
* | | Use the nice way to reverse a list. | Ned Batchelder | 2013-01-09 | 2 | -3/+18 | |
| | | ||||||
* | | Simplify this test case for #175. | Ned Batchelder | 2013-01-09 | 1 | -2/+2 | |
| | | ||||||
* | | Print chunks inline with the disassembly for easier diagnosis. | Ned Batchelder | 2013-01-09 | 1 | -5/+4 | |
| | | ||||||
* | | More yieldification of parser.py | Ned Batchelder | 2013-01-08 | 2 | -19/+15 | |
| | | ||||||
* | | Use generators in the byte code parsing. __next__? yikes! | Ned Batchelder | 2013-01-08 | 2 | -42/+25 | |
| | | ||||||
* | | Coverage 3.6 | Ned Batchelder | 2013-01-05 | 0 | -0/+0 | |
| | | ||||||
* | | Updated sample HTML report.coverage-3.6 | Ned Batchelder | 2013-01-05 | 13 | -131/+131 | |
| | | ||||||
* | | Update docs etc for official version 3.6. | Ned Batchelder | 2013-01-05 | 6 | -63/+78 | |
| | | ||||||
* | | Add a few failing tests for branch coverage work. | Ned Batchelder | 2013-01-01 | 1 | -0/+29 | |
| | | ||||||
* | | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 4 | -5/+5 | |
| | | ||||||
* | | Tweak the faq | Ned Batchelder | 2012-12-31 | 1 | -1/+2 | |
| | | ||||||
* | | Finished the trouble page. Closes issue #226. | Ned Batchelder | 2012-12-31 | 2 | -23/+64 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-12-31 | 2 | -0/+50 | |
|\ \ | ||||||
| * | | A new page for known big problems, for #226. | Ned Batchelder | 2012-12-31 | 2 | -0/+50 | |
| | | | ||||||
* | | | A skipped failing test for #79. | Ned Batchelder | 2012-12-31 | 1 | -0/+25 | |
| | | | ||||||
* | | | Added a test while investigating bug #79. | Ned Batchelder | 2012-12-31 | 1 | -0/+19 | |
|/ / | ||||||
* | | Provide some guidance to readers of the todo list. Closes #227. | Ned Batchelder | 2012-12-30 | 1 | -2/+9 | |
| | | ||||||
* | | One more pylint improvement: no more multi-statement lines. | Ned Batchelder | 2012-12-30 | 2 | -8/+13 | |
| | |