summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the module->file logicNed Batchelder2015-01-172-13/+14
|
* When finding the source for a frame, really check if it existsNed Batchelder2015-01-173-13/+25
|
* Split the requirements file so we don't try to install pyenchant for running ↵Ned Batchelder2015-01-173-7/+12
| | | | tests.
* Use file names with extensions in reports.Ned Batchelder2015-01-1743-172/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html
* Provide early error messages for bad regexes in config. #349Ned Batchelder2015-01-163-8/+35
|
* Pylint didn't like .format(self=self): Argument 'self' passed by position ↵Ned Batchelder2015-01-161-2/+2
| | | | and keyword
* Report empty files as 100% instead of 0%, fixes #345Ned Batchelder2015-01-163-5/+36
|
* Strike 3.2 from howto.txtNed Batchelder2015-01-161-1/+1
|
* 3.2 isn't supported, so don't make Windows kits for itNed Batchelder2015-01-161-1/+1
|
* Coverage 4.0a2Ned Batchelder2015-01-161-0/+1
|
* Note some things that need to be donecoverage-4.0a2Ned Batchelder2015-01-141-2/+6
|
* Update for 4.0a2Ned Batchelder2015-01-142-4/+5
|
* Remove unused importsNed Batchelder2015-01-103-6/+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-092-4/+14
|
* Add test support for the plugin info in 'debug data'Ned Batchelder2015-01-081-6/+15
|
* Read and write plugin data to .coverageNed Batchelder2015-01-082-9/+20
|
* Bump version to alpha 2Ned Batchelder2015-01-031-1/+1
|
* Use tox factors to clean up tox.iniNed Batchelder2015-01-032-54/+7
|
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-027-50/+105
|
* Move python source understanding into python.pyNed Batchelder2015-01-0110-159/+172
|
* Move code_unit_factory into CoverageNed Batchelder2015-01-014-100/+80
|
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-012-25/+25
|
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-014-46/+74
|
* pep8Ned Batchelder2015-01-011-11/+11
|
* Move Plugins so that plugin.py is just interface definitionsNed Batchelder2015-01-013-40/+43
|
* pep8Ned Batchelder2015-01-011-27/+43
|
* 2015 happy new yearNed Batchelder2015-01-012-2/+2
|
* 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
|
* Another bug had been fixedNed Batchelder2014-12-281-1/+2
|
* Napoleon is good for docsNed Batchelder2014-12-282-0/+2
|
* 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-282-52/+76
|
* Refactor some of the encoding detectionNed Batchelder2014-12-274-23/+37
|
* Make .pyw work again.Ned Batchelder2014-12-272-53/+18
|
* Two windows fixes for testsNed Batchelder2014-12-272-1/+7
|
* Weird windows bug: http://bugs.python.org/issue20844. This works around it.Ned Batchelder2014-12-271-1/+1
|
* Unify and clarify reading Python source. Probably broke .pyw filesNed Batchelder2014-12-267-34/+34
|
* Clarify what files are considered by --source.Ned Batchelder2014-12-171-1/+4
|
* Move some code, and fix pep8 thingsNed Batchelder2014-12-145-56/+76
|
* PEP8, pylint tweaksNed Batchelder2014-12-132-2/+9
|
* Zip files always produce bytes, and test that we get them decoded properly.Ned Batchelder2014-12-135-12/+59
|
* PEP8 improvementsNed Batchelder2014-12-131-9/+19
|
* I forgot Travis has its own list of versions to test against.Ned Batchelder2014-12-131-1/+0
|
* Keep support for only the latest PyPy's.Ned Batchelder2014-12-132-3/+5
| | | | | PyPy3 2.3 threw some weird internal error, and it implements the same version of Python as PyPy3 2.4, so why bother?
* Drop support for CPython 3.2. Now I can use u'' unicode literals freely.Ned Batchelder2014-12-134-16/+6
|
* more spelling wordsNed Batchelder2014-12-131-0/+10
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-1211-19/+19
| | | | them.