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

Автор SHA1 Сообщение Дата
  Ask Solem e6b240501e celery.utils.functional: memoize() decorator using LRUCache by default 14 лет назад
  Ask Solem 2c61a2f1f2 Simple LRU cache implementation using OrderedDict instead 14 лет назад
  Ask Solem 8f96b21689 Complex LRUCache implementation 14 лет назад
  Ask Solem dd02305c68 celeryd: Don't re-raise from new stack 14 лет назад
  Ask Solem f0962a90db platforms.signals: New interface for managing process signals. 14 лет назад
  Ask Solem a40ab46dc8 Implements join_native() + iter_native() for Redis and Cache backends 14 лет назад
  Ask Solem e482db8eac Use prepare_expires in other backends as well 14 лет назад
  Ask Solem ca43b67523 Cleans up the redis backend, configuration keys now CELERY_REDIS_* instead of REDIS_* 14 лет назад
  Ask Solem d328ac4e44 BROKER_TRANSPORT is now preferred over BROKER_BACKEND 14 лет назад
  Ask Solem 11f474a8ba TaskRequest: Fixes typo safe_repr(traceback) -> safe_str(traceback) in the retry handler 14 лет назад
  Ask Solem 8e915e543a Cosmetics 14 лет назад
  Ask Solem acc3430fe7 config_from_object(str) should simply be a module not an attribute of module 14 лет назад
  Ask Solem edf3b3f33a Fixes issue where logging objects would give <Unrepresentable: ..> 14 лет назад
  Ask Solem fd58fd7df7 docs/userguide/tasks.rst 14 лет назад
  Ask Solem b8cf78eb1d More Python 2.4 cleanup 14 лет назад
  Ask Solem 6716a4552f TaskPool.apply_async callbacks/errbacks is now singular instead of list 14 лет назад
  Ask Solem c396539693 with_default_connection -> with default_connection 14 лет назад
  Ask Solem d6170b85c9 Fixes circular import issue in the Redis result backend 14 лет назад
  Ask Solem b8a293d40f Proper implementation of TaskSet.iterate 14 лет назад
  Ask Solem 17315f121a create_daemon_context renamed -> detached and is now an actual context 14 лет назад
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 лет назад
  Ask Solem 7a953e3431 celery.backends.amqp: Finally with with-statements 14 лет назад
  Ask Solem 92cb74990e CELERY_TASK_ERROR_WHITELIST now works for all loaders 14 лет назад
  Ask Solem 73015790db Cosmetics 14 лет назад
  Ask Solem e00ac648ce Removes celery.utils.functional, replaced by functools 14 лет назад
  Ask Solem e48201b382 Now requires Python 2.5+ (Py2.4 support was deprecated in 2.2) 14 лет назад
  Ask Solem e915cf2a43 Merges 2.2.6 changelog from release22-maint branch 14 лет назад
  Ask Solem 2f30ffa34b Adds tests for celery.task.chords 14 лет назад
  Ask Solem 4a69dd4f39 Adds app.bugreport() to display installation info 14 лет назад
  Ask Solem a20685c613 Tests passing 14 лет назад