summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix simple typo: expcet -> exceptTim Gates2019-12-141-1/+1
* Fix old import pathWataru Ashihara2019-11-106-6/+6
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-177-21/+21
* Spelling fixesVille Skyttä2017-09-152-7/+7
* Remove reference to missing scriptTodd McDaniel2016-10-301-4/+1
* 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
* 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
* 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