Historia zmian

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