summaryrefslogtreecommitdiff
path: root/examples/topip.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix old import pathWataru Ashihara2019-11-101-1/+1
|
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-171-3/+3
| | | | https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
* Don't catch unhandled exceptions in examples.Thomas Kluyver2013-12-131-11/+1
| | | | Let Python handle printing a traceback and exiting in these cases.
* 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.
* Add some Python 3 supportSteven Myint2013-10-041-15/+18
|
* ModernizeSteven Myint2013-10-041-25/+29
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+301