summaryrefslogtreecommitdiff
path: root/urwid/web_display.py
Commit message (Expand)AuthorAgeFilesLines
* Fix input handling and extra type annotations (#530)Alexey Stepanov2023-04-051-8/+18
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-29/+31
* Python dual support (#266)Andrew Dunai2018-01-041-2/+6
* Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-2/+5
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-0/+2
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-3/+3
* Fix `except ... as`.Eevee (Alex Munroe)2014-05-111-1/+1
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-80/+80
* allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-1/+1
* clean up many warnings from pyflakesIan Ward2012-03-171-6/+6
* minor changes to string encoding fixIan Ward2011-10-201-5/+4
* fixed broken string encoding for 'os.write'sGordin2011-10-181-1/+1
* Updated to work with python 3.Wendell2010-05-241-1/+2
* Remove unnecessary use of "except:" (without an exception class).Marien Zwart2010-03-071-2/+4
* Stop using backticks for reprs.Marien Zwart2010-03-071-1/+1
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-4/+4
* add do-nothing web_display.Screen.set_input_timeouts for MainLoop compatibilityIan Ward2009-11-071-0/+2
* untab web_display.pyIan Ward2009-11-071-873/+873
* Backed out changeset 528cbaff67ac initial wsgi workIan Ward2008-08-031-123/+56
* initial wsgi workian2008-04-021-56/+123
* shell.py use generic_main_loop(). generic_main_loop() allow already start()ed...ian2007-10-271-0/+8
* new tty_signal_keys() method allows set/get tty signal keys. Can now read ^C...ian2007-05-061-0/+4
* start() and stop() for web_display and html_fragmentian2007-02-271-28/+40
* update web_display and html_fragment for new Canvas classesian2007-02-251-61/+46
* add clear() method to Screen classes, closes #17release-0.9.7.2ian2007-01-031-0/+11
* release 0.9.3release-0.9.3ian2006-04-141-2/+13
* release 0.9.0-pre1release-0.9.0-pre1ian2006-02-081-1/+1
* release 0.8.10release-0.8.10ian2005-11-271-5/+5
* release 0.8.9release-0.8.9ian2005-11-211-10/+17
* release 0.8.8release-0.8.8ian2005-06-131-0/+1045