Ask Solem ffe24d5ddd Used internal interface for queue_delete 14 years ago
..
app 4776440405 Don't use map without return value (2to3 suggested) 14 years ago
apps 4776440405 Don't use map without return value (2to3 suggested) 14 years ago
backends ffe24d5ddd Used internal interface for queue_delete 14 years ago
bin d2ac7cd486 Fixed typo platform -> platforms 14 years ago
concurrency 9dd454824e Include exc_info in log messages 14 years ago
contrib de428230ca pyflakes 14 years ago
db b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 years ago
events 26f81734d2 Merge branch 'release21-maint' 14 years ago
execute d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 14 years ago
loaders 781111e11c Programs --app argument module is now imported from the current directory 14 years ago
task ee8bec3ccb Merge branch 'dcramer/master' 14 years ago
tests 5bc6483f23 fixed routes test 14 years ago
utils 7c72ee2f26 utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4 14 years ago
worker 7c72ee2f26 utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4 14 years ago
__init__.py 58f1a474db Changed __homepage__ to http://celeryproject.org 14 years ago
beat.py 00b9b70f0c Added exc_info to several error logging messages 14 years ago
conf.py de428230ca pyflakes 14 years ago
datastructures.py 4776440405 Don't use map without return value (2to3 suggested) 14 years ago
decorators.py 12cfb3a55c pyflakes 14 years ago
exceptions.py 8fb16ea6fb .concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError 14 years ago
log.py ee8bec3ccb Merge branch 'dcramer/master' 14 years ago
messaging.py f9f6eddcc2 Renamed amqp.get_consumer_set -> app.get_task_consumer 14 years ago
pidbox.py 12cfb3a55c pyflakes 14 years ago
platforms.py 864402dd05 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 14 years ago
registry.py 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 years ago
result.py de428230ca pyflakes 14 years ago
routes.py e3e0ef20ee Make queue argument to apply_async, and Task.queue work properly 14 years ago
schedules.py 8d85334016 Improved docs 14 years ago
serialization.py 8a3b4765fb Add :setting: ref to all settings in docstrings 14 years ago
signals.py 1c0eb185e7 Changed the way logging is configured. 14 years ago
states.py dedd2ab8cc celery.states. Added RETRy to precedence rules: after PENDING 14 years ago