summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-1212-81/+130
|
* Fix english word.Ned Batchelder2014-12-021-1/+1
|
* Words wordsNed Batchelder2014-11-301-1/+1
|
* Spelling requirementsNed Batchelder2014-11-291-0/+2
|
* Fix spelling errors in the docs.Ned Batchelder2014-11-298-13/+26
|
* Spelling for the docs alsoNed Batchelder2014-11-295-27/+168
|
* Better wordingNed Batchelder2014-11-291-1/+1
|
* Don't be confused by files with missing final newlines. #293Ned Batchelder2014-11-293-8/+42
|
* Make sure check_include isn't called more than once per file.Ned Batchelder2014-11-283-1/+30
|
* Changed my mind again about what to name should_trace, and check_include.Ned Batchelder2014-11-281-11/+10
|
* Rename should_trace and check_include_omit_etc to be more parallel.Ned Batchelder2014-11-281-8/+8
|
* Use the on/off condition to turn off a little more code in PyTracer.Ned Batchelder2014-11-281-6/+6
|
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-274-67/+109
|
* OK, I should really stop fiddling with spell-check...Ned Batchelder2014-11-276-14/+42
|
* Nicer messages when skipping tracer types during testing.Ned Batchelder2014-11-272-11/+15
|