| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python dual support (#266) | Andrew Dunai | 2018-01-04 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | * WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization. | ||||
| * | Make BaseScreen.start() and stop() idempotent. | Eevee (Alex Munroe) | 2014-06-03 | 1 | -2/+5 |
| | | |||||
| * | Put run_wrapper in the base class; make BaseScreen.start() a contextmanager. | Eevee (Alex Munroe) | 2014-06-03 | 1 | -0/+2 |
| | | |||||
| * | Fix some Python 3 things that work fine in 2.6 anyway. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -3/+3 |
| | | |||||
| * | Fix `except ... as`. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -1/+1 |
| | | | | | | This would normally be done with 2to3. But I'm trying to run the test suite against 3, and urwid requires 2.6 anyway. | ||||
| * | Fix all trailing whitespace. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -80/+80 |
| | | |||||
| * | allow Screen.set_mouse_tracking(False) to disable mouse tracking | Jim Garrison | 2013-03-31 | 1 | -1/+1 |
| | | |||||
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -6/+6 |
| | | |||||
| * | minor changes to string encoding fix | Ian Ward | 2011-10-20 | 1 | -5/+4 |
| | | |||||
| * | fixed broken string encoding for 'os.write's | Gordin | 2011-10-18 | 1 | -1/+1 |
| | | |||||
| * | Updated to work with python 3. | Wendell | 2010-05-24 | 1 | -1/+2 |
| | | | | | After running 2to3, testurwid.py and test_input.py both work! | ||||
| * | Remove unnecessary use of "except:" (without an exception class). | Marien Zwart | 2010-03-07 | 1 | -2/+4 |
| | | |||||
| * | Stop using backticks for reprs. | Marien Zwart | 2010-03-07 | 1 | -1/+1 |
| | | |||||
| * | Remove unused local variables (do not merge blindly! perhaps some of them ↵ | Marien Zwart | 2010-02-11 | 1 | -4/+4 |
| | | | | | *should* be used?) | ||||
| * | add do-nothing web_display.Screen.set_input_timeouts for MainLoop compatibility | Ian Ward | 2009-11-07 | 1 | -0/+2 |
| | | |||||
| * | untab web_display.py | Ian Ward | 2009-11-07 | 1 | -873/+873 |
| | | |||||
| * | Backed out changeset 528cbaff67ac initial wsgi work | Ian Ward | 2008-08-03 | 1 | -123/+56 |
| | | | | | | --HG-- extra : convert_revision : 035b9f81846f192f666b589019ca44796527e898 | ||||
| * | initial wsgi work | ian | 2008-04-02 | 1 | -56/+123 |
| | | | | | | --HG-- extra : convert_revision : 528cbaff67ac5427d62424e6218b5b06bd5ab66e | ||||
| * | shell.py use generic_main_loop(). generic_main_loop() allow already ↵ | ian | 2007-10-27 | 1 | -0/+8 |
| | | | | | | | | start()ed screens --HG-- extra : convert_revision : 9c245477237180c4a9c3f3f91706491fc3eb311a | ||||
| * | new tty_signal_keys() method allows set/get tty signal keys. Can now read ↵ | ian | 2007-05-06 | 1 | -0/+4 |
| | | | | | | | | ^C, ^S, ^A, ^Z, ^\ --HG-- extra : convert_revision : 9f8724c86bec9c66ca7f724b3a3a1eef7895d40a | ||||
| * | start() and stop() for web_display and html_fragment | ian | 2007-02-27 | 1 | -28/+40 |
| | | | | | | --HG-- extra : convert_revision : 46bea9578d4bcba7106c5fafbb8792d75f5a89c0 | ||||
| * | update web_display and html_fragment for new Canvas classes | ian | 2007-02-25 | 1 | -61/+46 |
| | | | | | | --HG-- extra : convert_revision : db2b97bd3c79265606f887547e237d24ca7572e5 | ||||
| * | add clear() method to Screen classes, closes #17release-0.9.7.2 | ian | 2007-01-03 | 1 | -0/+11 |
| | | | | | | --HG-- extra : convert_revision : 507a323a1f45de1fd01b35a930d8d04f37bb9c1c | ||||
| * | release 0.9.3release-0.9.3 | ian | 2006-04-14 | 1 | -2/+13 |
| | | | | | | --HG-- extra : convert_revision : 4422098fbd87b6ab1dd4f4a3f9dfec2ac5f87f10 | ||||
| * | release 0.9.0-pre1release-0.9.0-pre1 | ian | 2006-02-08 | 1 | -1/+1 |
| | | | | | | --HG-- extra : convert_revision : 973204ec8fda8e21585feda3fc9fdeb7722b282e | ||||
| * | release 0.8.10release-0.8.10 | ian | 2005-11-27 | 1 | -5/+5 |
| | | | | | | --HG-- extra : convert_revision : 1bce2ae83b0319f44829b0b58d233538efb66b13 | ||||
| * | release 0.8.9release-0.8.9 | ian | 2005-11-21 | 1 | -10/+17 |
| | | | | | | --HG-- extra : convert_revision : e58d42c4f024228c849d957254f78ad36cab0ec5 | ||||
| * | release 0.8.8release-0.8.8 | ian | 2005-06-13 | 1 | -0/+1045 |
| --HG-- extra : convert_revision : b614144c737007887d79aa60bc63bc3e9dd48336 | |||||
