Historia zmian

Autor SHA1 Wiadomość Data
  Chris McDonough 78db743654 Move tests out into a subpackage. 18 lat temu
  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 lat temu
  Chris McDonough 7d6685593c Cause things which are written to a suprocess' "writebuffer" to be flushed to the child's stdin. 18 lat temu
  Chris McDonough f8ec9bd2c8 Report which RPC interfaces are initialized during startup. 18 lat temu
  Chris McDonough d8e32f4dd7 Capture (but don't yet send) data to process stdin via process.write. 18 lat temu
  Chris McDonough e51376573a Break out subprocess-related stuff into a process module. 18 lat temu
  Chris McDonough d14a3d40cb fixed error message 18 lat temu
  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 lat temu
  Chris McDonough 058d16007c startProcess() now checks file exists and is executable 18 lat temu
  Chris McDonough be016b19e0 First cut at process communication event capture and notification. 18 lat temu
  Chris McDonough e19a20d137 Get rid of cruft pointed out by Mike. 18 lat temu
  Chris McDonough cb28151726 More relative -> absolute import cleanups. 18 lat temu
  Chris McDonough 6874ca4f39 Allow "python setup.py test" to work. 18 lat temu
  Chris McDonough 5e86fe8fd1 Don't import any relative names. 18 lat temu
  Chris McDonough e981212acb getAPIVersion() instead of getProtocolVersion() 18 lat temu
  Chris McDonough 421ed29f63 give user interface some love 18 lat temu
  Chris McDonough f007401572 system namespace needed for 'all' functions 18 lat temu
  Chris McDonough e590e7218e Fix one (of probably several) web UI bugs the wrong way. Gotta revisit this. 18 lat temu
  Chris McDonough 0aa05bbddd the next one is 2.3, not 2.2 18 lat temu
  Chris McDonough 6f7f1d3817 Note extensibility. 18 lat temu
  Chris McDonough 17216bb5e5 Mismatch. 18 lat temu
  Chris McDonough 298e933b19 Add docs to readme about [rpcinterface:foo] sections. 18 lat temu
  Chris McDonough eb2da8085e Don't require that we do anything to install setuptools other than run setup.py. 18 lat temu
  Chris McDonough dbc77205e4 Big reorganization: 18 lat temu
  Chris McDonough cf1e15bb10 supervisor.getVersion() becomes supervisor.getProtocolVersion() 18 lat temu
  Chris McDonough 3824313094 Screwed up the test.py merge (didn't cvs up before applying the patch). 18 lat temu
  Chris McDonough 73f757b5f6 Merge Mike's strip_ansi code. 18 lat temu
  Chris McDonough 1c62d9f364 clean up multicall recursion guard a little, add test. 18 lat temu
  Chris McDonough e70c924ee8 Note envvar FAQ. 18 lat temu
  Chris McDonough 08f2243a7b Make note of subprocess environment behavior. 18 lat temu