提交历史

作者 SHA1 备注 提交日期
  Ask Solem 33ff88fab6 Removes celery.utils.LOG_LEVELS (use .utils.log.LOG_LEVELS) 9 年之前
  Ask Solem 4a99648a08 Removes __future__ imports 9 年之前
  Ask Solem 5597237ba3 Removes more Py2 compatibility stuff 9 年之前
  Ask Solem 82e478e07c Change to Google-style docstrings and small updates. 9 年之前
  Ask Solem 4b7af113fa flakes 9 年之前
  Ask Solem 0858ff7d16 Moves .utils.jsonify to .utils.serialization 9 年之前
  Ask Solem 7acdc0d452 Moves .utils.strtobool to .utils.serialization 9 年之前
  Ask Solem 8ee50a3d9f Removes .utils.is_iterable 9 年之前
  Ask Solem 9261fe132c Moves .utils.lpmerge to .utils.collections.lpmerge 9 年之前
  Ask Solem b8d5dee7fd Moves .utils.cry to .utils.debug.cry 9 年之前
  Ask Solem de6cf95522 Moves .utils.isatty to .platforms.isatty 9 年之前
  Ask Solem 7b93ce91b7 Moves gen_task_name to .utils.imports 9 年之前
  Ask Solem f9380fd8a5 Moves hostname related utils to .utils.nodenames 9 年之前
  Ask Solem 7a3f56c32e Move deprecation utils to .utils.deprecated 9 年之前
  Ask Solem 9725ea268a flakes 9 年之前
  Ask Solem c21d6a9c17 Utils: Moves simple_format -> .utils.text 9 年之前
  Ask Solem aee706ad5a [docs] Spelling stuff completed 9 年之前
  Ask Solem fdf1a0f6a3 Use vine.utils.wraps to ensure __wrapped__ is set 9 年之前
  Ask Solem 51fca36f19 Cosmetics #2 9 年之前
  Ask Solem 376ee40ecc Apparently %N already taken by multi, so have to use %p for full nodename 9 年之前
  Ask Solem 2c2984e045 [utils] Adds %N abbreviation expanding to the full worker node name 9 年之前
  Ask Solem 807c13873e [utils] simple_format now tries to give better error for unmatched keys. Closes #3016 9 年之前
  Ask Solem 46c17e9909 Cache the value of gethostname 9 年之前
  Ask Solem 097dd74f67 Worker direct queues are no longer auto_delete=True (INCOMPATIBLE) Closes #2492 9 年之前
  Ask Solem c016714be8 Removes the metaclass for the new task base class (tasks are no longer automatically registered, the @task decorator binds and registers the task) 11 年之前
  Ask Solem 3ff387099d Remove use of kwdict workaround fixed in py2.7 11 年之前
  Ask Solem 2e1cad9e04 Removes magic keyword arguments support 11 年之前
  Ask Solem ec905fadc4 Multi: %n is now the same as %N to be consistent with "celery worker". 11 年之前
  Ask Solem f9e49a8f7a 3.2: Use dict and set comprehensions (+ literals) 11 年之前
  Ask Solem 3eafba5a49 Ability to use one log file per child process using format keys %i/%I 11 年之前