Sign in
fuchsia
/
third_party
/
github.com
/
pexpect
/
pexpect
/
HEAD
« Previous
87aa70e
Merge pull request #620 from jugmac00/patch-1
by Thomas Kluyver
· 7 years ago
ed16e5b
Add project urls to `setup.py`
by Jürgen Gmach
· 7 years ago
5eed1a3
Merge pull request #616 from pexpect/dluyer-patch-1
by Thomas Kluyver
· 7 years ago
4.8.0
fad9094
Merge pull request #617 from slel/patch-1
by dluyer
· 7 years ago
65d3c80
Fix typos in pxssh docs
by Samuel Lelièvre
· 7 years ago
c9d023e
Update history.rst
by dluyer
· 7 years ago
a08ed47
Update version # for new release
by dluyer
· 7 years ago
47bcd7b
Update version # for new release
by dluyer
· 7 years ago
48a1563
Update history.rst
by dluyer
· 7 years ago
61ce66a
Start release notes for 4.8
by dluyer
· 7 years ago
6977ee3
Merge pull request #615 from pexpect/dluyer-patch-1
by dluyer
· 7 years ago
aad1759
Typo fixes in doc
by dluyer
· 7 years ago
e21bae1
Accumulate async data correctly after future done
by dluyer
· 7 years ago
f16add7
Merge pull request #579 from dluyer/patch-2
by Thomas Kluyver
· 7 years ago
ad4be95
Avoid calling getvalue() twice in a row
by dluyer
· 7 years ago
4228cde
Undo incorrect formatting update
by dluyer
· 7 years ago
3412f4d
Provide bad version range in regression test docstrings
by dluyer
· 7 years ago
80f9820
Add another regression test
by dluyer
· 7 years ago
5eab9f4
Add test for increasing searchwindowsize
by dluyer
· 7 years ago
cf821ce
Fix test_before_after_timeout for PY3.
by dluyer
· 7 years ago
5daa766
Whitespace cleanup.
by dluyer
· 7 years ago
78a62d5
Whitespace cleanup
by dluyer
· 7 years ago
d8c01ed
Whitespace cleanup
by dluyer
· 7 years ago
51c0fb2
Whitespace cleanup
by dluyer
· 7 years ago
2bbb684
Add test for truncation issue fixed in #579
by dluyer
· 7 years ago
c58e7e7
Updated expect_loop for split new_data
by dluyer
· 7 years ago
5f98ced
Split new_data initial and subsequent calls
by dluyer
· 7 years ago
b5d6e6d
Update _async.py
by dluyer
· 7 years ago
bad8a63
Merge pull request #5 from dluyer/master
by dluyer
· 7 years ago
7db2929
Merge pull request #4 from pexpect/master
by dluyer
· 7 years ago
e620228
Merge pull request #3 from dluyer/master
by dluyer
· 7 years ago
692681f
Merge pull request #606 from eldipa/Issue605-Disable-Chaining-Timeout-EOF-Exception
by Red_M
· 7 years ago
fa6a556
Merge pull request #609 from Anders-E/patch-1
by Thomas Kluyver
· 7 years ago
ec43249
Fix typo in examples pages
by Anders Eriksson
· 7 years ago
80e6702
Merge pull request #608 from timgates42/bugfix/typo_except
by Thomas Kluyver
· 7 years ago
2978c93
Fix simple typo: expcet -> except
by Tim Gates
· 7 years ago
f98485a
Disable chaining Timeout and EOF exceptions
by Martin Di Paola
· 7 years ago
cdc6c47
Examples of how to use Pexpect and Pyte (issue #587)
by Martin Di Paola
· 7 years ago
7b073bf
Merge pull request #600 from wataash/fix-import-path
by Thomas Kluyver
· 7 years ago
76f3f4f
Fix old import path
by Wataru Ashihara
· 7 years ago
4a64a9c
Merge pull request #598 from Red-M/master
by Thomas Kluyver
· 7 years ago
e0b05a9
Fix last commit.
by Red_M
· 7 years ago
255bd49
Add character read back value to allow for tracebacks to contain more data about why an error occurred.
by Red_M
· 7 years ago
e99f21c
Merge pull request #2 from pexpect/master
by dluyer
· 7 years ago
ecd3a19
Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)
by dluyer
· 7 years ago
6a4fc7c
Merge pull request #586 from OsirisS13/master
by Thomas Kluyver
· 7 years ago
3eb30cf
Merge pull request #585 from dluyer/patch-8
by Thomas Kluyver
· 7 years ago
e77d705
Merge pull request #583 from dluyer/patch-6
by Thomas Kluyver
· 7 years ago
8fb0c51
Merge pull request #584 from dluyer/patch-7
by Thomas Kluyver
· 7 years ago
c0f8a4c
Merge pull request #582 from dluyer/patch-5
by Thomas Kluyver
· 7 years ago
12e6dde
Update README.rst
by OsirisS13
· 7 years ago
fccc0ab
Merge pull request #1 from pexpect/master
by dluyer
· 7 years ago
93c1f1b
Test for Python 2 ASCII encoding, too.
by dluyer
· 7 years ago
07831ae
Fix test_which when sys.getfilesystemencoding() is ascii
by dluyer
· 7 years ago
dc1a762
Mark disabled test as deprecated.
by dluyer
· 7 years ago
61fc463
Fix typo in test name.
by dluyer
· 7 years ago
b3ce0cd
s/xrange/range/ for Python3
by dluyer
· 7 years ago
2f9291a
Fix copy/paste error in uploading patch
by dluyer
· 7 years ago
1dd76ca
Fix test_ansi.py when running in a non-writable directory
by dluyer
· 7 years ago
5440ed2
Merge pull request #581 from dluyer/patch-4
by Thomas Kluyver
· 7 years ago
8ac4f48
Use IPv6 loopback if there is no IPv4 loopback available
by dluyer
· 7 years ago
7ab8662
Updates from internal code review.
by dluyer
· 7 years ago
07a46a8
Update expect.py
by dluyer
· 7 years ago
ad3a8e9
Update expect.py
by dluyer
· 7 years ago
8e51b1f
Update expect.py
by dluyer
· 7 years ago
2b07b63
Update expect.py
by dluyer
· 7 years ago
1ed3ac8
Update spawnbase.py
by dluyer
· 7 years ago
fa08445
Fix missing data in 'before', especially after timeouts
by dluyer
· 7 years ago
af9d9d9
Merge pull request #575 from Red-M/master
by Red_M
· 7 years ago
c7d2da9
Wording change.
by Red_M
· 7 years ago
c8c85cf
Add doc note about RedExpect.
by Red_M
· 7 years ago
59e8768
Merge pull request #8 from pexpect/master
by Red_M
· 7 years ago
121ca37
Merge pull request #574 from xtofl/class-vs-object-doc-correction
by Thomas Kluyver
· 7 years ago
08ef377
Docs: distinguish class attributes and object attributes
by xtofl
· 7 years ago
a803933
Merge pull request #537 from giovanism/patch-1
by Thomas Kluyver
· 7 years ago
2877378
interact: Add Python 3 compatibility warning
by Giovan Isa Musthofa
· 7 years ago
01f2acc
Missed a version number.
by Red_M
· 7 years ago
c172b20
Update change log.
by Red_M
· 7 years ago
4.7.0
c66a557
Update version number, docs and release history due to #528, #562 and #563.
by Red_M
· 7 years ago
6efd533
Merge pull request #562 from tgbugs/patch-1
by Red_M
· 7 years ago
778b0f1
Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1
by Tom Gillespie
· 7 years ago
43512da
pxssh.login require either username or ssh_config
by Tom Gillespie
· 7 years ago
71784ff
Merge pull request #563 from Trek333/pxssh_custom_cmd
by Red_M
· 7 years ago
1b5ac75
Merge pull request #528 from tschmid/pxssh_customization
by Red_M
· 7 years ago
978c58f
Allow customized pxssh client #528
by Trek333
· 7 years ago
5834c96
Coerce compiled regex patterns to non-bytes type in non-bytes mode
by emerson.prado
· 7 years ago
ec916dd
Coerce compiled regex patterns to bytes type in bytes mode
by emerson.prado
· 7 years ago
e0cf843
Add integration tests for regex coercing functions
by emerson.prado
· 7 years ago
f6d7ffa
Add unit tests for regex coercing functions
by emerson.prado
· 7 years ago
ffb1e0a
Add type selection helper function for regex coercing tests
by emerson.prado
· 7 years ago
03168dd
Merge pull request #542 from gepoggio/pexpect-poll
by Thomas Kluyver
· 8 years ago
bbe53ac
Merge pull request #551 from gsauthof/fix-logfile-example
by Thomas Kluyver
· 8 years ago
fb077dc
Fix logfile example for Python 3
by Georg Sauthoff
· 8 years ago
f00f9c2
add use_poll to pxssh
by Gerardo Poggio
· 8 years ago
8310522
Merge pull request #538 from cclauss/patch-2
by Thomas Kluyver
· 8 years ago
5a0746f
Travis CI: Insert the missing ':'
by cclauss
· 8 years ago
15913d9
Merge pull request #535 from cclauss/patch-1
by Thomas Kluyver
· 8 years ago
f8a365c
Travis CI: Remove Python 3.3 and add Python 3.7
by cclauss
· 8 years ago
b25d39e
Merge pull request #522 from stanislavlevin/fix_test_bash
by Thomas Kluyver
· 8 years ago
462cf15
Merge pull request #524 from stanislavlevin/fix_test_before_across_chunks
by Thomas Kluyver
· 8 years ago
Next »