summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'stable'Takeshi KOMIYA2017-01-081-1/+2
|\ \ | |/
| * Fix Sphinx crashes on parallel build with an extension which raises unseriali...Takeshi KOMIYA2017-01-081-1/+2
* | sphinx.util.parallel supports logging in child workersTakeshi KOMIYA2017-01-021-8/+19
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-7/+19
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* More parallel code optimizations.Georg Brandl2015-12-181-36/+31
* Fix #2177: Remove parallel hangsDaniel Rings2015-12-181-55/+51
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
* Fix memory leak during parallel writing with multiplied warnings.Georg Brandl2014-12-311-2/+6
* Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary.Georg Brandl2014-09-221-48/+36
* Refactor parallel process into a base class that executes any task, and a der...Georg Brandl2014-09-221-54/+91
* Factor out parallel building into a utility class. Better error handlingGeorg Brandl2014-09-221-0/+106