index
:
delta/python-packages/pexpect.git
3.4-never-released-sadly
3.x
_is_solaris-badval
allow-disable-escape-interact
asyncio_utf8_issue
better-test-winsize
buffered-fileobj
bugfix-honor-force-close
bugfix-my_spawn-has_no-ptyproc
bugfix-virtualenv
buildbot-changes
coverage-race
coveralls
debug-asyncio-eof
default-handle-sighup-pull
desix
disable-maxcanon-test
dluyer-patch-1
doc-and-test-max-cannon-2
doc-and-test-max-canon
docfix-no-other-pexpect
docs-revision-1
docs-revision-2
docs-revision-3
docs-revision-4
document-blocking-write
failed-str-self
faq-about-gevent
faq-pyte-redirect
fix-occasionally-failing-solaris-setwinsize
freebsd-support
include-coveragerc-in-sdist
incremental-decoder
interact-does-not-detect-eof
interact-logfix
issue-103-filedes-leak
issue-104-cannot-exec-setuids
issue-20
issue-20-close-shouldnt-sleep
issue-20-travis-improving
issue-20-try-2
issue-42-cannot-implicit-bytes-to-str
issue-44-solaris-support
issue-44-solaris-try-2
issue-44-solaris-try-3
issue-49-cannot-exit-fdspawned-interact
issue-86-and-100-stdin-closed
locale-preffered-encoding
mac-test-readlines
master
more-exacting-which
more-utf8-tests
noexception-on-wait-after-terminate
occasionally-failing-testcases
optional-ignore-sighup
propose-more-reliable-terminate
read_more_bytes
replwrap-continuation-timeout-results
replwrap-test-fixes
resolve-eof-unicode-osx-sunos
restore-posix
setecho-in-bash-replwrap-sunos
setwinsize_on_spawn
simple-ftp-example-fix
skip_pypy_eof
solaris-experiments
solaris-workarounds
suggest-support-elsewhere
superfluous-sleep
support-method-as-run-event-callback
teamcity-coverage-support
teamcity-tests-ptyprocess
timing-issue-remove
unicode-argv
use-flit
use-ptyprocess
github.com: pexpect/pexpect.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version number -> 4.3
4.3
Thomas Kluyver
2017-11-09
2
-3
/
+3
*
Release notes for 4.3
Thomas Kluyver
2017-11-09
1
-0
/
+25
*
Merge pull request #452 from orulz/issue_451_pxssh_broken_with_password_in_ba...
Thomas Kluyver
2017-11-09
1
-4
/
+4
|
\
|
*
Issue #451: Check for "password:" as password prompt instead of "password"
oevans
2017-10-25
1
-4
/
+4
|
/
*
Merge pull request #450 from tacaswell/fix_37_compat
Thomas Kluyver
2017-10-21
3
-3
/
+4
|
\
|
*
TST: add nightly to test suite
Thomas A Caswell
2017-10-21
1
-0
/
+1
|
*
FIX: rename async.py -> _async.py to avoid syntax errors in 3.7
Thomas A Caswell
2017-10-21
2
-3
/
+3
|
/
*
Merge pull request #449 from sobolevn/patch-1
Thomas Kluyver
2017-10-16
1
-1
/
+1
|
\
|
*
Updates README.rst with svg badge
Nikita Sobolev
2017-10-14
1
-1
/
+1
|
/
*
Merge pull request #447 from rob356/win32-strings
Thomas Kluyver
2017-09-28
1
-1
/
+1
|
\
|
*
Don't split cmd strings on win32
Robert Holt
2017-09-27
1
-1
/
+1
|
/
*
Merge pull request #445 from scop/36esc
Thomas Kluyver
2017-09-17
8
-24
/
+24
|
\
|
*
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-09-17
8
-24
/
+24
|
/
*
Merge pull request #446 from eli-b/patch-1
Thomas Kluyver
2017-09-16
1
-1
/
+1
|
\
|
*
Use os.name instead of sys.platform
Eli Boyarski
2017-09-16
1
-1
/
+1
|
*
Fix popen_spawn when specifying a path on Windows which contains "\" separators
Eli Boyarski
2017-09-16
1
-1
/
+1
*
|
Merge pull request #444 from scop/travis
Thomas Kluyver
2017-09-16
1
-0
/
+1
|
\
\
|
*
|
Travis: add 3.6
Ville Skyttä
2017-09-15
1
-0
/
+1
|
|
/
*
|
Merge pull request #443 from scop/spelling
Thomas Kluyver
2017-09-16
9
-16
/
+16
|
\
\
|
|
/
|
/
|
|
*
Spelling fixes
Ville Skyttä
2017-09-15
9
-16
/
+16
|
/
*
Merge branch 'master' of github.com:pexpect/pexpect
Thomas Kluyver
2017-08-22
5
-27
/
+48
|
\
|
*
Merge pull request #386 from kristopher-h/master
Thomas Kluyver
2017-08-22
1
-1
/
+4
|
|
\
|
|
*
Raise ExceptionPexpect instead of PtyProcessError in spawn.close
Kristopher H
2016-10-19
1
-1
/
+4
|
*
|
Merge pull request #431 from takluyver/i315
Thomas Kluyver
2017-08-22
2
-25
/
+37
|
|
\
\
|
|
*
|
Rename async= parameter to async_=
Thomas Kluyver
2017-07-19
2
-25
/
+37
|
*
|
|
Merge pull request #434 from takluyver/i433
Thomas Kluyver
2017-08-22
2
-1
/
+7
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Only pass strings to shlex
Thomas Kluyver
2017-07-25
2
-1
/
+7
|
|
/
/
*
|
|
Ignore failures on PyPy on Travis
Thomas Kluyver
2017-08-22
1
-0
/
+5
*
|
|
Remove superfluous imports
Thomas Kluyver
2017-08-22
1
-1
/
+0
*
|
|
Add some more explanation about pexpect on Windows
Thomas Kluyver
2017-08-22
1
-2
/
+12
|
/
/
*
|
Merge pull request #430 from nresare/patch-1
Thomas Kluyver
2017-07-18
1
-3
/
+3
|
\
\
|
*
|
Use raw strings for strings with literal backslash
Noa Resare
2017-07-17
1
-3
/
+3
|
/
/
*
|
Merge pull request #417 from TheNuclearCat/master
Thomas Kluyver
2017-05-26
1
-0
/
+1
|
\
\
|
*
|
added missing assignment of pid var to PopenSpawn class
Marc Maurer
2017-05-25
1
-0
/
+1
|
/
/
*
|
Merge pull request #376 from gescheit/master
Thomas Kluyver
2017-02-07
3
-6
/
+29
|
\
\
|
*
|
dont remove reference to _UnixReadPipeTransport
Aleksandr Balezin
2016-09-07
3
-6
/
+29
|
|
/
*
|
Merge pull request #389 from lazymutt/master
Thomas Kluyver
2016-12-21
1
-4
/
+1
|
\
\
|
*
|
Remove reference to missing script
Todd McDaniel
2016-10-30
1
-4
/
+1
|
|
/
*
|
Reword info about encoding in example
Thomas Kluyver
2016-12-06
1
-2
/
+2
*
|
Merge pull request #395 from AngusP/patch-1
Thomas Kluyver
2016-12-06
1
-2
/
+3
|
\
\
|
*
|
Update docstring for class spawn.__init__ in pty_spawn.py to remove reference...
Angus Pearson
2016-12-04
1
-2
/
+3
*
|
|
Catch error showing terminal info on Travis
Thomas Kluyver
2016-12-04
1
-3
/
+6
|
/
/
*
|
Merge pull request #392 from zkendall/patch-1
Thomas Kluyver
2016-12-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update README.rst
Zachariah Kendall
2016-12-01
1
-1
/
+1
|
/
*
Prepare to release 4.2.1
4.2.1
Thomas Kluyver
2016-08-21
3
-2
/
+9
*
Merge pull request #354 from persandstrom/master
Thomas Kluyver
2016-08-21
3
-2
/
+19
|
\
|
*
add test
Per Sandström
2016-06-14
2
-1
/
+15
|
*
Raise proper exception when connection cannot be established
Per Sandström
2016-06-12
1
-1
/
+4
*
|
Merge pull request #335 from joelcollinsdc/passmass-example-fixes
Thomas Kluyver
2016-08-20
1
-1
/
+1
|
\
\
|
*
|
change passmass example to not log writes
Joel Collins
2016-03-03
1
-1
/
+1
[next]