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-01Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA
2019-06-04Migrate to py3 style type annotation: sphinx.util.parallelTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-07-29Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-09-04Fix #4006: Fix crash on parallel buildTakeshi KOMIYA
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-09Update type annotationsTakeshi KOMIYA
2017-01-07Merge branch 'stable'Takeshi KOMIYA
2017-01-07Fix Sphinx crashes on parallel build with an extension which raises unseriali...Takeshi KOMIYA
2017-01-02sphinx.util.parallel supports logging in child workersTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-12-18More parallel code optimizations.Georg Brandl
2015-12-18Fix #2177: Remove parallel hangsDaniel Rings
2015-01-03Merge branch 'stable'Georg Brandl
2014-12-31Fix memory leak during parallel writing with multiplied warnings.Georg Brandl
2014-09-22Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary.Georg Brandl
2014-09-22Refactor parallel process into a base class that executes any task, and a der...Georg Brandl
2014-09-22Factor out parallel building into a utility class. Better error handlingGeorg Brandl