summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When making local kits, clean the cache to avoid confusionNed Batchelder2015-08-111-0/+3
|
* Oops, get the _needs_to_implement line right.Ned Batchelder2015-08-111-1/+1
|
* Make sure source_token_lines always returns Unicode strings for the token text.Ned Batchelder2015-08-112-10/+11
|
* Use @expensive at the FileReporter interface.Ned Batchelder2015-08-112-8/+8
|
* Might as well use the Sphinx way to do this.Ned Batchelder2015-08-101-1/+1
|
* Back to rtd theme, with font overridesNed Batchelder2015-08-102-34/+12
|
* Add docstring for source_token_linesNed Batchelder2015-08-105-4/+26
|
* Fix the pep8 settings.Ned Batchelder2015-08-102-2/+4
|
* Make sure FileReporters are called once for their data.Ned Batchelder2015-08-094-44/+50
|
* Simpler empty setNed Batchelder2015-08-092-2/+2
|
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-097-40/+55
|
* Remove should_be_python from the FileReporter interfaceNed Batchelder2015-08-094-14/+4
|
* Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-096-38/+28
|
* Correct the handling of IndentationError and TokenErrorNed Batchelder2015-08-093-14/+37
|
* Make PyContracts disablable during debugging.Ned Batchelder2015-08-092-2/+5
|
* .arcs() doesn't have to sort its results.Ned Batchelder2015-08-092-3/+3
|
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-088-24/+24
|
* Use the canonical import names for plugin base classes.Ned Batchelder2015-08-082-4/+4
|
* Finally the right way to get module references correct, without pulling in ↵Ned Batchelder2015-08-072-2/+2
| | | | the module docstring.
* Thanks to Yury SelivanovNed Batchelder2015-08-061-0/+1
|
* Stop using inspect.getargspec() function (removed in Python 3.6).Yury Selivanov2015-08-061-2/+5
|
* Try the alabaster themeNed Batchelder2015-08-061-4/+33
|
* Remove an unneeded base class, left over from pre-plugin daysNed Batchelder2015-08-062-18/+4
|
* todoNed Batchelder2015-08-051-1/+1
|
* todo stuffNed Batchelder2015-08-051-9/+12
|
* Minor tweaks to the new paragraph in the docs.Ned Batchelder2015-08-051-7/+12
|
* Merge a doc pull request from githubNed Batchelder2015-08-051-0/+12
|
* Fixing spellingNed Batchelder2015-08-0410-14/+25
|
* Fix --append trying to make a new file. #392Ned Batchelder2015-08-035-12/+50
|
* Fix method references in the docs.Ned Batchelder2015-08-034-26/+30
| | | | | Some needed to be :meth:`.foo`, and some didn't. Turned out it was because of how the .rst used automodule and autoclass.
* The next version will be b2Ned Batchelder2015-08-033-2/+7
|
* Tweaks to changes.rstNed Batchelder2015-08-031-12/+12
|
* Coverage 4.0b1Ned Batchelder2015-08-021-0/+1
|
* More plugin docscoverage-4.0b1Ned Batchelder2015-08-023-8/+18
|
* Use the RTFD theme locally also.Ned Batchelder2015-08-021-1/+13
|
* Change theme back to 'default'Ned Batchelder2015-08-021-1/+1
|
* Tweak the plugin docsNed Batchelder2015-08-023-10/+14
|
* More correctly spelled wordsNed Batchelder2015-08-021-0/+26
|
* Updated docs for 4.0b1Ned Batchelder2015-08-0210-64/+130
|
* Why didn't I get rid of this TODO ages ago?Ned Batchelder2015-08-021-1/+2
|
* Probably supposed to keep the date currentNed Batchelder2015-08-021-1/+1
|
* Update the index.rst with the latest versionNed Batchelder2015-08-022-6/+8
|
* Update the man page.Ned Batchelder2015-08-021-10/+12
|
* Update the change history in the docsNed Batchelder2015-08-024-29/+67
|
* Fix a display in a docstringNed Batchelder2015-08-021-1/+1
|
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-027-42/+100
| | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway!
* Split the api docs into separate pages.Ned Batchelder2015-08-026-60/+77
| | | | The :meth: references are annoying, and some aren't right yet. :(
* Only use the item access for config in cmdline.pyNed Batchelder2015-08-021-2/+2
|
* Formatting clean-ups in html.py and test_html.pyNed Batchelder2015-08-022-42/+39
|
* UghNed Batchelder2015-08-021-1/+1
|