История коммитов

Автор SHA1 Сообщение Дата
  Ask Solem 29ad3bde87 Optimization: Now at 10.000 tasks/s with librabbitmq 14 лет назад
  Ask Solem 641e838dd6 Cosmetics 14 лет назад
  Ask Solem 27caaad22c Adds module docstrings 14 лет назад
  Ask Solem b6179c7316 Use new-style relative imports 14 лет назад
  Ask Solem 154431f2c4 Fixes typo kill -> _kill 14 лет назад
  Ask Solem 440b46bd9a TaskRegistry doesn't have to be UserDict 14 лет назад
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 лет назад
  Ask Solem 156c8edb02 Cosmetics and cleanup 14 лет назад
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k 15 лет назад
  Ask Solem 40ba910ea0 Smarter pickling of AsyncResult's 15 лет назад
  Ask Solem 823f45cf0a Documentation improvements 15 лет назад
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 лет назад
  Ask Solem 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 лет назад
  Ask Solem 44dbf5b6ac Some cosmetic changes. 15 лет назад
  Ask Solem 560817d20c Refactor TaskRegistry 16 лет назад
  Ask Solem 6c1e6ba8b3 Remove module: celery.discovery, moved functionality to celery.loaders.djangoapp. Also TaskRegistry.autodiscover has been removed. 16 лет назад
  Ask Solem 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 16 лет назад
  Ask Solem 0d5d2b2a02 Replace 'a if p else b' with 'p and a or b' for Python 2.4 compatibility. 16 лет назад
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 лет назад
  Ask Solem 627aa5f3b8 Fixed some small bugs after running PyFlakes. 16 лет назад
  Ask Solem 743245d322 Don't raise AlreadyRegistered anymore for backward compatibility 16 лет назад
  Ask Solem a31e8ce4c9 Remove name keyword argument to register 16 лет назад
  Ask Solem de58e47824 Not allowed to register regular functions in the registry anymore 16 лет назад
  Ask Solem 2bbdbc1a5a Move AlreadyRegistered and NotRegistered to celery.exceptions 16 лет назад
  Ask Solem 2e054a3af4 Fix errors in celery.registry introduced by last change to it. 16 лет назад
  Ask Solem 0eb1627221 No need for dict([list-comprehension]) when we can use dict(generator-expression) 16 лет назад
  Ask Solem 8b04474d9c Documentation: Fix rSt errors 16 лет назад
  Ask Solem c64e7f1216 Rename ``task_name`` arguments to TaskRegistry methods to ``name``, so it's 16 лет назад
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 16 лет назад
  Ask Solem 7494116b26 tasks.register: Make it possible to override the name of task classes as well. 16 лет назад