summaryrefslogtreecommitdiff
path: root/pexpect/pxssh.py
Commit message (Expand)AuthorAgeFilesLines
* display expected prompt as PROMPT, not PROMPT_SET_SHissue-42-cannot-implicit-bytes-to-strjquast2014-03-071-1/+1
* closes issue #42, self.buffer decoded implicitlyjquast2014-03-061-1/+3
* Update pxssh example for Python 3Thomas Kluyver2014-01-231-10/+10
* Polish pxssh docstringsThomas Kluyver2014-01-231-19/+27
* Make code style more regularThomas Kluyver2014-01-231-24/+21
* Fix documentation of using auto_prompt_reset.Thomas Kluyver2014-01-231-4/+3
* Cleanup of unused import and loop exit strategy in try_read_promptJoel Edwards2013-12-111-4/+1
* Switched to a simpler approache for appending to the promptJoel Edwards2013-12-111-11/+3
* Removed call to self._coerce_read_string in try_read_promptJoel Edwards2013-12-111-1/+1
* Removed coerce_result argument from pexpect read_nonblocking method.Joel Edwards2013-12-111-1/+1
* __init__.py (pexpect)Joel Edwards2013-12-111-4/+12
* Cleaned up prompt synchronizationJoel Edwards2013-12-111-24/+36
* Added a control arguments to pxssh login methodJoel Edwards2013-12-111-14/+42
* Add test for pxssh moduleThomas Kluyver2013-10-211-1/+0
* Fix some importsThomas Kluyver2013-09-251-2/+1
* Document pxssh moduleThomas Kluyver2013-09-251-9/+11
* Move psh and pxssh into pexpectThomas Kluyver2013-09-191-0/+347
* Moved everything up one directory level.Noah Spurrier2012-10-261-347/+0
* This is mostly an update to the license.Noah Spurrier2012-10-251-38/+74
* I changed the name of a method. It was driving me nuts.noah2008-02-091-2/+2
* Added patch by John Spiegel john at jspiegel.net.noah2008-02-091-2/+6
* Small doc change.noah2007-08-291-9/+9
* Added Andrew Stone to credits also added his cache clearing patch.noah2007-06-271-0/+3
* Fixed minor bug in searcher_string.search. Forgot to index _string to get at ...noah2007-06-271-1/+2
* Added comment abou SSH_ASKPASS pissing me off.noah2007-05-041-0/+6
* Spellchecked comments with vim70.noah2007-03-261-1/+2
* Updated docs.noah2007-03-071-2/+2
* Got rid of two comment lines.noah2007-03-051-2/+0
* Updated docs.noah2007-02-151-53/+66
* Checkpoint. Added some enhancements to pxssh.pynoah2007-02-111-47/+131
* check point. added CWD and fixing hive.py.noah2007-01-231-2/+2
* Got rid of old code.noah2006-12-221-6/+0
* Trying to make prompt setting more clearnoah2006-10-251-13/+11
* Enhanced pxssh.py so that login() will take a flag to determinnoah2006-10-251-12/+28
* checkpointnoah2006-10-201-5/+7
* Just added a note about super.noah2006-09-081-7/+10
* How did this disappear?noah2006-08-271-0/+1
* Refining the code.noah2006-08-211-31/+64
* Changed pxssh to raise exceptions instead of returning False.noah2006-08-181-8/+21
* Added some svn:keywordsnoah2006-08-121-0/+4
* Fix suggested by Jo Schaeffer.noah2006-08-031-1/+1
* Checkpoint.noah2006-07-211-2/+4
* Cleaned up pxssh. It's now a little bit more of beta quality.noah2006-05-221-45/+58
* tweaked timeout on prompt()noah2006-03-131-2/+2
* Made ANSI a file-like class (close enough for pexpect logging to work).noah2006-03-071-5/+14
* Decided to start looking at bd_server again. Made CLI options better.noah2006-03-031-3/+2
* Keeping track of multiple instances of pxssh and synchronizing thenoah2006-02-191-24/+0
* checkpointnoah2006-02-181-12/+3
* Added Alexander Gattin's changes to support setting environment.noah2006-02-181-22/+28
* Added some changes suggested by Nicolas Cesar.noah2006-02-171-14/+42