summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean upNed Batchelder2012-07-111-4/+4
* We don't need our own copy of mock any more.Ned Batchelder2012-07-112-282/+3
* I like the name igor better :)Ned Batchelder2012-07-112-4/+4
* Make tox with with py3.2: the .so is named differently there.Ned Batchelder2012-07-091-4/+10
* A crude Python script to make all tox commands runnable from the virtualenv.Ned Batchelder2012-07-092-5/+25
* Merge with upstream changesMarc Abramowitz2012-07-078-9/+47
|\
| * If the C tracer is missing during testing, make the problem immediately appar...Ned Batchelder2012-07-073-2/+14
| * Add a note to MemoryLeakTest about its difficulties.Ned Batchelder2012-07-042-2/+8
| * With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i...Ned Batchelder2012-07-043-5/+16
* | Simplified tox.iniMarc Abramowitz2012-07-071-81/+7
* | Tweaks to tox.ini so that these are much less test failuresMarc Abramowitz2012-06-221-15/+42
* | tox.ini: Add additional targets to envlistMarc Abramowitz2012-06-201-1/+1
* | Add a tox.ini for tox (http://tox.testrun.org/)Marc Abramowitz2012-06-202-0/+66
|/
* Clean up the setup.py hack to detect not being able to build the C extension....Ned Batchelder2012-06-112-3/+12
* Properly deal with files encoded as UTF-8 with BOM. Fixes #179.Ned Batchelder2012-05-145-1/+19
* The gold files for the test for #179.Ned Batchelder2012-05-142-0/+194
* Add a test case for bug #179.Ned Batchelder2012-05-113-1/+33
* Coverage 3.5.2Ned Batchelder2012-05-041-0/+1
* Update the Python versions supported in setup.pycoverage-3.5.2Ned Batchelder2012-05-041-1/+1
* Doc tweaks for 3.5.2Ned Batchelder2012-05-043-5/+30
* Cog changed, instructions for running the sample html changed as a result.Ned Batchelder2012-05-041-1/+1
* Latest sample HTML.Ned Batchelder2012-05-0413-4362/+4930
* Prepare for 3.5.2Ned Batchelder2012-05-036-7/+16
* Coverage 3.5.2b1Ned Batchelder2012-04-291-0/+1
* Doc changes for 3.5.2b1coverage-3.5.2b1Ned Batchelder2012-04-294-6/+53
* Making a beta todayNed Batchelder2012-04-291-2/+2
* PaperworkNed Batchelder2012-04-281-0/+3
* Yesudeep asked for thisNed Batchelder2012-04-281-0/+3
* Color the buttons on the pyfile page, so they have a visual connection to the...Ned Batchelder2012-04-282-1/+26
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-282-4/+9
* A target for making a sample html output...Ned Batchelder2012-04-281-0/+8
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-2014-3/+531
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-203-5/+47
* Test (and fix) the summary reporting failures due to not being able to parse ...Ned Batchelder2012-04-202-1/+53
* Refactor reporters so the config is part of construction, and is then availab...Ned Batchelder2012-04-196-57/+48
* Add show_missing to the config file. #173.Ned Batchelder2012-04-185-5/+20
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-04-185-10/+37
|\
| * Don't complain about files that can't be parsed as Python if they didn't seem...Ned Batchelder2012-04-185-10/+37
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-03-291-3/+13
|\ \ | |/ |/|
| * Clarify the subprocess documentation.Ned Batchelder2012-03-291-3/+13
* | TypoNed Batchelder2012-03-251-1/+1
* | Remove obsolete code paths.Ned Batchelder2012-03-251-20/+13
* | Make the tests pass on 3.3.0a1Ned Batchelder2012-03-252-2/+5
* | When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-243-1/+9
* | Don't need these files, they aren't part of the comparison.Ned Batchelder2012-03-229-1034/+0
|/
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-218-49/+357
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a...Ned Batchelder2012-03-205-4/+29
* Make tests run on PyPy, and make test_farm more comprehensible.Ned Batchelder2012-03-182-5/+19
* Of course I got that logic change wrong...Ned Batchelder2012-03-181-1/+1
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-03-182-2/+21
|\