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
/
pxssh.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
display expected prompt as PROMPT, not PROMPT_SET_SH
issue-42-cannot-implicit-bytes-to-str
jquast
2014-03-07
1
-1
/
+1
*
closes issue #42, self.buffer decoded implicitly
jquast
2014-03-06
1
-1
/
+3
*
Update pxssh example for Python 3
Thomas Kluyver
2014-01-23
1
-10
/
+10
*
Polish pxssh docstrings
Thomas Kluyver
2014-01-23
1
-19
/
+27
*
Make code style more regular
Thomas Kluyver
2014-01-23
1
-24
/
+21
*
Fix documentation of using auto_prompt_reset.
Thomas Kluyver
2014-01-23
1
-4
/
+3
*
Cleanup of unused import and loop exit strategy in try_read_prompt
Joel Edwards
2013-12-11
1
-4
/
+1
*
Switched to a simpler approache for appending to the prompt
Joel Edwards
2013-12-11
1
-11
/
+3
*
Removed call to self._coerce_read_string in try_read_prompt
Joel Edwards
2013-12-11
1
-1
/
+1
*
Removed coerce_result argument from pexpect read_nonblocking method.
Joel Edwards
2013-12-11
1
-1
/
+1
*
__init__.py (pexpect)
Joel Edwards
2013-12-11
1
-4
/
+12
*
Cleaned up prompt synchronization
Joel Edwards
2013-12-11
1
-24
/
+36
*
Added a control arguments to pxssh login method
Joel Edwards
2013-12-11
1
-14
/
+42
*
Add test for pxssh module
Thomas Kluyver
2013-10-21
1
-1
/
+0
*
Fix some imports
Thomas Kluyver
2013-09-25
1
-2
/
+1
*
Document pxssh module
Thomas Kluyver
2013-09-25
1
-9
/
+11
*
Move psh and pxssh into pexpect
Thomas Kluyver
2013-09-19
1
-0
/
+347
*
Moved everything up one directory level.
Noah Spurrier
2012-10-26
1
-347
/
+0
*
This is mostly an update to the license.
Noah Spurrier
2012-10-25
1
-38
/
+74
*
I changed the name of a method. It was driving me nuts.
noah
2008-02-09
1
-2
/
+2
*
Added patch by John Spiegel john at jspiegel.net.
noah
2008-02-09
1
-2
/
+6
*
Small doc change.
noah
2007-08-29
1
-9
/
+9
*
Added Andrew Stone to credits also added his cache clearing patch.
noah
2007-06-27
1
-0
/
+3
*
Fixed minor bug in searcher_string.search. Forgot to index _string to get at ...
noah
2007-06-27
1
-1
/
+2
*
Added comment abou SSH_ASKPASS pissing me off.
noah
2007-05-04
1
-0
/
+6
*
Spellchecked comments with vim70.
noah
2007-03-26
1
-1
/
+2
*
Updated docs.
noah
2007-03-07
1
-2
/
+2
*
Got rid of two comment lines.
noah
2007-03-05
1
-2
/
+0
*
Updated docs.
noah
2007-02-15
1
-53
/
+66
*
Checkpoint. Added some enhancements to pxssh.py
noah
2007-02-11
1
-47
/
+131
*
check point. added CWD and fixing hive.py.
noah
2007-01-23
1
-2
/
+2
*
Got rid of old code.
noah
2006-12-22
1
-6
/
+0
*
Trying to make prompt setting more clear
noah
2006-10-25
1
-13
/
+11
*
Enhanced pxssh.py so that login() will take a flag to determin
noah
2006-10-25
1
-12
/
+28
*
checkpoint
noah
2006-10-20
1
-5
/
+7
*
Just added a note about super.
noah
2006-09-08
1
-7
/
+10
*
How did this disappear?
noah
2006-08-27
1
-0
/
+1
*
Refining the code.
noah
2006-08-21
1
-31
/
+64
*
Changed pxssh to raise exceptions instead of returning False.
noah
2006-08-18
1
-8
/
+21
*
Added some svn:keywords
noah
2006-08-12
1
-0
/
+4
*
Fix suggested by Jo Schaeffer.
noah
2006-08-03
1
-1
/
+1
*
Checkpoint.
noah
2006-07-21
1
-2
/
+4
*
Cleaned up pxssh. It's now a little bit more of beta quality.
noah
2006-05-22
1
-45
/
+58
*
tweaked timeout on prompt()
noah
2006-03-13
1
-2
/
+2
*
Made ANSI a file-like class (close enough for pexpect logging to work).
noah
2006-03-07
1
-5
/
+14
*
Decided to start looking at bd_server again. Made CLI options better.
noah
2006-03-03
1
-3
/
+2
*
Keeping track of multiple instances of pxssh and synchronizing the
noah
2006-02-19
1
-24
/
+0
*
checkpoint
noah
2006-02-18
1
-12
/
+3
*
Added Alexander Gattin's changes to support setting environment.
noah
2006-02-18
1
-22
/
+28
*
Added some changes suggested by Nicolas Cesar.
noah
2006-02-17
1
-14
/
+42
[next]