summaryrefslogtreecommitdiff
path: root/sphinx/ext/coverage.py
Commit message (Expand)AuthorAgeFilesLines
* improve C coverage outputGeorg Brandl2014-10-061-3/+3
* [WIP] parallel readGeorg Brandl2014-09-221-1/+1
* Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
* remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-251-2/+1
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-3/+4
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-1/+2
* Update copyright year.Georg Brandl2014-03-011-1/+1
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-1/+2
|\
| * Fix long line.Georg Brandl2011-09-221-1/+2
* | Fix #650: add missing newline in coverage output.Georg Brandl2011-09-211-1/+1
* | merge with 1.0Georg Brandl2011-04-291-1/+1
|\ \ | |/
| * #651: sort undocumented classes alphabetically.Georg Brandl2011-04-291-1/+1
* | Add an option for the coverage builder if source-undocumented items are matched.Georg Brandl2011-01-041-7/+16
* | merge with bb://mbrochh/sphinxGeorg Brandl2011-01-041-6/+11
|\ \
| * | Removed a rather confusing method by a simpler call to .__doc__Martin Brochhaus2010-09-071-15/+1
| * | Minor changes to make coverage extension more robust against exceptions and f...Martin Brochhaus2010-09-071-6/+26
* | | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ \ | |/ / |/| / | |/
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fixed the coverage extension test as well as the coverage extension itself fo...DasIch2010-06-191-1/+4
|/
* merge with trunkGeorg Brandl2010-01-021-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | Make "make check" happy.Georg Brandl2009-10-261-1/+1
* | Access domain data via env.domaindata.Georg Brandl2009-07-131-3/+3
* | With a few disabled features (see XXX), the test suite runs again.Georg Brandl2009-07-131-5/+9
|/
* Reformat to EOL80.Georg Brandl2009-01-101-13/+15
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Some more fixes after the great renaming.Georg Brandl2008-11-291-1/+1
|/
* Add test for coverage builder and fix an AttributeError in it.georg.brandl2008-09-131-6/+6
* Add general docstring processing support with a new event in autodoc.georg.brandl2008-06-221-1/+0
* Pylint fixing.georg.brandl2008-03-261-1/+1
* Some pylint fixes.georg.brandl2008-03-161-1/+0
* Add first version of sphinx.ext.autodoc that generates documentation from doc...georg.brandl2008-03-141-6/+3
* Rename sphinx.addons to sphinx.ext.georg.brandl2008-02-251-0/+246