summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge 'origin/master' into 'setwinsize_on_spawn'Jeff Quast2015-09-1830-269/+402
| |\ \ \ \
| * | | | | Added dimension argument to `pexpect.run()/runu()`.Jason Heeris2015-03-211-2/+2
| * | | | | Allow specifying screen size for the subprocess in pexpect.spawn().Jason Heeris2015-03-161-3/+11
* | | | | | Merge branch 'suggest-support-elsewhere'Thomas Kluyver2015-09-221-0/+11
|\ \ \ \ \ \
| * | | | | | Reword support FAQ answersuggest-support-elsewhereThomas Kluyver2015-09-221-4/+4
| * | | | | | suggest many alternatives for pexpect supportJeff Quast2015-09-211-0/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:pexpect/pexpectThomas Kluyver2015-09-224-6/+29
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #253 from pexpect/docs-revision-2Thomas Kluyver2015-09-222-4/+13
| |\ \ \ \ \ \
| | * | | | | | will raise -> will be raised + newlinedocs-revision-2Jeff Quast2015-09-211-1/+2
| | * | | | | | Merge remote-tracking branch 'origin/master' into docs-revision-2Jeff Quast2015-09-212-1/+9
| | |\ \ \ \ \ \