summaryrefslogtreecommitdiffstats
path: root/func/forkbomb.py
Commit message (Expand)AuthorAgeFilesLines
* "modulus voodoo" is fixed now and it is possible to run with nforks=1.Krzysztof A. Adamski2008-06-041-2/+2
* Fix __bucketize to always start from key 0.Krzysztof A. Adamski2008-06-021-1/+1
* Should start from first bucket, not second.Krzysztof A. Adamski2008-05-311-1/+1
* Remove a bunch of unused imports.Luke Macken2008-02-211-2/+0
* All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-7/+1
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+7
* Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-0/+1
* Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-0/+152