- Oct 05, 2003
-
-
Per Cederqvist authored
(expectable.fill_buffer): Fix the eof handling. (expectable.eof): Ditto. (popen): New class. (popen.__init__): New method. (popen.close): New method. (impl): Lots of calls to debug added to all methods. (impl.loop): Fix syntax errors in expect_before and expect_after calls. Reset __acted. (impl.__fill_buffer): New method. (impl.re): Extract buffer-filling code to __fill_buffer. (impl.eof): New method. (_expect_before): New stub function. (_expect_after): New stub function. (debug): New stub function. (Top level): Add a very simple test code.
-
Per Cederqvist authored
-
Per Cederqvist authored
(timeout_raises_exception): New variable. (Timeout): New exception. (expectable): New class. (expectable.__init__): New method. (expectable.fileno): New method. (expectable.fill_buffer): New method. (expectable.eof): New method. (expectable.buffer): New method. (expectable.remove_first): New method. (impl): New class. (impl.__init__): New method. (impl.loop): New method. (impl.re): New method. (impl.timeout): New method. (impl.cont): New method.
-
- Oct 04, 2003
-
-
Per Cederqvist authored
-
Per Cederqvist authored
expect-like Python modules that are (more or less) available.
-