Skip to content
Snippets Groups Projects
  1. Oct 24, 2003
    • Per Cederqvist's avatar
      Initial commit. · 3cde1124
      Per Cederqvist authored
      3cde1124
    • Per Cederqvist's avatar
      (_spawn): New helper function, extracted from Spawn.__init__. New · 4b30c691
      Per Cederqvist authored
      	argument: use_stderr_pipe.
      (Spawn.__init__): New optional argument: use_stderr_pipe.  Set the
      	stderr attribute to an Expectable object that represents the
      	stderr output from the subprocess it it is true.  Get rid of
      	the __pty attribute, and renamed __child to __child_pid.
      (Spawn.send): Use self.fileno() instead of self.__pty.
      (Spawn.close): Ditto.  Close the stderr pipe if present.
      (spawn2): New function.  A possibly easier API if you want to
      	have the stderr output in a separate Expectable.
      4b30c691
  2. Oct 23, 2003
  3. Oct 22, 2003
  4. Oct 19, 2003
  5. Oct 18, 2003
  6. Oct 17, 2003
  7. Oct 14, 2003
Loading