summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #643 from scop/spellingHEADmasterThomas Kluyver2020-05-166-6/+6
|\ | | | | Spelling fixes
| * Spelling fixesVille Skyttä2020-05-096-6/+6
| |
* | Merge pull request #644 from scop/history-urlThomas Kluyver2020-05-161-0/+1
|\ \ | |/ |/| Add history URL to project metadata
| * Add history URL to project metadataVille Skyttä2020-05-091-0/+1
|/ | | | | Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446
* Merge pull request #638 from hartwork/issue-637-fix-docs-build-for-sphinx-3Thomas Kluyver2020-04-183-157/+5
|\ | | | | doc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fixes #637)
| * doc: Unbundle sphinxcontrib_github_alt to fix build for Sphinx 3 (fixes #637)Sebastian Pipping2020-04-183-157/+5
|/
* Merge pull request #635 from raczben/patch-1Red_M2020-04-071-1/+1
|\ | | | | fix run's docstring.
| * fix run's docstring. Benedek Racz2020-04-071-1/+1
|/ | | The example code was not shown as code.
* Merge pull request #632 from whitley-delamora/issue-631Thomas Kluyver2020-03-281-0/+1
|\ | | | | REPLWrapTestCase.test_bash_env(): export variable PS1
| * REPLWrapTestCase.test_bash_env(): export variable PS1whitley-delamora2020-03-281-0/+1
|/ | | | | | | | | | | The test test_bash_env() relies on PS1 being an environment variable. Therefore, `export PS1` making it always an environment variable. Before this, the test relied on the users bashrc to do this. The variable PS1 is (by default) not an _environment_ variable and thus not shown by `env`. Any variable can be made into an environment variable by exporting it. Some people do this for PS1 in their bashrc. Closes: #631
* Merge pull request #629 from scarabeusiv/masterThomas Kluyver2020-03-144-8/+9
|\ | | | | Do not directly call python and use sys.executable
| * Do not directly call python and use sys.executableTomáš Chvátal2020-03-124-8/+9
|/ | | | | This makes sure the tests and wrapper works on systems where there is no python2 nor /usr/bin/python available
* Merge pull request #626 from pexpect/dluyer-patch-1dluyer2020-03-021-1/+1
|\ | | | | Minor typo fix.
| * Minor typo fix.dluyer-patch-1dluyer2020-03-021-1/+1
|/
* Merge pull request #623 from raczben/raczben-patch-1Thomas Kluyver2020-02-061-3/+3
|\ | | | | Update doc: Wexpect is maintained
| * Simplify reference to wexpectThomas Kluyver2020-02-061-5/+3
| |
| * Update doc: Wexpect is maintainedBenedek Racz2020-02-061-3/+5
|/ | | | | Wexpect is a maintained (almost for a year) alternative of pexpect for Windows. - All (non-Linux specific) pexpect testcases passes with - ~80% coverage
* Merge pull request #620 from jugmac00/patch-1Thomas Kluyver2020-01-231-0/+5
|\ | | | | Add project urls to `setup.py`
| * Add project urls to `setup.py`Jürgen Gmach2020-01-221-0/+5
|/ | | | | | | - bug tracker - documentation - source code These will be shown at the project's PyPi page ( https://pypi.org/project/pexpect/ ) and make it easier to find relevant information.
* Merge pull request #616 from pexpect/dluyer-patch-14.8.0Thomas Kluyver2020-01-173-2/+18
|\ | | | | Release notes and version number update for 4.8.0
| * Update history.rstdluyer2020-01-161-0/+2
| |
| * Update version # for new releasedluyer2020-01-161-1/+1
| |
| * Update version # for new releasedluyer2020-01-161-1/+1
| |
| * Update history.rstdluyer2020-01-161-2/+2
| |
| * Start release notes for 4.8dluyer2020-01-161-0/+14
| |
* | Merge pull request #617 from slel/patch-1dluyer2020-01-161-3/+3
|\ \ | |/ |/| Fix typos in pxssh docs
| * Fix typos in pxssh docsSamuel Lelièvre2020-01-171-3/+3
|/
* Merge pull request #615 from pexpect/dluyer-patch-1dluyer2020-01-161-2/+2
|\ | | | | Typo fixes in doc
| * Typo fixes in docdluyer2020-01-161-2/+2
|/
* Accumulate async data correctly after future donedluyer2020-01-151-0/+1
|
* Merge pull request #579 from dluyer/patch-2Thomas Kluyver2020-01-146-38/+138
|\ | | | | Correctness fix (pull #578) plus efficiency improvements
| * Avoid calling getvalue() twice in a rowdluyer2020-01-141-1/+1
| |
| * Undo incorrect formatting updatedluyer2020-01-141-1/+1
| |
| * Provide bad version range in regression test docstringsdluyer2020-01-101-3/+3
| |
| * Add another regression testdluyer2020-01-101-0/+6
| |
| * Add test for increasing searchwindowsizedluyer2020-01-101-2/+21
| |
| * Fix test_before_after_timeout for PY3.dluyer2020-01-101-1/+1
| |
| * Whitespace cleanup.dluyer2020-01-101-2/+2
| |
| * Whitespace cleanupdluyer2020-01-101-1/+1
| |
| * Whitespace cleanupdluyer2020-01-101-2/+2
| |
| * Whitespace cleanupdluyer2020-01-101-1/+1
| |
| * Add test for truncation issue fixed in #579dluyer2020-01-101-1/+17
| |
| * Updated expect_loop for split new_datadluyer2020-01-091-5/+7
| |
| * Split new_data initial and subsequent callsdluyer2020-01-091-53/+59
| | | | | | expect_{loop,async} call new_data at start, when there isn't really new data. Reviewer requested a split of functionality here into two routines.
| * Update _async.pydluyer2020-01-091-4/+1
| |
| * Merge pull request #5 from dluyer/masterdluyer2020-01-099-13/+20
| |\ | | | | | | Merge from master
| | * Merge pull request #4 from pexpect/masterdluyer2020-01-099-13/+20
| | |\ | |_|/ |/| | Merge updates from master
* | | Merge pull request #606 from ↵Red_M2019-12-171-2/+8
|\ \ \ | | | | | | | | | | | | | | | | eldipa/Issue605-Disable-Chaining-Timeout-EOF-Exception Disable chaining Timeout and EOF exceptions
| * | | Disable chaining Timeout and EOF exceptionsMartin Di Paola2019-12-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | The code works in Python 2.x and 3.x but it should be replaced by "raise exception from other-exception" when the support for Python 2.x gets dropped.
* | | | Merge pull request #609 from Anders-E/patch-1Thomas Kluyver2019-12-161-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in examples pages