Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only pass strings to shlex | Thomas Kluyver | 2017-07-25 | 1 | -1/+2 |
* | added missing assignment of pid var to PopenSpawn class | Marc Maurer | 2017-05-25 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 |