summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | Fix typo in examples pagesAnders Eriksson2019-12-161-1/+1
|/ / / /
* | | | Merge pull request #608 from timgates42/bugfix/typo_exceptThomas Kluyver2019-12-141-1/+1
|\ \ \ \ | |/ / / |/| | | Fix simple typo: expcet -> except
| * | | Fix simple typo: expcet -> exceptTim Gates2019-12-141-1/+1
|/ / / | | | | | | | | | Closes #607
* | | Merge pull request #600 from wataash/fix-import-pathThomas Kluyver2019-11-116-6/+6
|\ \ \ | | | | | | | | Fix old import path
| * | | Fix old import pathWataru Ashihara2019-11-106-6/+6
|/ / /
* | | Merge pull request #598 from Red-M/masterThomas Kluyver2019-10-311-3/+4
|\ \ \ | | | | | | | | Add character read back value to allow for tracebacks to contain more…
| * | | Fix last commit.Red_M2019-10-311-2/+2
| | | |
| * | | Add character read back value to allow for tracebacks to contain more data ↵Red_M2019-10-301-3/+4
|/ / / | | | | | | | | | about why an error occurred.
| * | Merge pull request #3 from dluyer/masterdluyer2020-01-0914-32/+68
| |\ \ | | |/ | | | Merge updates from master
| | * Merge pull request #2 from pexpect/masterdluyer2019-08-0813-21/+47
| | |\ | |_|/ |/| | Merge from master
* | | Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-077-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * s/sys.executable/self.PYTHONBIN/ * s/sys.executable/self.PYTHONBIN/ * Update test_isalive.py * s/sys.executable/self.PYTHONBIN/ * s/sys.executable/self.PYTHONBIN/ * Support cases where pythonbin != sys.executable * Support cases where pythonbin != sys.executable * Fix raw use of 'python' to use self.PYTHONBIN * Fix test_pxssh.py when PYTHONBIN != 'python' The fake 'ssh' will be started via #!/usr/bin/env python, when it may need to use sys.executable or some other self.PYTHONBIN. * Remove unnecessary changes from pull request. * Remove unnecessary changes from pull request.
* | | Merge pull request #586 from OsirisS13/masterThomas Kluyver2019-08-071-1/+1
|\ \ \ | | | | | | | | Update README.rst
| * | | Update README.rstOsirisS132019-08-071-1/+1
| | | | | | | | | | | | Fixed typo