Історія комітів

Автор SHA1 Опис Дата
  Ask Solem b097d411a9 flakes 13 роки тому
  Ask Solem bbbfd63c33 Merge branch '3.0' 13 роки тому
  Ask Solem ae2d8618b6 Adds method Celery.add_defaults, which is like Celery.conf.update except a copy will not be made and supporting lazy intialization (if passing a callable instead of a dict) 13 роки тому
  Ask Solem 8ec2beb867 Support AMQP heartbeats (if using kombu using_pyamqp branch) 13 роки тому
  Ask Solem bdc828165d Support AMQP heartbeats (if using kombu using_pyamqp branch) 13 роки тому
  Ask Solem 6e53b21fa9 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 13 роки тому
  Ask Solem d8b7039457 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 13 роки тому
  Ask Solem 59cf4f704c Removes BROKER_INSIST option 13 роки тому
  Ask Solem 43fb28f769 Use future builtins 13 роки тому
  Ask Solem 37cfee9dad from functools import reduce 13 роки тому
  Ask Solem b194fc3935 Use str.format and print_function 13 роки тому
  Ask Solem 6da1db14b6 More Py2.6 specific changes 13 роки тому
  Ask Solem f72ca1377d On 2.6 we don't have to import with statement from __future__ 13 роки тому
  Ask Solem 70ccd41f95 Adds a pool argument to celery.default_connection, which if set to False means that the pool won't be used to create a new connection 13 роки тому
  Ask Solem 2ca3ec7bba Adds a pool argument to celery.default_connection, which if set to False means that the pool won't be used to create a new connection 13 роки тому
  Ask Solem 359375ee72 Adds shared task decorator (from celery import shared_task), for library authors 13 роки тому
  Ask Solem 09ab407067 Tests passing 13 роки тому
  Ask Solem 9372cc73c7 Renames app.broker_connection -> app.connection 13 роки тому
  Ask Solem c16c0fed24 Module celery.state renamed -> celery._state 13 роки тому
  Ask Solem 566c4da7b4 Use ' instead of " 13 роки тому
  Ask Solem cc1ae88ff9 Remove copyright texts from modules 13 роки тому
  Ask Solem 7b07d226ec Doc Improvements 13 роки тому
  Ask Solem 66a8a9833c TaskSetResult renamed -> GroupResult 13 роки тому
  Ask Solem 313b71fd68 Adds Celery.current_task 13 роки тому
  Ask Solem b4a3f9f67e Modern Task class no longer supports: establish_connection(), get_publisher(), get_consumer() and get_logger() 13 роки тому
  Ask Solem fa957dbc29 amqp related improvements 13 роки тому
  Ask Solem b10d2336f6 celery.contrib.methods: Task decorator for methods 13 роки тому
  Ask Solem b6834ebefc Moves celery.app.state -> celery.state so that app is loaded late 13 роки тому
  Ask Solem e3418c22a2 Annotations now supports decorators if the key startswith '@'. 13 роки тому
  Ask Solem 12a00a2513 Adds new option CELERY_INCLUDE as an alternative to CELERY_IMPORTS. Also Celery(include=[..]) works 13 роки тому