Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -7/+23 | |
|/ | ||||||
* | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -16/+4 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Closes #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting ↵ | Georg Brandl | 2015-07-25 | 1 | -1/+5 | |
| | | | | with descriptors that have custom behavior. | |||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | improve C coverage output | Georg Brandl | 2014-10-06 | 1 | -3/+3 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | remove unnecessary `list()` wrappers. In some places, I replaced ↵ | Takayuki Shimizukawa | 2014-05-25 | 1 | -2/+1 | |
| | | | | | | | | `iterable.sort()` with `sorted(iterable)`. | |||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | ||||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix long line. | Georg Brandl | 2011-09-22 | 1 | -1/+2 | |
| | | ||||||
* | | Fix #650: add missing newline in coverage output. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-04-29 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #651: sort undocumented classes alphabetically. | Georg Brandl | 2011-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add an option for the coverage builder if source-undocumented items are matched. | Georg Brandl | 2011-01-04 | 1 | -7/+16 | |
| | | ||||||
* | | merge with bb://mbrochh/sphinx | Georg Brandl | 2011-01-04 | 1 | -6/+11 | |
|\ \ | ||||||
| * | | Removed a rather confusing method by a simpler call to .__doc__ | Martin Brochhaus | 2010-09-07 | 1 | -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 Brochhaus | 2010-09-07 | 1 | -6/+26 | |
| | | | | | | | | | | | | false positives.. | |||||
* | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed the coverage extension test as well as the coverage extension itself ↵ | Daniel Neuhäuser | 2010-06-19 | 1 | -1/+4 | |
|/ | | | | for python3 | |||||
* | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -5/+9 | |
|\ | ||||||
| * | Make "make check" happy. | Georg Brandl | 2009-10-26 | 1 | -1/+1 | |
| | | ||||||
| * | Access domain data via env.domaindata. | Georg Brandl | 2009-07-13 | 1 | -3/+3 | |
| | | ||||||
| * | With a few disabled features (see XXX), the test suite runs again. | Georg Brandl | 2009-07-13 | 1 | -5/+9 | |
| | | ||||||
* | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|/ | ||||||
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -13/+15 | |
| | ||||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Some more fixes after the great renaming. | Georg Brandl | 2008-11-29 | 1 | -1/+1 | |
|/ | ||||||
* | Add test for coverage builder and fix an AttributeError in it. | Georg Brandl | 2008-09-13 | 1 | -6/+6 | |
| | ||||||
* | Add general docstring processing support with a new event in autodoc. | Georg Brandl | 2008-06-22 | 1 | -1/+0 | |
| | ||||||
* | Pylint fixing. | Georg Brandl | 2008-03-26 | 1 | -1/+1 | |
| | ||||||
* | Some pylint fixes. | Georg Brandl | 2008-03-16 | 1 | -1/+0 | |
| | ||||||
* | Add first version of sphinx.ext.autodoc that generates documentation from ↵ | Georg Brandl | 2008-03-14 | 1 | -6/+3 | |
| | | | | docstrings. | |||||
* | Rename sphinx.addons to sphinx.ext. | Georg Brandl | 2008-02-25 | 1 | -0/+246 | |