Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem 04b0027e64 Celery now supports Django out of the box, just by setting DJANGO_SETTINGS_MODULE envvar vor 12 Jahren
  Ask Solem 04bf28ff8a Use command-line instead of 'command line' vor 12 Jahren
  Ask Solem ded23cadcf Merge branch '3.0' vor 12 Jahren
  Ask Solem a20ff8a98e Fixes more eventlet/gevent/threads early patch problems, and also moves importlib+ordereddict (<Py2.7) and simplejson (Py<2.6) dependencies to Kombu vor 12 Jahren
  Ask Solem 6cb35fce0f Don't use future_builtins, it's not available in py3k vor 12 Jahren
  Ask Solem 43fb28f769 Use future builtins vor 12 Jahren
  Ask Solem b194fc3935 Use str.format and print_function vor 12 Jahren
  Ask Solem 2c4fa2890b Use except .. as exc vor 12 Jahren
  bobbybeever 5ef7a652aa added worker shutdown event support vor 12 Jahren
  Ask Solem 566c4da7b4 Use ' instead of " vor 13 Jahren
  Ask Solem cc1ae88ff9 Remove copyright texts from modules vor 13 Jahren
  Ask Solem fd3808161b Documentation is now using celery command vor 13 Jahren
  Ask Solem 12a00a2513 Adds new option CELERY_INCLUDE as an alternative to CELERY_IMPORTS. Also Celery(include=[..]) works vor 13 Jahren
  Ask Solem fa2d784f82 Cosmetics and stuff vor 13 Jahren
  Ask Solem c8b639bc60 Loads of new tests vor 13 Jahren
  Ask Solem b64fcd2fe4 Must not use utcnow if not CELERY_ENABLE_UTC :doh: Closes #636 vor 13 Jahren
  Ask Solem b3495bbb7e Cosmetics vor 13 Jahren
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right vor 13 Jahren
  Ask Solem 78d509280f Use anyjson.loads/dumps instead of serialize/deserialize vor 13 Jahren
  Ask Solem f5f8b21926 Reorganizes utils into utils.imports, utils.text and utils.functional vor 13 Jahren
  Ask Solem 073295fe0b Use kombu.utils.encoding instead vor 13 Jahren
  Ask Solem 2fb14811fd Don't import celery.task (remove it from BUILTIN_MODULES) vor 13 Jahren
  Ask Solem 8058082c36 Autoreloader fixes vor 13 Jahren
  Ask Solem 9530098d0f Better exception and traceback handling. vor 13 Jahren
  Seong Won Mun 012d449d19 fix UnicodeEncodeError when sending email contains unicode characters. vor 13 Jahren
  Ask Solem c86a7df558 The current datetime now taken from loader.now vor 13 Jahren
  Ask Solem 6b52605db6 Updates copyright years to include 2012 vor 13 Jahren
  Ask Solem 641e838dd6 Cosmetics vor 13 Jahren
  Ask Solem 241413507b Adds loader.on_worker_process_init as a handler when child processes starts vor 13 Jahren
  Ask Solem 27caaad22c Adds module docstrings vor 13 Jahren