| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Set daemon attribute instead of using setDaemon method that was deprecated ↵ | Karthikeyan Singaravelan | 2021-04-17 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | in Python 3.10 | |||||
| * | | | Merge pull request #643 from scop/spelling | Thomas Kluyver | 2020-05-16 | 6 | -6/+6 | |
| |\ \ \ | | | | | | | | | Spelling fixes | |||||
| | * | | | Spelling fixes | Ville Skyttä | 2020-05-09 | 6 | -6/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #644 from scop/history-url | Thomas Kluyver | 2020-05-16 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | Add history URL to project metadata | |||||
| | * | | | Add history URL to project metadata | Ville Skyttä | 2020-05-09 | 1 | -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-3 | Thomas Kluyver | 2020-04-18 | 3 | -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 Pipping | 2020-04-18 | 3 | -157/+5 | |
| |/ / / | ||||||
| * | | | Merge pull request #635 from raczben/patch-1 | Red_M | 2020-04-07 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | fix run's docstring. | |||||
| | * | | | fix run's docstring. | Benedek Racz | 2020-04-07 | 1 | -1/+1 | |
| |/ / / | | | | | | | The example code was not shown as code. | |||||
| * | | | Merge pull request #632 from whitley-delamora/issue-631 | Thomas Kluyver | 2020-03-28 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | REPLWrapTestCase.test_bash_env(): export variable PS1 | |||||
| | * | | | REPLWrapTestCase.test_bash_env(): export variable PS1 | whitley-delamora | 2020-03-28 | 1 | -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/master | Thomas Kluyver | 2020-03-14 | 4 | -8/+9 | |
| |\ \ \ | | | | | | | | | Do not directly call python and use sys.executable | |||||
| | * | | | Do not directly call python and use sys.executable | Tomáš Chvátal | 2020-03-12 | 4 | -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-1 | dluyer | 2020-03-02 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Minor typo fix. | |||||
| | * | | | Minor typo fix.dluyer-patch-1 | dluyer | 2020-03-02 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #623 from raczben/raczben-patch-1 | Thomas Kluyver | 2020-02-06 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | Update doc: Wexpect is maintained | |||||
| | * | | | Simplify reference to wexpect | Thomas Kluyver | 2020-02-06 | 1 | -5/+3 | |
| | | | | | ||||||
| | * | | | Update doc: Wexpect is maintained | Benedek Racz | 2020-02-06 | 1 | -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-1 | Thomas Kluyver | 2020-01-23 | 1 | -0/+5 | |
| |\ \ \ | | | | | | | | | Add project urls to `setup.py` | |||||
| | * | | | Add project urls to `setup.py` | Jürgen Gmach | 2020-01-22 | 1 | -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.0 | Thomas Kluyver | 2020-01-17 | 3 | -2/+18 | |
| |\ \ \ | | | | | | | | | Release notes and version number update for 4.8.0 | |||||
| | * | | | Update history.rst | dluyer | 2020-01-16 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Update version # for new release | dluyer | 2020-01-16 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Update version # for new release | dluyer | 2020-01-16 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Update history.rst | dluyer | 2020-01-16 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Start release notes for 4.8 | dluyer | 2020-01-16 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | Merge pull request #617 from slel/patch-1 | dluyer | 2020-01-16 | 1 | -3/+3 | |
| |\ \ \ \ | |/ / / |/| | | | Fix typos in pxssh docs | |||||
| | * | | | Fix typos in pxssh docs | Samuel Lelièvre | 2020-01-17 | 1 | -3/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #615 from pexpect/dluyer-patch-1 | dluyer | 2020-01-16 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Typo fixes in doc | |||||
| | * | | | Typo fixes in doc | dluyer | 2020-01-16 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Accumulate async data correctly after future done | dluyer | 2020-01-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #579 from dluyer/patch-2 | Thomas Kluyver | 2020-01-14 | 6 | -38/+138 | |
| |\ \ \ | | | | | | | | | Correctness fix (pull #578) plus efficiency improvements | |||||
| | * | | | Avoid calling getvalue() twice in a row | dluyer | 2020-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Undo incorrect formatting update | dluyer | 2020-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Provide bad version range in regression test docstrings | dluyer | 2020-01-10 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Add another regression test | dluyer | 2020-01-10 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | Add test for increasing searchwindowsize | dluyer | 2020-01-10 | 1 | -2/+21 | |
| | | | | | ||||||
| | * | | | Fix test_before_after_timeout for PY3. | dluyer | 2020-01-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Whitespace cleanup. | dluyer | 2020-01-10 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Whitespace cleanup | dluyer | 2020-01-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Whitespace cleanup | dluyer | 2020-01-10 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Whitespace cleanup | dluyer | 2020-01-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Add test for truncation issue fixed in #579 | dluyer | 2020-01-10 | 1 | -1/+17 | |
| | | | | | ||||||
| | * | | | Updated expect_loop for split new_data | dluyer | 2020-01-09 | 1 | -5/+7 | |
| | | | | | ||||||
| | * | | | Split new_data initial and subsequent calls | dluyer | 2020-01-09 | 1 | -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.py | dluyer | 2020-01-09 | 1 | -4/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #5 from dluyer/master | dluyer | 2020-01-09 | 9 | -13/+20 | |
| | |\ \ \ | | | | | | | | | | | Merge from master | |||||
| | | * \ \ | Merge pull request #4 from pexpect/master | dluyer | 2020-01-09 | 9 | -13/+20 | |
| | | |\ \ \ | |_|/ / / |/| | | | | Merge updates from master | |||||
| * | | | | | Merge pull request #606 from ↵ | Red_M | 2019-12-17 | 1 | -2/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | eldipa/Issue605-Disable-Chaining-Timeout-EOF-Exception Disable chaining Timeout and EOF exceptions | |||||
| | * | | | | | Disable chaining Timeout and EOF exceptions | Martin Di Paola | 2019-12-09 | 1 | -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. | |||||
