summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'stable'Takeshi KOMIYA2017-01-081-1/+2
|\ \ | |/
| * Fix Sphinx crashes on parallel build with an extension which raises ↵Takeshi KOMIYA2017-01-081-1/+2
| | | | | | | | unserializable exception
* | 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 ↵Georg Brandl2014-09-221-54/+91
| | | | derived class that executes a batch of the same task.
* Factor out parallel building into a utility class. Better error handlingGeorg Brandl2014-09-221-0/+106
with traceback of the parallel process saved in the error log.