コミット履歴

作者 SHA1 メッセージ 日付
  Mike Naberezny 815f1e05e0 Add coverage for close() on Python 2 10 年 前
  Mike Naberezny 180beb727a Close log handlers in tests to prevent ResourceWarnings on Python 3 10 年 前
  Mike Naberezny 87b5ab3d93 Handle case where fileno() raises UnsupportedOperation on Python 3 10 年 前
  Mike Naberezny 4dc097d064 Fix pyflakes warning 10 年 前
  Mike Naberezny 467273ae67 Remove "import *" from text_socket 10 年 前
  Mike Naberezny 862fea1dd2 Fix a crash if IOError occurs while making dispatchers. Closes #87 10 年 前
  Mike Naberezny 2e645f1dfc Provide more context in spawn error messages. Refs #87 10 年 前
  Mike Naberezny ea03e63ce4 Fix handler __init__ leaving invalid state for __del__. Refs #391, #87 10 年 前
  Mike Naberezny 0a2f2793d1 Remove fakeos.py fixture that hasn't been used for years 10 年 前
  Mike Naberezny 2a023ff64f Group the file handlers together 10 年 前
  Mike Naberezny b566671b1c Remove unused import 10 年 前
  Mike Naberezny 9ff7f51b86 Import text_socket explicitly only where it is required 10 年 前
  Mike Naberezny 572ce4e4b3 Remove print_function, change uses of it that were errors to stderr 10 年 前
  Mike Naberezny 3df28b0425 Import fcntl rather than pieces from it 10 年 前
  Mike Naberezny 4ee29b35e8 Fix error message when program section has no command 10 年 前
  Mike Naberezny 4d204f364f Add tests for process_num expansion in logfile names 10 年 前
  Mike Naberezny fe12666120 Remove redirect_stderr from evenlistener examples. Refs #220 10 年 前
  Mike Naberezny 84ac9daf37 Add tests for all options that support process_num expansion 10 年 前
  Mike Naberezny 43f53cf4a3 Merge pull request #518 from joshk/patch-1 10 年 前
  Josh Kalderimis 6376b5ada1 Use the new build env on Travis 10 年 前
  Mike Naberezny 99ac5ca683 Remove unnecessary special case for Python 2 10 年 前
  Mike Naberezny 4420af41f3 Disallow redirect_stderr=true for eventlisteners. Closes #220 10 年 前
  Mike Naberezny 861f83016a Add note that redirect_stderr must not be used with eventlisteners 10 年 前
  Chris McDonough b111e78174 forgot to test kill of fgthread 10 年 前
  Chris McDonough b4f3a948c5 add tests for fgthread 10 年 前
  Chris McDonough 29458331f6 full test coverage for supervisord.py 10 年 前
  Chris McDonough 8bfdb3b655 add tests for BasePoller 10 年 前
  Mike Naberezny 7fb6489d7c Merge pull request #515 from msabramo/pinpoint_unexpected_end_of_key_value_pairs_error 10 年 前
  Chris McDonough 5f67841ca5 get rpcinterface test coverage back up to 100% 10 年 前
  Chris McDonough 5351feb0ab get rid of other unused medusa features, to reduce testing burden 10 年 前