Commit Verlauf

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