Histórico de commits

Autor SHA1 Mensagem Data
  Ask Solem d8b7039457 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 13 anos atrás
  Ask Solem 43fb28f769 Use future builtins 13 anos atrás
  Ask Solem 9d95af8772 Remove Python 2.5 specific hacks 13 anos atrás
  Ask Solem cfe2bc4bec removes more with_statement imports 13 anos atrás
  Ask Solem 8b1fb2c580 Fixes tests on Python 2.5 13 anos atrás
  Ask Solem 7ff99a3fbd Tests passing 13 anos atrás
  Ask Solem 4905c5814e group/chord now appends partial args to all tasks in the group 13 anos atrás
  Ask Solem 0e95530d88 Merge branch 'group_partial' 13 anos atrás
  Ask Solem 4f784187e6 Doc improvements 13 anos atrás
  Ask Solem 4b4d75409e Chains no longer worked if a chord was the last step 13 anos atrás
  Ask Solem 96c26d90ac Partial args for groups 13 anos atrás
  Ask Solem ec51735fd0 Chains can now be combined and accept partial args 13 anos atrás
  Ask Solem aa3ccf2aba Refactors Chain.apply_async 13 anos atrás
  Ask Solem 18327a37b9 Group chains are now automatically upgraded to chords. E.g. group(...) | s -> chord(group(...), body=s) 13 anos atrás
  Ask Solem cea68a0e54 chord(group()) now works properly, and subtask proxies are now immutable 13 anos atrás
  Ask Solem 359375ee72 Adds shared task decorator (from celery import shared_task), for library authors 13 anos atrás
  Ask Solem 3077d7f0f1 Fixes for group/chord and using json serializer 13 anos atrás
  Ask Solem c16c0fed24 Module celery.state renamed -> celery._state 13 anos atrás
  Steeve Morin 99c88da396 Support for Chords inside Chords (EXPERIMENTAL) 13 anos atrás
  Ask Solem 566c4da7b4 Use ' instead of " 13 anos atrás
  Ask Solem cc1ae88ff9 Remove copyright texts from modules 13 anos atrás
  Ask Solem 66a8a9833c TaskSetResult renamed -> GroupResult 13 anos atrás
  Steeve Morin 0e45b1a92a Merge pull request #710 from steeve/patch-6 13 anos atrás
  Steeve Morin 77397741ae Merge pull request #711 from steeve/patch-8 13 anos atrás
  Steeve Morin 16df57b29f Support for chains inside chords. 13 anos atrás
  Steeve Morin fa4a8e410e No longer ignore Chord result. 13 anos atrás
  Ask Solem 8af6e58598 More tests 13 anos atrás
  Ask Solem 5a5ccd986b Skip adding children for tasks called with task.__call__. Closes #701 13 anos atrás
  Ask Solem 4094ce8a8b Regen working on Python 2.5 13 anos atrás
  Ask Solem b6834ebefc Moves celery.app.state -> celery.state so that app is loaded late 13 anos atrás