Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | It's 2012 already. | Ned Batchelder | 2012-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | Where we deal with .pyc files, also deal with .pyo files. Fixes #195. | Ned Batchelder | 2012-09-06 | 1 | -1/+1 | |
| | | ||||||
* | | A compile error fixed, only shows with TRACE_LOG set. | Ned Batchelder | 2012-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | Fix the py2 case of this macro. | Ned Batchelder | 2012-09-01 | 1 | -1/+1 | |
| | | ||||||
* | | Plug several memory leaks by no longer forgetting to DECREF calls to | Brett Cannon | 2012-08-31 | 1 | -5/+19 | |
| | | | | | | | | PyUnicode_AsASCIIString() under Python 3. | |||||
* | | If fullcoverage is run with the wrong tracer, make it apparent. | Ned Batchelder | 2012-08-30 | 1 | -1/+6 | |
| | | ||||||
* | | Undo Brett's change to the fullcoverage feature: it should only be used with ↵ | Ned Batchelder | 2012-08-30 | 2 | -4/+6 | |
| | | | | | | | | the C tracer. | |||||
* | | Make fullcoverage at least run (doesn't work though). | Brett Cannon | 2012-08-17 | 2 | -11/+8 | |
| | | ||||||
* | | Finish the paperwork on Julian's patch. | Ned Batchelder | 2012-07-31 | 1 | -1/+0 | |
| | | ||||||
* | | Don't report coverage for non-Python source files even if __file__ says they ↵ | Julian Berman | 2012-07-31 | 1 | -1/+10 | |
| | | | | | | | | | | | | were executed. Closes #82 | |||||
* | | If the C tracer is missing during testing, make the problem immediately ↵ | Ned Batchelder | 2012-07-07 | 1 | -1/+12 | |
| | | | | | | | | apparent. | |||||
* | | With --source=dir, dir/__init__.py need not exist any longer, but ↵ | Ned Batchelder | 2012-07-04 | 1 | -3/+11 | |
| | | | | | | | | dir/sub/__init__.py still does. | |||||
* | | Properly deal with files encoded as UTF-8 with BOM. Fixes #179. | Ned Batchelder | 2012-05-14 | 3 | -1/+9 | |
| | | ||||||
* | | Prepare for 3.5.2 | Ned Batchelder | 2012-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 5 | -2/+33 | |
| | | | | | | | | gets copied into the HTML report. | |||||
* | | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | Test (and fix) the summary reporting failures due to not being able to parse ↵ | Ned Batchelder | 2012-04-20 | 1 | -1/+1 | |
| | | | | | | | | 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 | 2 | -2/+6 | |
| | | ||||||
* | | Don't complain about files that can't be parsed as Python if they didn't ↵ | Ned Batchelder | 2012-04-18 | 4 | -10/+32 | |
| | | | | | | | | seem like Python at all. #82. | |||||
* | | Typo | Ned Batchelder | 2012-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Remove obsolete code paths. | Ned Batchelder | 2012-03-25 | 1 | -20/+13 | |
| | | ||||||
* | | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -1/+4 | |
| | | ||||||
* | | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 3 | -49/+146 | |
| | | | | | | | | HTML. Fixes issue #157. | |||||
* | | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵ | Ned Batchelder | 2012-03-20 | 1 | -1/+7 | |
| | | | | | | | | 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 | 1 | -1/+5 | |
| | | ||||||
* | | Use exit status properly with 'python -m coverage' | Ned Batchelder | 2012-02-15 | 1 | -1/+2 | |
| | | ||||||
* | | Bump version to 3.5.2 | Ned Batchelder | 2011-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Make stuff work in other Python versions. Some stuff isn't *quite* right ↵ | Ned Batchelder | 2011-10-30 | 1 | -1/+2 | |
| | | | | | | | | <2.6. #155 | |||||
* | | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 1 | -1/+5 | |
| | | ||||||
* | | Should have updated this year 10 months ago... | Ned Batchelder | 2011-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Update to 3.5.1 | Ned Batchelder | 2011-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Show the Python implementation in 'debug sys' | Ned Batchelder | 2011-09-08 | 1 | -0/+6 | |
| | | ||||||
* | | Change the name of the C tracer from Tracer to CTracer, as it always should ↵ | Ned Batchelder | 2011-09-03 | 2 | -46/+46 | |
| | | | | | | | | have been. | |||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-09-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Bump to 3.5.1b2 | Ned Batchelder | 2011-09-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove debugging effluvia | Ned Batchelder | 2011-09-03 | 1 | -1/+0 | |
|/ / | ||||||
* | | Fix the [paths] feature to actually work for reporting. | Ned Batchelder | 2011-09-03 | 2 | -2/+8 | |
| | | ||||||
* | | Appease the pylint gods | Ned Batchelder | 2011-08-28 | 1 | -2/+2 | |
| | | ||||||
* | | Add another way to open source files, that works on 3.1 | Ned Batchelder | 2011-08-28 | 1 | -4/+20 | |
| | | ||||||
* | | Bump version to 3.5.1b1 | Ned Batchelder | 2011-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -0/+4 | |
| | | ||||||
* | | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 3 | -3/+18 | |
| | | ||||||
* | | Move a method to be a function. | Ned Batchelder | 2011-08-22 | 1 | -11/+12 | |
| | | ||||||
* | | PathAliases munges the fnmatch pattern, and could have accidentally borked ↵ | Ned Batchelder | 2011-08-22 | 1 | -1/+1 | |
| | | | | | | | | the match. | |||||
* | | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 2 | -4/+5 | |
| | | ||||||
* | | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 2 | -3/+87 | |
| | | | | | | | | disparate machines. Part of fixing #17. |