Historial de Commits

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