Historique des commits

Auteur SHA1 Message Date
  Ask Solem 5bc6e57c83 Merge branch '3.0' il y a 12 ans
  Ask Solem 6c004c93e2 Fixes flakes E126,E127,E128 il y a 12 ans
  Ask Solem 6e53b21fa9 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' il y a 13 ans
  Ask Solem d8b7039457 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' il y a 13 ans
  Ask Solem b72faa29b6 Removes the 'connect_timeout' argument to connection related functions, as use of the pool now makes it impossible to support il y a 14 ans
  Ask Solem b194fc3935 Use str.format and print_function il y a 13 ans
  Ask Solem f72ca1377d On 2.6 we don't have to import with statement from __future__ il y a 13 ans
  Ask Solem c16c0fed24 Module celery.state renamed -> celery._state il y a 13 ans
  Ask Solem 566c4da7b4 Use ' instead of " il y a 13 ans
  Ask Solem cc1ae88ff9 Remove copyright texts from modules il y a 13 ans
  Ask Solem 5a5ccd986b Skip adding children for tasks called with task.__call__. Closes #701 il y a 13 ans
  Ask Solem 9d5aa7c1c1 Hub<->Component refactor + non-threaded autoscale il y a 13 ans
  Ask Solem fea6f43836 Py2.5: TaskSet can't be UserList since it's an old-style class il y a 13 ans
  Ask Solem b6834ebefc Moves celery.app.state -> celery.state so that app is loaded late il y a 13 ans
  Ask Solem d65e1b0c91 Flake8 il y a 13 ans
  Ask Solem b987f40380 Revert improvements to TaskSet superceded by group() il y a 13 ans
  Ask Solem a4f2874e82 Modernize Kombu integration il y a 13 ans
  Ask Solem 35e56513db group/chord/chain are now subtasks il y a 13 ans
  Ask Solem c2aeb14536 Chords now works when result serializer is not pickle (e.g. JSON) il y a 13 ans
  Ask Solem 261bd50297 Tests passing il y a 13 ans
  Ask Solem 0cabb808b1 Chord tests passing il y a 13 ans
  Ask Solem 3ddfeff221 celery.Celery is now a real class, not a factory il y a 13 ans
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right il y a 13 ans
  Ask Solem fbb94b42ad The celery.task module can now be used as a decorator (!!!) il y a 13 ans
  Ask Solem a908c815ae Makes it possible to set .app on some classes il y a 13 ans
  Ask Solem 5998dc93f1 Tests passing il y a 13 ans
  Ask Solem bbfd2f982c flake8 il y a 13 ans
  Ask Solem 32d4de9f70 TaskSet renamed to group, and is now app-agnostic il y a 13 ans
  Ask Solem 2862192b61 subtask.clone did not set options il y a 13 ans
  Ask Solem f5f8b21926 Reorganizes utils into utils.imports, utils.text and utils.functional il y a 13 ans