summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the plugin selection logic.Ned Batchelder2015-02-011-32/+26
* Make process_startup idempotent, to fix #340.Ned Batchelder2015-02-011-5/+24
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-303-2/+57
* Give a reasonable warning for a previous assert. Closes #353.Ned Batchelder2015-01-261-6/+3
* Bump the versions; docs now at readthedocsNed Batchelder2015-01-262-5/+6
* Keep windows workingNed Batchelder2015-01-251-2/+3
* More plugin doc tweaksNed Batchelder2015-01-251-11/+9
* More docs about plugins.Ned Batchelder2015-01-251-5/+30
* Move flat_rootname to the base classNed Batchelder2015-01-242-19/+12
* Delete obsolete attribute.Ned Batchelder2015-01-241-6/+0
* Set timid=True automatically for pluginsNed Batchelder2015-01-241-2/+12
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-242-26/+29
* Trying to get the doc format and references right.Ned Batchelder2015-01-241-12/+17
* Change sysinfo to sys_infoNed Batchelder2015-01-243-6/+6
* Plugins can provide sysinfoNed Batchelder2015-01-242-0/+15
* Make the two forms of debug output more uniformNed Batchelder2015-01-243-8/+20
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-241-0/+1
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-221-4/+8
* Bump the versionNed Batchelder2015-01-201-1/+1
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-192-0/+4
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-191-6/+13
* More pep8 complianceNed Batchelder2015-01-192-2/+8
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-1811-30/+64
* Properly deal with .pyc files missing their sources.Ned Batchelder2015-01-181-9/+25
* Bump version since we published 4.0a2Ned Batchelder2015-01-171-1/+1
* Clean up the module->file logicNed Batchelder2015-01-171-13/+11
* When finding the source for a frame, really check if it existsNed Batchelder2015-01-171-5/+12
* Use file names with extensions in reports.Ned Batchelder2015-01-172-10/+8
* Provide early error messages for bad regexes in config. #349Ned Batchelder2015-01-161-8/+21
* Pylint didn't like .format(self=self): Argument 'self' passed by position and...Ned Batchelder2015-01-161-2/+2
* Report empty files as 100% instead of 0%, fixes #345Ned Batchelder2015-01-161-4/+19
* Remove unused importsNed Batchelder2015-01-102-5/+1
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-094-52/+59
* Report a more useful error if an expression fails.Ned Batchelder2015-01-091-1/+11
* Read and write plugin data to .coverageNed Batchelder2015-01-082-9/+20
* Bump version to alpha 2Ned Batchelder2015-01-031-1/+1
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-025-32/+99
* Move python source understanding into python.pyNed Batchelder2015-01-017-137/+142
* Move code_unit_factory into CoverageNed Batchelder2015-01-013-76/+51
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-011-7/+11
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-013-20/+48
* Move Plugins so that plugin.py is just interface definitionsNed Batchelder2015-01-012-38/+38
* pep8Ned Batchelder2015-01-011-27/+43
* 2015 happy new yearNed Batchelder2015-01-011-1/+1
* A few more filenames as %s instead of %rNed Batchelder2014-12-283-3/+3
* Don't use %r for filenames, on windows, the backslashes go nuts.Ned Batchelder2014-12-283-6/+6
* Further consolidation of code reading Python source.Ned Batchelder2014-12-284-38/+41
* Move next/__next__ distinction into backward.pyNed Batchelder2014-12-282-7/+17
* Make source_encoding stricter about its arguments, and test it everywhereNed Batchelder2014-12-281-4/+15
* Refactor some of the encoding detectionNed Batchelder2014-12-274-23/+37