커밋 기록

작성자 SHA1 메시지 날짜
  Ask Solem c10da74a3d Sending of e-mails did not work, masked by fail_silently. Now warns on error if enabled. 14 년 전
  Ask Solem be01033687 Bug in previous commit if consumer is None 14 년 전
  Ask Solem 3dc17b2ae2 listener: Handle connection errors while closing consumers. 14 년 전
  Ask Solem dcff7e252f EventDispatcher.send: Buffer events if there is a connection problem, so they can be sent later via .flush(). 14 년 전
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes 14 년 전
  Ask Solem 0893dc1feb celery.utils.mail: Fixed typo server -> client 14 년 전
  Ask Solem 967890682b Documentation: Added missing autodoc reference for new modules 14 년 전
  Ask Solem 21f4b14090 Documentation: Reference celery.task.schedules renamed celery.schedules 14 년 전
  Ask Solem a6fe8a3677 Bumped version to 2.1.0a2 14 년 전
  Ask Solem 530bfaf745 log.setup_task_logger accidentally setup loggers with the task format. 14 년 전
  Ask Solem 41edc9e63e timer2: time2.sleep may be unavailable if we lose the race at interpreter shutdown 14 년 전
  Ask Solem ab7f041fc7 Cosmetics 14 년 전
  Ask Solem 409811c9c2 multiprocessing.pool: Proposed fix for Python Issue #9205 (http://bugs.python.org/issue9205) 14 년 전
  Ask Solem ea69e31603 Make sure multiprocessing logger is set up 14 년 전
  Ask Solem 4fe9beb489 Change copyright date to 2009 -> 2009-2010. And "Ask Solem" -> "Ask Solem & contributors" 14 년 전
  Ask Solem c08e2a2be4 getting-started/broker-installation: Fixed typo set_permissions "" -> set_permissions ".*". Thanks to Cal Leeming. 14 년 전
  Ask Solem f4ad4f1cb6 Remove 'mailer' dependency. Thanks to zen4ever 14 년 전
  Ask Solem 289b1a59a2 New tests for the new celery.beat (92% coverage) 14 년 전
  Ask Solem 7ddf622a5b All tests passing again 14 년 전
  Ask Solem 78779b7070 Removed some bad tests for celery.beat. Need to write new ones. 14 년 전
  Ask Solem 559adb970c EmbeddedClockService renamed to beat.EmbeddedService 14 년 전
  Ask Solem 3580f4c75d celery.beat: Refactored the persistent schedule into PersistentScheduler, also better merging of tasks on disk and in "registry". 14 년 전
  Ask Solem afad5d2fed schedules.crontab: Implement __reduce__ so crontab can be pickled. 14 년 전
  Ask Solem 9e2452b7fa Added Clay Gerrard to AUTHORS 14 년 전
  Ask Solem a9dd4e0e66 Merge branch 'clayg/master' 14 년 전
  Ask Solem 923bbde906 Merge branch 'master' of github.com:ask/celery 14 년 전
  Ask Solem e24d6ae3b6 Use set.discard instead of set.remove 14 년 전
  Vincent Driessen 0265f778d0 Update dependencies for building RPM's. 14 년 전
  Clay Gerrard 4d24dd55ad Added tests for AsyncResult.traceback KeyError (afd28) when using 14 년 전
  Ask Solem a1f4e2989c AsyncResult.traceback: Return None, not raise KeyError if missing traceback. 14 년 전