提交歷史

作者 SHA1 備註 提交日期
  Ask Solem 84eb860d99 PEP8ify: Group imports 15 年之前
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 15 年之前
  Ask Solem 10e6675b29 Tests now passing with the new execution trace 15 年之前
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions 16 年之前
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 16 年之前
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 16 年之前
  Ask Solem f28398b939 Don't use threading.Timer for timeouts. 16 年之前
  Ask Solem 2f4e8fb12b PEP8ify 16 年之前
  Ask Solem 1a03757b78 Adds eager execution. celery.execute.apply|Task.apply executes the function locally by 16 年之前
  Ask Solem 0eb1627221 No need for dict([list-comprehension]) when we can use dict(generator-expression) 16 年之前
  Ask Solem 448f4656b1 PEP8ify 16 年之前
  Ask Solem aef7f13a1c Remove celery.timer and replace with threading.Timer instead. 16 年之前
  Ask Solem 8b04474d9c Documentation: Fix rSt errors 16 年之前
  Ask Solem 03d30a32de Make TaskSet.run() respect message options from the Task class. Closes #16. 16 年之前
  Ask Solem 4775a4c279 AsyncResult.ready() was always True. Closes #10. Thanks talentless. 16 年之前
  Ask Solem a3dae4cded Removed stupid comment. 16 年之前
  Ask Solem e68b712eb2 PEP8ify 16 年之前
  Ask Solem 20caa1bd2a Fix rst syntax warnings. 16 年之前
  Ask Solem 61cbba5345 TaskSet.run() now returns a celery.result.TaskSetResult instance, which lets 16 年之前
  Ask Solem ea2f3a4a6e pep8ify 16 年之前
  Ask Solem 474e5b2374 Revert to pre-broken pystrip execution 16 年之前
  Ask Solem 2723ca06da Remove extraenous whitespace using pystrip 16 年之前
  Ask Solem 193f96c26c Documentation improvements 16 年之前
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py 16 年之前
  Ask Solem 59e01ea8c4 Better, greater documentation 16 年之前
  Ask Solem e45938b27b Improve documentation 16 年之前
  Ask Solem 6ad71a5e82 Document attributes in result classes. 16 年之前
  Ask Solem c53f3ba991 Fix up documentation 16 年之前
  Ask Solem 1c231592ae celery.task.AsyncResult moved to celery.result 16 年之前