summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #604 from eldipa/Issue-587-Example-PyteRed_M2022-02-061-0/+120
|\ | | | | Examples of how to use Pexpect and Pyte (issue #587)
| * Examples of how to use Pexpect and Pyte (issue #587)Martin Di Paola2019-12-081-0/+120
| |
* | Fix simple typo: expcet -> exceptTim Gates2019-12-141-1/+1
|/ | | | Closes #607
* Fix old import pathWataru Ashihara2019-11-106-6/+6
|
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-177-21/+21
| | | | https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
* Spelling fixesVille Skyttä2017-09-152-7/+7
|
* Remove reference to missing scriptTodd McDaniel2016-10-301-4/+1
| | | | Remove reference to missing sshls.py script in examples
* change passmass example to not log writesJoel Collins2016-03-031-1/+1
|
* fix passmass exampleJoel Collins2016-03-031-1/+1
|
* Remove confusing comment in daemonize() of example/cgishell.cgiRick Lin2014-11-211-2/+2
|
* remove all unnecessary importsjquast2014-06-015-9/+9
|
* Don't catch unhandled exceptions in examples.Thomas Kluyver2013-12-136-68/+18
| | | | Let Python handle printing a traceback and exiting in these cases.
* Remove unhelpful examplesThomas Kluyver2013-12-026-1717/+0
|
* Update John Malkovich tooSteven Myint2013-10-081-3/+3
|
* Add note about unicode_literals and spawnuSteven Myint2013-10-083-1/+14
|
* Avoid "spawnu" to match pxssh interfaceSteven Myint2013-10-071-2/+3
| | | | | It looks like no one ever tested the ssh case, as "use_localhost" was not even defined in the "False" case.
* Use unicode literalsSteven Myint2013-10-071-2/+2
|
* Use "items()" instead of "iteritems()"Steven Myint2013-10-041-2/+2
|
* Use print functionSteven Myint2013-10-041-34/+38
|
* Update conditional to match "__func__" accessSteven Myint2013-10-041-1/+1
|
* Use print functionSteven Myint2013-10-041-6/+9
|
* Add some Python 3 supportSteven Myint2013-10-049-22/+67
|
* Support Python 3Steven Myint2013-10-041-0/+8
|
* Fix indentationSteven Myint2013-10-041-36/+36
|
* ModernizeSteven Myint2013-10-0419-346/+417
|
* Fix mixture of tabs and spacesSteven Myint2013-10-044-171/+165
|
* Moved everything up one directory level.Noah Spurrier2012-10-2623-0/+4735