Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Clean up | Ned Batchelder | 2012-07-11 | 1 | -4/+4 | |
| | | | ||||||
* | | | We don't need our own copy of mock any more. | Ned Batchelder | 2012-07-11 | 2 | -282/+3 | |
| | | | ||||||
* | | | I like the name igor better :) | Ned Batchelder | 2012-07-11 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | --HG-- rename : servant.py => igor.py | |||||
* | | | Make tox with with py3.2: the .so is named differently there. | Ned Batchelder | 2012-07-09 | 1 | -4/+10 | |
| | | | ||||||
* | | | A crude Python script to make all tox commands runnable from the virtualenv. | Ned Batchelder | 2012-07-09 | 2 | -5/+25 | |
| | | | ||||||
* | | | Merge with upstream changes | Marc Abramowitz | 2012-07-07 | 8 | -9/+47 | |
|\ \ \ | ||||||
| * | | | If the C tracer is missing during testing, make the problem immediately ↵ | Ned Batchelder | 2012-07-07 | 3 | -2/+14 | |
| | | | | | | | | | | | | | | | | apparent. | |||||
| * | | | Add a note to MemoryLeakTest about its difficulties. | Ned Batchelder | 2012-07-04 | 2 | -2/+8 | |
| | | | | ||||||
| * | | | With --source=dir, dir/__init__.py need not exist any longer, but ↵ | Ned Batchelder | 2012-07-04 | 3 | -5/+16 | |
| | |/ | |/| | | | | | | | dir/sub/__init__.py still does. | |||||
* | | | Simplified tox.ini | Marc Abramowitz | 2012-07-07 | 1 | -81/+7 | |
| | | | ||||||
* | | | Tweaks to tox.ini so that these are much less test failures | Marc Abramowitz | 2012-06-22 | 1 | -15/+42 | |
| | | | ||||||
* | | | tox.ini: Add additional targets to envlist | Marc Abramowitz | 2012-06-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add a tox.ini for tox (http://tox.testrun.org/) | Marc Abramowitz | 2012-06-20 | 2 | -0/+66 | |
|/ / | ||||||
* | | Clean up the setup.py hack to detect not being able to build the C ↵ | Ned Batchelder | 2012-06-11 | 2 | -3/+12 | |
| | | | | | | | | extension. Fixes #183. | |||||
* | | Properly deal with files encoded as UTF-8 with BOM. Fixes #179. | Ned Batchelder | 2012-05-14 | 5 | -1/+19 | |
| | | ||||||
* | | The gold files for the test for #179. | Ned Batchelder | 2012-05-14 | 2 | -0/+194 | |
| | | ||||||
* | | Add a test case for bug #179. | Ned Batchelder | 2012-05-11 | 3 | -1/+33 | |
| | | ||||||
* | | Coverage 3.5.2 | Ned Batchelder | 2012-05-04 | 1 | -0/+1 | |
| | | ||||||
* | | Update the Python versions supported in setup.pycoverage-3.5.2 | Ned Batchelder | 2012-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Doc tweaks for 3.5.2 | Ned Batchelder | 2012-05-04 | 3 | -5/+30 | |
| | | ||||||
* | | Cog changed, instructions for running the sample html changed as a result. | Ned Batchelder | 2012-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Latest sample HTML. | Ned Batchelder | 2012-05-04 | 13 | -4362/+4930 | |
| | | ||||||
* | | Prepare for 3.5.2 | Ned Batchelder | 2012-05-03 | 6 | -7/+16 | |
| | | ||||||
* | | Coverage 3.5.2b1 | Ned Batchelder | 2012-04-29 | 1 | -0/+1 | |
| | | ||||||
* | | Doc changes for 3.5.2b1coverage-3.5.2b1 | Ned Batchelder | 2012-04-29 | 4 | -6/+53 | |
| | | ||||||
* | | Making a beta today | Ned Batchelder | 2012-04-29 | 1 | -2/+2 | |
| | | ||||||
* | | Paperwork | Ned Batchelder | 2012-04-28 | 1 | -0/+3 | |
| | | ||||||
* | | Yesudeep asked for this | Ned Batchelder | 2012-04-28 | 1 | -0/+3 | |
| | | ||||||
* | | Color the buttons on the pyfile page, so they have a visual connection to ↵ | Ned Batchelder | 2012-04-28 | 2 | -1/+26 | |
| | | | | | | | | the lines they affect. | |||||
* | | Keep all the Javascript in the .js files. | Ned Batchelder | 2012-04-28 | 2 | -4/+9 | |
| | | ||||||
* | | A target for making a sample html output... | Ned Batchelder | 2012-04-28 | 1 | -0/+8 | |
| | | ||||||
* | | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 14 | -3/+531 | |
| | | | | | | | | gets copied into the HTML report. | |||||
* | | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 3 | -5/+47 | |
| | | ||||||
* | | Test (and fix) the summary reporting failures due to not being able to parse ↵ | Ned Batchelder | 2012-04-20 | 2 | -1/+53 | |
| | | | | | | | | the file. | |||||
* | | Refactor reporters so the config is part of construction, and is then ↵ | Ned Batchelder | 2012-04-19 | 6 | -57/+48 | |
| | | | | | | | | available everywhere. | |||||
* | | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 5 | -5/+20 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-04-18 | 5 | -10/+37 | |
|\ \ | ||||||
| * | | Don't complain about files that can't be parsed as Python if they didn't ↵ | Ned Batchelder | 2012-04-18 | 5 | -10/+37 | |
| | | | | | | | | | | | | seem like Python at all. #82. | |||||
* | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-03-29 | 1 | -3/+13 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Clarify the subprocess documentation. | Ned Batchelder | 2012-03-29 | 1 | -3/+13 | |
| | | | ||||||
* | | | Typo | Ned Batchelder | 2012-03-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove obsolete code paths. | Ned Batchelder | 2012-03-25 | 1 | -20/+13 | |
| | | | ||||||
* | | | Make the tests pass on 3.3.0a1 | Ned Batchelder | 2012-03-25 | 2 | -2/+5 | |
| | | | ||||||
* | | | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 3 | -1/+9 | |
| | | | ||||||
* | | | Don't need these files, they aren't part of the comparison. | Ned Batchelder | 2012-03-22 | 9 | -1034/+0 | |
|/ / | ||||||
* | | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 8 | -49/+357 | |
| | | | | | | | | HTML. Fixes issue #157. | |||||
* | | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵ | Ned Batchelder | 2012-03-20 | 5 | -4/+29 | |
| | | | | | | | | and pypy inserts an extra stack frame into tracebacks. | |||||
* | | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 2 | -5/+19 | |
| | | ||||||
* | | Of course I got that logic change wrong... | Ned Batchelder | 2012-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-03-18 | 2 | -2/+21 | |
|\ \ |