Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-06-30Migrate to py3 style type annotation: sphinx.ext.coverageTakeshi KOMIYA
2019-05-15Support coverage_ignore_pyobjects in the coverage builderAdrián Chaves
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-23Remove uses of six.moves that did not cause any type errorsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-06-07Initial commitAndrés Delfino
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-11builders: Add 'Builder.epilog' optionStephen Finucane
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2016-12-03Adjust code to type annotationTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.extTakeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-07-25Closes #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting ...Georg Brandl
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08ext: pep8 fixesGeorg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-07improve C coverage outputGeorg Brandl
2014-09-22[WIP] parallel readGeorg Brandl
2014-09-22Change extension setup() return value to a dictionary of metadata.Georg Brandl
2014-09-03Return version from setup() for all sphinx.ext extensions.Georg Brandl
2014-05-25remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...Takayuki Shimizukawa
2014-04-30wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2013-01-02Copyright update.Georg Brandl
2011-09-23Merge with 1.0Georg Brandl
2011-09-21Fix #650: add missing newline in coverage output.Georg Brandl