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
path:
root
/
pexpect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 'origin/master' into 'setwinsize_on_spawn'
Jeff Quast
2015-09-18
8
-141
/
+169
|
\
|
*
Allow {p}.interact(escape_character=None)
Jeff Quast
2015-09-18
1
-7
/
+8
|
*
Merge pull request #239 from takluyver/more-encoding-parameters
Jeff Quast
2015-09-15
3
-7
/
+13
|
|
\
|
|
*
Add encoding parameter for fdspawn
Thomas Kluyver
2015-09-12
1
-3
/
+6
|
|
*
Fix for pxssh when reading unicode
Thomas Kluyver
2015-09-12
1
-1
/
+1
|
|
*
Add encoding parameter to pxsshu
Thomas Kluyver
2015-09-12
1
-2
/
+5
|
|
*
Update docstring mention of unicode interface
Thomas Kluyver
2015-09-12
1
-1
/
+1
|
*
|
Fix Typo
Patrick Yevsukov
2015-09-15
1
-1
/
+1
|
*
|
Deprecation warning in pexpect.screen
Thomas Kluyver
2015-09-12
1
-0
/
+7
|
|
/
|
*
Merge pull request #236 from takluyver/restore-fdspawn-send
Thomas Kluyver
2015-09-12
1
-0
/
+24
|
|
\
|
|
*
Restore send/write methods to fdpexpect
Thomas Kluyver
2015-09-09
1
-0
/
+24
|
*
|
Merge pull request #182 from takluyver/reintegrate-unicode
Thomas Kluyver
2015-09-09
4
-115
/
+93
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix deprecated runu function
Thomas Kluyver
2015-02-27
1
-1
/
+2
|
|
*
Deprecate runu function
Thomas Kluyver
2015-02-26
1
-20
/
+15
|
|
*
Integrate unicode API into spawn, rather than subclassing
Thomas Kluyver
2015-02-26
3
-95
/
+77
|
*
|
accept unicode cmd on Python 2
Min RK
2015-06-16
1
-1
/
+2
|
*
|
Tests cases and documentation to supplement wait()
Jeff Quast
2015-04-26
1
-1
/
+8
|
*
|
Merge pull request #202 from detly/eof-fix
Thomas Kluyver
2015-04-25
1
-1
/
+2
|
|
\
\
|
|
*
|
Set flag_eof in async protocol. Fixes #200.
Jason Heeris
2015-04-07
1
-1
/
+2
|
|
|
/
|
*
|
Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenv
Jeff Quast
2015-04-24
1
-1
/
+1
|
|
\
\
|
|
*
|
FreeBSD: Document magic max canon value of 1920
Jeff Quast
2015-02-22
1
-1
/
+1
|
|
|
/
|
*
|
Merge pull request #178 from pexpect/support-method-as-run-event-callback
Jeff Quast
2015-04-24
1
-5
/
+8
|
|
\
\
|
|
*
|
Document that a method may also be used.
Jeff Quast
2015-02-14
1
-2
/
+2
|
|
*
|
Display well-formed TypeError for events callback
Jeff Quast
2015-02-14
1
-1
/
+3
|
|
*
|
PEP8: do not use backslash continuation char '\'
Jeff Quast
2015-02-14
1
-2
/
+2
|
|
*
|
Begin __version__ "4.0.dev"
Jeff Quast
2015-02-14
1
-1
/
+1
|
|
*
|
Updated Error message to mention MethodType
Samuel Bancal
2015-02-12
1
-1
/
+1
|
|
*
|
Allows also method callback for events argument in pexpect.run()
Samuel Bancal
2015-02-12
1
-1
/
+2
|
|
|
/
|
*
|
Fix async expect when data was already read
Thomas Kluyver
2015-03-31
1
-3
/
+4
|
|
/
*
|
Added dimension argument to `pexpect.run()/runu()`.
Jason Heeris
2015-03-21
1
-2
/
+2
*
|
Allow specifying screen size for the subprocess in pexpect.spawn().
Jason Heeris
2015-03-16
1
-3
/
+11
|
/
*
Merge pull request #106 from pexpect/issue-104-cannot-exec-setuids
Thomas Kluyver
2014-12-20
2
-32
/
+18
|
\
|
*
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-12-19
1
-5
/
+15
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-12-18
10
-1904
/
+1656
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuids
Jeff Quast
2014-11-23
8
-132
/
+367
|
|
\
\
\
|
*
|
|
|
Closes issue #104 -- cannot execute sudo(8)
jquast
2014-08-24
1
-32
/
+16
*
|
|
|
|
Merge pull request #164 from takluyver/contextmanager
Jeff Quast
2014-12-19
1
-0
/
+9
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Allow spawn() and friends to be used as context managers
Thomas Kluyver
2014-12-19
1
-0
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Allow the user to specify a preexec_fn, which will be passed to ptyprocess
Thomas Kluyver
2014-12-11
1
-5
/
+15
*
|
|
|
ptyprocess API changed to a single preexec_fn function
Thomas Kluyver
2014-12-11
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #79 from pexpect/doc-and-test-max-canon
Thomas Kluyver
2014-11-25
1
-3
/
+36
|
\
\
\
|
*
|
|
all together -> altogether (thanks TK)
Jeff Quast
2014-11-25
1
-1
/
+1
|
*
|
|
docstring grammer fixes in send*() function
doc-and-test-max-canon
Jeff Quast
2014-11-24
1
-3
/
+3
|
*
|
|
Tell about MAX_CANON in send*() functions
Jeff Quast
2014-11-24
1
-3
/
+36
*
|
|
|
Change run* timeout=-1 -> timeout=30
Jeff Quast
2014-11-24
1
-2
/
+2
|
/
/
/
*
|
|
allow user to specify SSH options via the constructor parametere options
Radomirs Cirskis
2014-11-25
1
-2
/
+11
*
|
|
allow user to specify SSH options via pxssh.options dictionary
Rad Cirskis
2014-11-25
1
-2
/
+6
*
|
|
Merge pull request #123 from pexpect/use-ptyprocess
Thomas Kluyver
2014-11-23
8
-1913
/
+1617
|
\
\
\
|
*
|
|
Fix failure in str(spawnobj) before any output
Jeff Quast
2014-11-23
1
-2
/
+4
|
*
|
|
Not all spawn classes have a kill method
Thomas Kluyver
2014-11-23
1
-4
/
+0
[next]