summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add build-dep on python-coverage-test-runnerHEADtrunkLars Wirzenius2012-08-251-1/+1
|
* Make version number have Debian versionLars Wirzenius2012-08-251-1/+1
|
* Remove build-dep on extrautilsLars Wirzenius2012-08-252-6/+1
|
* MergeLars Wirzenius2012-08-251-1/+1
|\
| * Use default number of workersLars Wirzenius2012-06-191-1/+1
| |
* | Remove useless debian/pycompat file.Lars Wirzenius2011-06-291-1/+0
| |
* | Add some packaging.Lars Wirzenius2011-05-2510-1/+93
|/
* Add a version number.Lars Wirzenius2011-05-251-0/+3
|
* Adapt example to API changes.Lars Wirzenius2011-05-251-6/+16
|
* Close request queue.Lars Wirzenius2011-05-251-0/+1
| | | This fixes multiprocessing.Queue vomiting at shutdown.
* Make it easier to get all pending results.Lars Wirzenius2011-05-252-5/+16
|
* Put back a "pending" attribute.Lars Wirzenius2011-05-252-4/+14
| | | Wasn't so hard, after all.
* Re-implement using multiprocessing.Lars Wirzenius2011-05-253-43/+56
|
* Get rid of pending_requests member, since it'll be hard to keep up to date.Lars Wirzenius2011-05-252-10/+0
| | | It should also be unnecessary.
* Re-implement things using Queue module.Lars Wirzenius2011-05-251-11/+22
|
* Fix wait to remove requests from queue.Lars Wirzenius2011-05-252-1/+5
|
* Remove stuff after iterating over it.Lars Wirzenius2011-05-252-1/+3
|
* Implement processing, simplistic, synchronous.Lars Wirzenius2011-05-252-3/+15
| | | | This is just to get the API working enough to get a feeling if it works well.
* Make enqueue_requests increment counter.Lars Wirzenius2011-05-252-0/+5
|
* Iterating over results results in nothing.Lars Wirzenius2011-05-252-0/+5
| | | Had to add a dummy yield to make __iter__ be a generator.
* Make wait_for_results return False initially.Lars Wirzenius2011-05-252-0/+5
| | | Queue is empty, so there can be no more results.
* Initial draft of API for background processing.Lars Wirzenius2011-05-255-0/+129