summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-051-0/+1
| |
* | Updated sample HTML report.coverage-3.6Ned Batchelder2013-01-0513-131/+131
| |
* | Update docs etc for official version 3.6.Ned Batchelder2013-01-056-63/+78
| |
* | Add a few failing tests for branch coverage work.Ned Batchelder2013-01-011-0/+29
| |
* | Mark expected-failure tests as suchNed Batchelder2013-01-014-5/+5
| |
* | Tweak the faqNed Batchelder2012-12-311-1/+2
| |
* | Finished the trouble page. Closes issue #226.Ned Batchelder2012-12-312-23/+64
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-12-312-0/+50
|\ \
| * | A new page for known big problems, for #226.Ned Batchelder2012-12-312-0/+50
| | |
* | | A skipped failing test for #79.Ned Batchelder2012-12-311-0/+25
| | |
* | | Added a test while investigating bug #79.Ned Batchelder2012-12-311-0/+19
|/ /
* | Provide some guidance to readers of the todo list. Closes #227.Ned Batchelder2012-12-301-2/+9
| |
* | One more pylint improvement: no more multi-statement lines.Ned Batchelder2012-12-302-8/+13
| |
* | Get rid of import craziness in the tests.Ned Batchelder2012-12-3022-72/+35
| |
* | Coverage 3.6b3Ned Batchelder2012-12-291-0/+1
| |
* | Preparing for 3.6b3coverage-3.6b3Ned Batchelder2012-12-294-5/+15
| |
* | This is the correct fix for #224. Data gets collected, and doesn't incur ↵Ned Batchelder2012-12-292-21/+30
| | | | | | | | crazy harvesting during reporting.
* | A test to prove that the fix for #224 causes problems of its own.Ned Batchelder2012-12-291-0/+21
| |
* | Might as well get the pypy paths right.Ned Batchelder2012-12-281-3/+2
| |
* | Change this file to unix line endings.Ned Batchelder2012-12-281-216/+216
| |
* | Bump to 3.6b3Ned Batchelder2012-12-283-2/+10
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-12-283-31/+62
|\ \
| * | Preventing double harvesting was keeping the nose plugin from working. Not ↵Ned Batchelder2012-12-282-29/+59
| | | | | | | | | | | | sure what it was meant to solve in the first place. Fixes #224. Maybe allows double warnings now?
| * | igor wasn't checking the eol in igorNed Batchelder2012-12-281-2/+3
| | |
* | | Coverage 3.6b2Ned Batchelder2012-12-231-0/+1
| | |
* | | Automated merge with ssh://bitbucket.org/ned/coveragepycoverage-3.6b2Ned Batchelder2012-12-235-8/+31
|\ \ \ | |/ / |/| |
| * | Mark stuff as 3.6b2Ned Batchelder2012-12-235-8/+31
| | |
* | | Last bit of testing the setup.Ned Batchelder2012-12-231-0/+2
|/ /
* | Last tweaking of setup.pyNed Batchelder2012-12-231-12/+14
| |
* | One more test, to prove that bug #220 is invalid.Ned Batchelder2012-12-231-0/+40
| |
* | A way to run tests on 2.3 and 2.4Ned Batchelder2012-12-222-2/+21
| |
* | One more 2.3 thing.Ned Batchelder2012-12-221-1/+1
| |
* | Clean the extension first so we don't get messages about not being able to ↵Ned Batchelder2012-12-221-2/+2
| | | | | | | | load it while cleaning the farm.
* | Fix the link to the nose cover plugin. #222Ned Batchelder2012-12-221-1/+1
| |
* | Clean up debugging stuffNed Batchelder2012-12-212-7/+5
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-12-215-7/+29
|\ \
| * | The egg test wasn't working properly. Thanks, py2.3, for pointing this outNed Batchelder2012-12-215-7/+29
| | |
* | | Properly create an Exception.Ned Batchelder2012-12-201-1/+1
| | |