summaryrefslogtreecommitdiff
path: root/urwid/main_loop.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-281-1/+5
|\
| * Silly changes to enable windows support.Devin Jeanpierre2014-04-281-1/+5
* | fix restructured text typoPaul Ivanov2014-02-201-1/+1
* | fix TornadoEventLoop remove_alarmIan Ward2013-12-261-4/+16
* | fix TornadoEventLoop enter idleIan Ward2013-12-261-3/+25
* | TornadoEventLoop: use new shared event loop testsIan Ward2013-12-261-91/+0
* | Merge TornadoEventLoop from aglyzovIan Ward2013-12-261-0/+201
|\ \
| * | see: from __future__ import bracesIan Ward2013-12-261-32/+27
| * | revert whitespace changesIan Ward2013-12-261-4/+4
| * | replaced WeakValueDictionary with a simple dict in TornadoEventLoopAlexander Glyzov2013-12-251-4/+3
| * | more robust poll object patching (works on Linux, *BSD & OSX)Alexander Glyzov2013-05-311-13/+22
| * | added main_loop.TornadoEventLoop implementationAlexander Glyzov2013-05-301-5/+203
| |/
* | define TwistedEventLoop even for python3 (tests still disabled)Ian Ward2013-12-261-176/+171
* | rewrite event loop doctests as unit testsIan Ward2013-12-261-211/+0
* | GLibEventLoop works with python3 and gobject introspectionIsrael Garcia2013-12-221-9/+9
* | allow GLibEventLoop w/ python3Ian Ward2013-12-221-206/+206
|/
* Merge feature-sphinxIan Ward2012-10-101-249/+320
|\
| * docs: update MainLoop docstringsIan Ward2012-08-251-76/+96
| * start documenting command namesIan Ward2012-07-141-2/+2
| * fix typo in MainLoop.draw_screen's docstringPatrick Totzke2012-05-291-1/+1
| * doc: sphinx params for Main Event LoopsPatrick Totzke2012-05-201-30/+35
| * main_loop: move __init__ param docs back to __init__, hide doctests that aren...Ian Ward2012-03-281-86/+110
| * main_loop: move all reference docs into docstringsIan Ward2012-03-281-9/+21
| * main_loop: move confusing doctests out of runctions appearing in referenceIan Ward2012-03-271-53/+67
| * incorporate reference docs into main_loop docstringsIan Ward2012-03-271-140/+136
* | MainLoop: when input fs are removed remove input timeout callback as wellIan Ward2012-09-251-4/+7
* | unit test for alarms and screen event loopsIan Ward2012-07-261-0/+21
* | fix for alarms and screen event loops (e.g. curses_display)Ian Ward2012-07-261-3/+3
* | fix: typo in commentMatthijs Kooijman2012-06-271-1/+1
|/
* clean up many warnings from pyflakesIan Ward2012-03-171-1/+1
* fix for MainLoop.remove_watch_pipe()Ian Ward2012-03-081-1/+1
* main_loop: don't send window resize events as keypresses to widgetsIan Ward2011-11-291-0/+2
* gpm: when gpm_mev fails remove it cleanly from watched fdsIan Ward2011-09-101-7/+22
* include PopUpTarget widget and popup.py example, MainLoop optionIan Ward2011-07-071-19/+34
* use main_loop and no magic for vterm updatesIan Ward2011-07-051-0/+40
* watch_pipe convenience method for signalling thread/process running MainLoopIan Ward2011-07-051-3/+45
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-1/+2
* fix more imports for python3Ian Ward2011-01-251-1/+1
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-440/+440
* emulate enter_idle callback for twisted event loopIan Ward2010-12-251-8/+66
* fix glib enter_idleIan Ward2010-12-251-17/+73
* essentially working draw_screen on enter idle (SelectEventLoop only)Ian Ward2010-08-091-22/+74
* fix resize events not redrawing screenIan Ward2010-05-201-0/+1
* use reactor.stop instead of crash, document warning about the way twisted lik...Ian Ward2010-03-231-39/+28
* MainLoop: on update only draw_screen if input is handled, unhandled_input mus...Ian Ward2010-03-101-6/+30
* Remove unnecessary use of "except:" (without an exception class).Marien Zwart2010-03-071-1/+1
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-1/+0
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-1/+1
* remove twisted_main_loop (replaced by MainLoop and TwistedEventLoop)Ian Ward2009-11-101-147/+0