コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 9fcc9e5c61 Now depends on Kombu 2.1.0 13 年 前
  Jeff Terrace 34d8ce5bb3 Fixed passing server list to ConnectionPool. The servers are specified with "server_list" not "server" like they were for pycassa.connect 13 年 前
  Ask Solem 6086c72881 Updates changelog (but still incomplete for 2.5) 13 年 前
  Ask Solem 5fc8d01c9d 2.5.0 release candiate 2 13 年 前
  Ask Solem caca8ff9c1 Merge branch 'master' of github.com:ask/celery 13 年 前
  Ask Solem 442d180b3d celery.bin: Ensure __package__ is set (PEP-366) 13 年 前
  Mher Movsisyan 703cba6f1d send_task warns when CELERY_ALWAYS_EAGER is on 13 年 前
  Mher Movsisyan e33fff606d Adds tests for the security package 13 年 前
  Mher Movsisyan 8c381af077 SerializerRegistry.disable doesn't throw SerializerNotInstalled 13 年 前
  Ask Solem bc6f2f0459 Tests for new mediator logic 13 年 前
  Ask Solem aa44f02169 Cosmetics 13 年 前
  Ask Solem f03e110173 Adds Mark Lavin to AUTHORS 13 年 前
  Mark Lavin 104fd9446a gevent: Adds autoscaler support to gevent pool. Closes #599. 13 年 前
  Ask Solem 3836dd840b Processes pool always require mediator thread so that the pool semaphore never blocks the MainThread 13 年 前
  Ask Solem dc7671f981 celeryctl: sys.exit(str) will output the string to stdout, so make sure it's an int 13 年 前
  Jeff Terrace d0417d7b98 Fix Cassandra backend to use pycassa.ConnectionPool since pycassa.connect is deprecated in pycassa 1.4 13 年 前
  Ask Solem 06ecfb9dbd Adds Seong Won Mun to AUTHORS 13 年 前
  Ask Solem 57a826559e celeryctl double output 13 年 前
  Seong Won Mun 012d449d19 fix UnicodeEncodeError when sending email contains unicode characters. 13 年 前
  Ask Solem ac49fad68d Adds example working with result trees. 13 年 前
  Ask Solem b4a0d10f34 Adds example working with result trees. 13 年 前
  Ask Solem b16397da96 apply_async now passes options to apply() when ALWAYS_EAGER 13 年 前
  Ask Solem d518ef5c9c Tests + cosmetics 13 年 前
  Ask Solem 546e75e76e Acccidentally checked in coverage files 13 年 前
  Ask Solem 977e2f7d58 Show helpful error when user gives config name ending with '.py' 13 年 前
  Ask Solem b0077dbad9 Fixes typo in messages_unacknowledged command. Thanks to bradleyayers 13 年 前
  Ask Solem 9c0f457f4a Pep8ify 13 年 前
  Ask Solem cf422858d4 All test cases now inherits from celery.tests.utils.Case 13 年 前
  Ask Solem 2a82e8518b Use assertWarns and assertWarnsRegex 13 年 前
  Ask Solem 504510e46a Cosmetics 13 年 前