summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 -> exceptTim Gates2019-12-141-1/+1
|/ / /
* | | Merge pull request #600 from wataash/fix-import-pathThomas Kluyver2019-11-116-6/+6
|\ \ \
| * | | Fix old import pathWataru Ashihara2019-11-106-6/+6
|/ / /
* | | Merge pull request #598 from Red-M/masterThomas Kluyver2019-10-311-3/+4
|\ \ \
| * | | Fix last commit.Red_M2019-10-311-2/+2
| * | | Add character read back value to allow for tracebacks to contain more data ab...Red_M2019-10-301-3/+4
|/ / /
| * | Merge pull request #3 from dluyer/masterdluyer2020-01-0914-32/+68
| |\ \ | | |/
| | * Merge pull request #2 from pexpect/masterdluyer2019-08-0813-21/+47
| | |\ | |_|/ |/| |
* | | Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-077-16/+25
* | | Merge pull request #586 from OsirisS13/masterThomas Kluyver2019-08-071-1/+1
|\ \ \
| * | | Update README.rstOsirisS132019-08-071-1/+1
* | | | Merge pull request #585 from dluyer/patch-8Thomas Kluyver2019-08-071-1/+6
|\ \ \ \
| * | | | Test for Python 2 ASCII encoding, too.dluyer2019-08-061-1/+1
| * | | | Fix test_which when sys.getfilesystemencoding() is asciidluyer2019-08-061-1/+6
* | | | | Merge pull request #583 from dluyer/patch-6Thomas Kluyver2019-08-071-1/+1
|\ \ \ \ \
| * | | | | s/xrange/range/ for Python3dluyer2019-08-061-1/+1
| |/ / / /
* | | | | Merge pull request #584 from dluyer/patch-7Thomas Kluyver2019-08-072-0/+0
|\ \ \ \ \
| * | | | | Mark disabled test as deprecated.dluyer2019-08-061-0/+0
| * | | | | Fix typo in test name.dluyer2019-08-061-0/+0
| |/ / / /
* | | | | Merge pull request #582 from dluyer/patch-5Thomas Kluyver2019-08-071-2/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix copy/paste error in uploading patchdluyer2019-08-061-4/+4
| * | | | Fix test_ansi.py when running in a non-writable directorydluyer2019-08-061-2/+14
| |/ / /
| | | * Merge pull request #1 from pexpect/masterdluyer2019-08-061-11/+21
| | | |\ | | |/ / | |/| / | |_|/ |/| |
* | | Merge pull request #581 from dluyer/patch-4Thomas Kluyver2019-08-061-11/+21
|\ \ \ | |/ / |/| |
| * | Use IPv6 loopback if there is no IPv4 loopback availabledluyer2019-08-051-11/+21
|/ /
| * Updates from internal code review.dluyer2019-08-021-2/+7
| * Update expect.pydluyer2019-08-021-2/+2
| * Update expect.pydluyer2019-08-021-4/+0
| * Update expect.pydluyer2019-08-021-2/+2
| * Update expect.pydluyer2019-08-021-17/+63
| * Update spawnbase.pydluyer2019-08-021-0/+3
| * Fix missing data in 'before', especially after timeoutsdluyer2019-08-011-6/+10
|/
* Merge pull request #575 from Red-M/masterRed_M2019-07-071-1/+8
|\
| * Wording change.Red_M2019-07-071-2/+2
| * Add doc note about RedExpect.Red_M2019-07-071-1/+8
| * Merge pull request #8 from pexpect/masterRed_M2019-07-0716-89/+437
| |\ | |/ |/|
* | Merge pull request #574 from xtofl/class-vs-object-doc-correctionThomas Kluyver2019-07-041-4/+4
|\ \
| * | Docs: distinguish class attributes and object attributesxtofl2019-06-261-4/+4
|/ /
* | Merge pull request #537 from giovanism/patch-1Thomas Kluyver2019-05-161-5/+9
|\ \
| * | interact: Add Python 3 compatibility warningGiovan Isa Musthofa2019-04-161-5/+9
* | | Update change log.4.7.0Red_M2019-03-241-2/+10
* | | Update version number, docs and release history due to #528, #562 and #563.Red_M2019-03-244-18/+27
* | | Merge pull request #562 from tgbugs/patch-1Red_M2019-03-232-4/+111
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1Tom Gillespie2019-03-233-4/+128
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #563 from Trek333/pxssh_custom_cmdRed_M2019-03-232-3/+123
|\ \ \ \
| * | | | Allow customized pxssh client #528Trek3332019-03-213-5/+125
* | | | | Merge pull request #528 from tschmid/pxssh_customizationRed_M2019-03-231-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow customized pxssh clientThomas Schmid2018-09-051-2/+6