Histórico de Commits

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