コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 0208ec9f8b Moved celery.serialization + celery.utils.functional -> billiard.* 16 年 前
  Ask Solem d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 年 前
  Ask Solem 8724819a5f ctypes might not be available on some platforms. 16 年 前
  Jonatan Heyman 137f6d7fbc Fixed typo bug with uuid generation. 16 年 前
  Ask Solem 6374355a1a Now uses inspect.getargspec to only pass on the default kwargs the task supports. 16 年 前
  Ask Solem f90491fe01 celery.utils.gen_unique_id: Workaround for http://bugs.python.org/issue4607 16 年 前
  Ask Solem 9209f38139 PEP8ify 16 年 前
  Ask Solem 584204ced6 celeryd now survives a restart of the AMQP server! Automatically re-establish AMQP broker connection if its lost. New settings: 16 年 前
  Ask Solem 947bdd1f0d Maybe do it in the right order :) 16 年 前
  Ask Solem 86d13b79b5 Name must be saved to the __class__ .name attribute. 16 年 前
  Ask Solem 4cc0d6a41d Now at 96% coverage 16 年 前
  Ask Solem 7c6c7fd4e8 Move detection of pickle library into celery.utils so we only have to test it 16 年 前
  Ask Solem 2f4e8fb12b PEP8ify 16 年 前
  Ask Solem 89cdea68a7 _delay_task was too long to read 16 年 前
  Ask Solem eb58eabc3f Stupid typos. 16 年 前
  Ask Solem ba3c1a1784 Make uuid4.uuid4() available as celery.utils.gen_unique_id() so it is generic 16 年 前
  Ask Solem e0ade80f31 PEP8ify 16 年 前
  Ask Solem fa8bd5651d utils.chunks(it, n): Split an iterator into chunks with ``n`` elements each. 16 年 前