summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include .coveragerc in pypi download tarballinclude-coveragerc-in-sdistJeff 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}.pydisable-maxcanon-testJeff 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 testcasereplwrap-continuation-timeout-resultsJeff 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
| * Some improvementsThomas Kluyver2015-09-121-2/+20
| * Start implementing a Pexpect spawn class based on PopenSteven Silvester2015-09-121-0/+83
* | Merge pull request #267 from pexpect/default-handle-sighup-pullThomas Kluyver2015-09-222-9/+15
|\ \
| * \ Merge remote-tracking branch 'origin/master' into default-handle-sighupdefault-handle-sighup-pullJeff Quast2015-09-229-52/+91
| |\ \ | |/ / |/| |
* | | Merge remote-tracking branch 'origin/setwinsize_on_spawn'Thomas Kluyver2015-09-225-38/+44
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into setwinsize_on_spawnsetwinsize_on_spawnJeff Quast2015-09-204-70/+42
| |\ \ \
| * | | | add docstrings to winsize/dimensions testsJeff Quast2015-09-181-0/+3
| * | | | add changelog and tests for dimensions keyword argJeff Quast2015-09-183-33/+27
| * | | | match feature with test spawn_ourptyfork kwargsJeff Quast2015-09-181-2/+4