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
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-28Set multiprocessing start method to forkSam Doran
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-17Merge pull request #9097 from peterbell10/parallel-task-sleepTakeshi KOMIYA
2021-04-17Remove redundant assignmentPeter Bell
2021-04-13Remove unnecesary sleep when submitting parallel tasksPeter Bell
2021-03-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-03-04Fix #8952: Exceptions raised in a Directive cause parallel builds to hangTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
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