summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fixed examples.Andrew Dunai2018-01-031-2/+4
|
* python 3 compatibility changesLars Kellogg-Stedman2017-12-248-30/+43
| | | | | this updates the syntax in many of the examples so that they run under both python 2 and python 3.
* Add an example that uses asyncio.Eevee (Alex Munroe)2014-06-031-0/+186
|
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-112-2/+2
|
* Fix up the Twisted example.Eevee (Alex Munroe)2014-05-111-7/+16
|
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-1111-321/+321
|
* fix typos in examplesPaul Ivanov2014-02-216-8/+8
|
* docs: pop_up and subproc examplesIan Ward2014-01-041-1/+4
|
* remove urwid symlinks, use setup.py develop insteadIan Ward2013-12-261-1/+0
|
* allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-3/+6
|
* merge feature-containersIan Ward2012-03-071-18/+15
|\
| * tour.py: update Padding widgets to use left, right parameters; add max_width ↵Ian Ward2012-01-011-18/+15
| | | | | | | | | | | | | | for GridFlow Padding --HG-- branch : feature-containers
* | tour.py: correct "Weight 6" column labelIan Ward2011-12-281-1/+1
|/
* move docs to docs/ and provide build scriptIan Ward2011-11-291-0/+1
| | | | | | | --HG-- rename : docgen_reference.py => docs/build/docgen_reference.py rename : docgen_tutorial.py => docs/build/docgen_tutorial.py rename : tmpl_tutorial.html => docs/build/tmpl_tutorial.html
* move examples to examples/Ian Ward2011-11-2918-0/+4182
--HG-- rename : bigtext.py => examples/bigtext.py rename : browse.py => examples/browse.py rename : calc.py => examples/calc.py rename : dialog.py => examples/dialog.py rename : edit.py => examples/edit.py rename : fib.py => examples/fib.py rename : graph.py => examples/graph.py rename : input_test.py => examples/input_test.py rename : lcd_cf635.py => examples/lcd_cf635.py rename : palette_test.py => examples/palette_test.py rename : pop_up.py => examples/pop_up.py rename : subproc.py => examples/subproc.py rename : subproc2.py => examples/subproc2.py rename : terminal.py => examples/terminal.py rename : tour.py => examples/tour.py rename : treesample.py => examples/treesample.py rename : twisted_serve_ssh.py => examples/twisted_serve_ssh.py rename : twisted_serve_ssh.tac => examples/twisted_serve_ssh.tac