コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem eb776b5dbe More useful utilities for callbacks and result graphs 13 年 前
  Ask Solem 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 年 前
  Ask Solem 22ceb946b5 Task registry is no longer global, but needs testing before merge, and hopefully cleaning up 14 年 前
  Ask Solem 2bf8ef9a02 Adds subtask.clone() 13 年 前
  Ask Solem 709a88b36e Removes doc reference to removed celery.execute.apply_async 13 年 前
  Ask Solem a98a33b438 Removes deprecated TaskSet invocation (should have been removed in 2.4) 13 年 前
  Ask Solem d7a4c1eca7 Adds 'group' as an alias to TaskSet 13 年 前
  Ask Solem 6b52605db6 Updates copyright years to include 2012 13 年 前
  Ask Solem 641e838dd6 Cosmetics 14 年 前
  Ask Solem b4b239da34 Tests passing 14 年 前
  Ask Solem 955dbeb760 TaskSet must ensure task lists are subtasks, not dict after serialization. 14 年 前
  Ask Solem 27caaad22c Adds module docstrings 14 年 前
  Ask Solem f6a5c316c6 Cleans up deprecation warnings, and always display them in celery programs 14 年 前
  Ask Solem 3087421869 Use uuid() instead of gen_unique_id() 14 年 前
  Ask Solem b6179c7316 Use new-style relative imports 14 年 前
  Ask Solem 9b21dea245 Can't have multiple imports from __future__ in Py 2.5.0 14 年 前
  Ask Solem b638635dcb Adds utils.reprcall 14 年 前
  Ask Solem a3f529c89d Removes subtask.get_type alias to subtask.type 14 年 前
  Ask Solem c396539693 with_default_connection -> with default_connection 14 年 前
  Branko Čibej 3679e505ac Factor subtask launch out of TaskSet.apply(_async) to separate methods. 14 年 前
  Branko Čibej f9e7c42237 Add optional taskset_id parameter to TaskSet.apply and TaskSet.apply_async. 14 年 前
  Ask Solem 951bbd9605 Use cached_property from kombu.utils 14 年 前
  Ask Solem e5cf80c137 Cosmetics 14 年 前
  Ask Solem 8feff32f12 TaskSet.apply_async now supports publisher argument 14 年 前
  Ask Solem f37632eb3f pyflakes 14 年 前
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k 14 年 前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 年 前
  Ask Solem 0f40a2b753 Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks 15 年 前
  Ask Solem 12cfb3a55c pyflakes 15 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 年 前