Historia zmian

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