コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem ca43b67523 Cleans up the redis backend, configuration keys now CELERY_REDIS_* instead of REDIS_* 14 年 前
  Ask Solem b8cf78eb1d More Python 2.4 cleanup 14 年 前
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 年 前
  Ask Solem e00ac648ce Removes celery.utils.functional, replaced by functools 14 年 前
  Ask Solem 7d171f8ab8 celery.tests.utils.Mock: With attrs argument to set arbitrary attributes on the mock object 14 年 前
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 年 前
  Ask Solem 5aa3375ae5 Log errors occuring in process_cleanup. Closes #365. Thanks to jdunck 14 年 前
  Ask Solem 8a8a18b846 tests passing on Py2.5 14 年 前
  Ask Solem 57dc4f4abb PEP8ify + pyflakes 14 年 前
  Ask Solem d0ed2d4ca2 Small distro fixes 14 年 前
  Ask Solem 1c99a986dd 100% Coverage for celery.worker.autoscale 14 年 前
  Ask Solem fad1f7de87 Compat execute context did not re-raise exceptions, so some tests were actually failing. 14 年 前
  Ask Solem 780e33e49b SIGUSR1 now logs stacktrace of all active threads. Inspired by https://gist.github.com/737056 14 年 前
  Ask Solem 08bb53c6c7 Py3k improvements 14 年 前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 年 前
  Ask Solem 7f082a8ea8 Intense refactoring 14 年 前
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 年 前
  Ask Solem ad955af185 Refactored stuff out of celery.task.base. 15 年 前
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 15 年 前
  Ask Solem 20179e2491 Use nose.SkipTest 15 年 前
  Ask Solem b98b19dcd9 Moved tests back to celery/tests as picklefield broke the tests when pickling. (The C API in <=2.6 uses relative imports by default, resulting in package conflicts) 15 年 前
  Ask Solem 99bb1f1805 testproj renamed to tests, and celery/tests moved to tests/testunits (and so 15 年 前
  Ask Solem 76321926f6 Tests passing on 2.4 (except for database dependent tests for some reason, as sqlite is not working?) 15 年 前
  Ask Solem 77dec97621 PEP8ify 15 年 前
  Ask Solem 15bb091e22 Change more with statements to execute_context() 15 年 前
  Ask Solem 8c38eba699 Implement Fake with statement for tests 15 年 前
  Jesper Noehr 5c7a9cda90 more empty yields 15 年 前
  Jesper Noehr 42a05af7b2 some more fixes 15 年 前
  Jesper Noehr 8a63c291f2 getting rid of 'with' and replacing contextlib with a fallback 15 年 前