summaryrefslogtreecommitdiff
path: root/sphinx/ext/coverage.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-7/+23
|/
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-16/+4
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Closes #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting ↵Georg Brandl2015-07-251-1/+5
| | | | with descriptors that have custom behavior.
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-1/+2
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | 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
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | remove unnecessary `list()` wrappers. In some places, I replaced ↵Takayuki Shimizukawa2014-05-251-2/+1
| | | | | | | | `iterable.sort()` with `sorted(iterable)`.
* | wrap py3 iterators with list() for each places that expect a list object. ↵Takayuki Shimizukawa2014-04-301-1/+1
| | | | | | | | refs #1350.
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-3/+4
| | | | | | | | refs #1350.
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-1/+2
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * 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
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* 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
| | | | | | | | | | | | It turned out that at this point we can safely check for .__doc__ wihtout producing exceptions or false positives.
| * | Minor changes to make coverage extension more robust against exceptions and ↵Martin Brochhaus2010-09-071-6/+26
| | | | | | | | | | | | false positives..
* | | 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 ↵Daniel Neuhäuser2010-06-191-1/+4
|/ | | | for python3
* merge with trunkGeorg Brandl2010-01-021-5/+9
|\
| * 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
| |
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* 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
| | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* | 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 ↵Georg Brandl2008-03-141-6/+3
| | | | docstrings.
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-0/+246