コミット履歴

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