summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-2/+2
* Use ``finally`` to terminate parallel processes (#10952)Philip Meier2023-01-021-2/+1
* Use PEP 604 typesAdam Turner2023-01-011-4/+4
* Use PEP 595 typesAdam Turner2023-01-011-7/+7
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Clean up after dropping Python 3.6Adam Turner2022-09-271-10/+2
* Fix mypy violations for v0.981 (#10875)Adam Turner2022-09-271-2/+3
* Fix more strict static typing errors (#10681)danieleades2022-08-281-2/+5
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+3
* Increase static typing strictness (#10530)Adam Turner2022-06-161-1/+7
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Set multiprocessing start method to forkSam Doran2021-10-281-11/+4
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-2/+2
* Merge pull request #9097 from peterbell10/parallel-task-sleepTakeshi KOMIYA2021-04-171-4/+8
|\
| * Remove redundant assignmentPeter Bell2021-04-171-1/+1
| * Remove unnecesary sleep when submitting parallel tasksPeter Bell2021-04-131-5/+9
* | refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-5/+5
|/
* Fix #8952: Exceptions raised in a Directive cause parallel builds to hangTakeshi KOMIYA2021-03-041-2/+15
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-1/+8
* Migrate to py3 style type annotation: sphinx.util.parallelTakeshi KOMIYA2019-06-051-22/+10
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | py3: Remove (most) __future__ importsStephen Finucane2018-12-171-1/+0
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-3/+1
|\ \
| * | Remove use of six.iteritems()Jon Dufresne2018-09-111-3/+1
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
|/
* Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-0/+1
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-0/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #4006: Fix crash on parallel buildTakeshi KOMIYA2017-09-051-0/+1
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Update type annotationsTakeshi KOMIYA2017-01-091-1/+1