summaryrefslogtreecommitdiff
path: root/pexpect/popen_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Thomas Walther2017-12-201-2/+3
|\
| * Don't split cmd strings on win32Robert Holt2017-09-271-1/+1
| * Use os.name instead of sys.platformEli Boyarski2017-09-161-1/+1
| * Fix popen_spawn when specifying a path on Windows which contains "\" separatorsEli Boyarski2017-09-161-1/+1
| * Only pass strings to shlexThomas Kluyver2017-07-251-1/+2
* | Add support for preexec_fn to popen_spawnThomas Walther2017-06-151-6/+6
|/
* added missing assignment of pid var to PopenSpawn classMarc Maurer2017-05-251-0/+1
* Update docs for PopenSpawn and Windows supportThomas Kluyver2015-10-031-1/+14
* Ensured buffered data is processed before raising EOFThomas Kluyver2015-09-291-14/+19
* No sleep in pipe reader loopThomas Kluyver2015-09-161-1/+0
* Fix return value of send() on Python 2Thomas Kluyver2015-09-121-4/+8
* Update unicode interface for PopenSpawnThomas Kluyver2015-09-121-11/+8
* Fix popen spawn and tests on windowsSteven Silvester2015-09-121-6/+2
* Add a sendeof method and testsSteven Silvester2015-09-121-2/+8
* Enhanced popen_spawn and added testsSteven Silvester2015-09-121-22/+80
* Restrict arguments that can be passed on to PopenThomas Kluyver2015-09-121-4/+4
* Some improvementsThomas Kluyver2015-09-121-2/+20
* Start implementing a Pexpect spawn class based on PopenSteven Silvester2015-09-121-0/+83