summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new spawn.delayafterread attribute.superfluous-sleepJeff Quast2015-10-142-0/+6
* reverts time.sleep(0.0001) suggested by Jon CohenJeff Quast2015-10-141-2/+1
* Merge pull request #288 from takluyver/async-issueJeff Quast2015-10-132-0/+7
|\
| * Add Python 3.5 on TravisThomas Kluyver2015-10-131-0/+1
| * Stop asyncio listening to pty once we've found what we needThomas Kluyver2015-10-131-0/+6
|/
* Merge pull request #287 from pexpect/asyncio_utf8_issueThomas Kluyver2015-10-132-3/+9
|\
| * Async expect should process received data after decodingJeff Quast2015-10-131-2/+2
| * issue discovered during integration with telnetlib3Jeff Quast2015-10-121-1/+7
|/
* Merge pull request #285 from pexpect/include-coveragerc-in-sdistThomas Kluyver2015-10-111-1/+1
|\
| * Include .coveragerc in pypi download tarballJeff Quast2015-10-101-1/+1
|/
* Merge pull request #279 from pexpect/disable-maxcanon-testThomas Kluyver2015-10-074-183/+128
|\
| * 2 new tools: display-{fpathconf.maxcanon}.pyJeff Quast2015-10-064-186/+128
| * disable max canon tests, retain file contentsJeff Quast2015-10-061-3/+6
* | Merge pull request #281 from pexpect/distribute-bashrc.shThomas Kluyver2015-10-061-3/+1
|\ \ | |/ |/|
| * no need to MANIFEST.in for setup.pyJeff Quast2015-10-061-2/+1
| * include pexpect/bashrc.sh, remove old entriesJeff Quast2015-10-061-3/+2
|/
* Merge pull request #274 from takluyver/i272Jeff Quast2015-10-061-0/+5
|\
| * Encode command line args for unicode-mode spawnThomas Kluyver2015-10-061-0/+5
* | Version number back to 4.1.devThomas Kluyver2015-10-062-3/+3
* | Version number -> 4.0.14.0.1Thomas Kluyver2015-10-062-3/+3
* | Add encoding header for Python 2Thomas Kluyver2015-10-061-0/+1
* | Python 3.3 or 2.7 is requiredThomas Kluyver2015-10-061-2/+1
|/
* Merge pull request #273 from ignatenkobrain/patch-1Thomas Kluyver2015-10-061-2/+1
|\
| * test_unicode: don't need to format variableIgor Gnatenko2015-10-061-2/+1
|/
* Version number -> 4.1.devThomas Kluyver2015-10-052-3/+3
* Version number -> 4.04.0Thomas Kluyver2015-10-052-2/+2
* Update README and PyPI descriptionThomas Kluyver2015-10-052-8/+12
* Merge pull request #268 from takluyver/windows-importableThomas Kluyver2015-10-0511-170/+235
|\
| * Update docs for PopenSpawn and Windows supportThomas Kluyver2015-10-038-15/+71
| * Clear up a few unused importsThomas Kluyver2015-10-032-3/+0
| * Make Pexpect importable on WindowsThomas Kluyver2015-10-032-153/+164
* | Merge pull request #80 from pexpect/replwrap-continuation-timeout-resultsJeff Quast2015-10-042-20/+40
|\ \ | |/ |/|
| * comment about the need of '\\' to trigger testcaseJeff Quast2015-10-041-0/+6
| * Don't use deprecated spawnu in replwrap testsThomas Kluyver2015-10-042-4/+5
| * Use u-prefix strings in tests tooThomas Kluyver2015-10-041-2/+2
| * Collect output as list instead of stringThomas Kluyver2015-10-041-3/+3
| * Use u-prefix for strings instead of u() functionThomas Kluyver2015-10-041-9/+5
| * This resolves two issues with replwrap,jquast2015-10-042-6/+23
|/
* Merge pull request #146 from takluyver/popenThomas Kluyver2015-10-033-1/+298
|\
| * 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
| * Fix typo in docstringThomas Kluyver2015-09-121-1/+1
| * Update unicode interface for PopenSpawnThomas Kluyver2015-09-121-11/+8
| * Revert some changes to Popen testsThomas Kluyver2015-09-121-7/+7
| * Fix popen spawn and tests on windowsSteven Silvester2015-09-122-13/+9
| * Add a sendeof method and testsSteven Silvester2015-09-122-5/+33
| * Add test fileSteven Silvester2015-09-121-0/+109
| * 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