| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update docs for PopenSpawn and Windows support | Thomas Kluyver | 2015-10-03 | 1 | -1/+14 |
| | | |||||
| * | Ensured buffered data is processed before raising EOF | Thomas Kluyver | 2015-09-29 | 1 | -14/+19 |
| | | |||||
| * | No sleep in pipe reader loop | Thomas Kluyver | 2015-09-16 | 1 | -1/+0 |
| | | |||||
| * | Fix return value of send() on Python 2 | Thomas Kluyver | 2015-09-12 | 1 | -4/+8 |
| | | |||||
| * | Update unicode interface for PopenSpawn | Thomas Kluyver | 2015-09-12 | 1 | -11/+8 |
| | | |||||
| * | Fix popen spawn and tests on windows | Steven Silvester | 2015-09-12 | 1 | -6/+2 |
| | | | | | | | Cleanup Always close stdin | ||||
| * | Add a sendeof method and tests | Steven Silvester | 2015-09-12 | 1 | -2/+8 |
| | | |||||
| * | Enhanced popen_spawn and added tests | Steven Silvester | 2015-09-12 | 1 | -22/+80 |
| | | | | | | | | | | - Use just newline character for end of line - Use shlex to split cmd args - Improved non-blocking read to act more like ptyspawn - Fix send method and add sendline - Add kill method - Add several tests | ||||
| * | Restrict arguments that can be passed on to Popen | Thomas Kluyver | 2015-09-12 | 1 | -4/+4 |
| | | |||||
| * | Some improvements | Thomas Kluyver | 2015-09-12 | 1 | -2/+20 |
| | | |||||
| * | Start implementing a Pexpect spawn class based on Popen | Steven Silvester | 2015-09-12 | 1 | -0/+83 |
| Initial implementation copied from https://gist.github.com/blink1073/9a0ea82efc84cb9216d0 | |||||
