summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* 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