Commit History

作者 SHA1 備註 提交日期
  Ask Solem d16c9061db PEP8ify + pyflakes 14 年之前
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 年之前
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 年之前
  adriano petrich ae9d08146b WatchedFileHandler: Fixes Python <= 2.5 compat. Closes #367. 14 年之前
  Ask Solem 7fd0af74d9 PEP8ify + pyflakes + tests passing 14 年之前
  marcinkuzminski 9157d9c09d #321 alternative solution to log rotate, use WatchedFileHandlers 14 年之前
  Ask Solem e2f8a5cead Now runs on Jython using -P threads 14 年之前
  Ask Solem 780e33e49b SIGUSR1 now logs stacktrace of all active threads. Inspired by https://gist.github.com/737056 14 年之前
  Ask Solem c3b78b8952 setup.py: Use 2to3 on Py3k 14 年之前
  Ask Solem 7c72ee2f26 utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4 15 年之前
  Ask Solem de428230ca pyflakes 15 年之前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 年之前
  Ask Solem 9b66d0f1b3 CompatLogger: args/*args confusion 15 年之前
  Ask Solem eec93b23fa Make _CompatLoggerAdapter work on Python 2.4 15 年之前
  Ask Solem 165afb9c71 The "func" argument to loggging.LogRecord was added in Py 2.5, and logging._checkLevel in 2.7, so need to support this on older versions. 15 年之前
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes 15 年之前
  Ask Solem 2762a31b60 CompatLoggerAdapter needs to support processName 15 年之前
  Ask Solem f9d7ca551b Added unittests for the compat implementation of LoggerAdapter. 15 年之前
  Ask Solem 1df9afbed5 Another typo in logging adapter 15 年之前
  Ask Solem 118cf0a70b Errors in compat logging adapter 15 年之前
  Ask Solem 39ea6a6c2c utils.compat.LoggerAdapter: Forgot to import logging 15 年之前
  Ask Solem d0e984b8b4 utils.compat.LoggerAdapter: Support extra argument in Python 2.4. 15 年之前
  Gunnlaugur Thor Briem bb8cc4abfe Add warn method on logger (synonym for warning) 15 年之前
  Ask Solem f83ebaf804 PEP8ify + pyflakes 15 年之前
  Gunnlaugur Thor Briem e1936b10ba Fix missing isEnabledFor in logger adapter 15 年之前
  Ask Solem 2a4659a067 itertools.chain.from_iterable new in Py2.6 15 年之前
  Ask Solem 7345d0586e Reverts 8fc6d37efa58d6767c17fe18edc573df42cae350, not needed after all 15 年之前
  Ask Solem 8fc6d37efa celery.utils.compat.LoggerAdapter: Added proxy attributes "handlers" + "level" forwarded to the logger instance. 15 年之前
  Ask Solem 1694e2a582 Fixed syntax error in previous commit... :( 15 年之前
  Ask Solem f98fbbf387 celery.utils.compat.izip_longest: Compat version of itertools.izip_longest (Py2.6+) 15 年之前