提交历史

作者 SHA1 备注 提交日期
  Chris McDonough ae445997af Duh. 18 年之前
  Chris McDonough cb7b4c5009 Minor test extension. 18 年之前
  Chris McDonough 78db743654 Move tests out into a subpackage. 18 年之前
  Chris McDonough 70e2de8303 Log stdout and stderr separately (in preparation for dealing with listener processes, which need to make a distinction). To approximate the "old" behavior (both stdout and stderr logging to the same file), set the config file option "redirect_stderr = true" in the config file or in a process config. 18 年之前
  Chris McDonough 7d6685593c Cause things which are written to a suprocess' "writebuffer" to be flushed to the child's stdin. 18 年之前
  Chris McDonough f8ec9bd2c8 Report which RPC interfaces are initialized during startup. 18 年之前
  Chris McDonough d8e32f4dd7 Capture (but don't yet send) data to process stdin via process.write. 18 年之前
  Chris McDonough e51376573a Break out subprocess-related stuff into a process module. 18 年之前
  Chris McDonough d14a3d40cb fixed error message 18 年之前
  Chris McDonough 1eb8fe90e8 Use the existing get_execv_args machinery to do the executable/permission/notfound guard in the xmlrpc interface. Refactor to use exceptions. 18 年之前
  Chris McDonough 058d16007c startProcess() now checks file exists and is executable 18 年之前
  Chris McDonough be016b19e0 First cut at process communication event capture and notification. 18 年之前
  Chris McDonough e19a20d137 Get rid of cruft pointed out by Mike. 18 年之前
  Chris McDonough cb28151726 More relative -> absolute import cleanups. 18 年之前
  Chris McDonough 6874ca4f39 Allow "python setup.py test" to work. 18 年之前
  Chris McDonough 5e86fe8fd1 Don't import any relative names. 18 年之前
  Chris McDonough e981212acb getAPIVersion() instead of getProtocolVersion() 18 年之前
  Chris McDonough 421ed29f63 give user interface some love 18 年之前
  Chris McDonough f007401572 system namespace needed for 'all' functions 18 年之前
  Chris McDonough e590e7218e Fix one (of probably several) web UI bugs the wrong way. Gotta revisit this. 18 年之前
  Chris McDonough 0aa05bbddd the next one is 2.3, not 2.2 18 年之前
  Chris McDonough 6f7f1d3817 Note extensibility. 18 年之前
  Chris McDonough 17216bb5e5 Mismatch. 18 年之前
  Chris McDonough 298e933b19 Add docs to readme about [rpcinterface:foo] sections. 18 年之前
  Chris McDonough eb2da8085e Don't require that we do anything to install setuptools other than run setup.py. 18 年之前
  Chris McDonough dbc77205e4 Big reorganization: 18 年之前
  Chris McDonough cf1e15bb10 supervisor.getVersion() becomes supervisor.getProtocolVersion() 18 年之前
  Chris McDonough 3824313094 Screwed up the test.py merge (didn't cvs up before applying the patch). 18 年之前
  Chris McDonough 73f757b5f6 Merge Mike's strip_ansi code. 18 年之前
  Chris McDonough 1c62d9f364 clean up multicall recursion guard a little, add test. 18 年之前