index
:
delta/python-packages/urwid.git
faster-import
fix-error-term-settings
fix-py34-tests
fix-screenshot-race
fix_404_high_color
freebsd_fix
ftr-containers
ftr-sphinx
gh-pages
hashbang-env
locale-fix
master
old-0.9.9
old-1.0
old-1.1
old-1.2
py3
python-dual-support
python33-twisted-bug
remove-enter-idle
unittests-1
urwid-windows
github.com: wardi/urwid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
urwid
/
main_loop.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP: remove enter_idle from event loops
remove-enter-idle
Ian Ward
2014-11-23
1
-242
/
+10
*
Stop screen even without external event loop
Jonas Wielicki
2014-07-09
1
-1
/
+4
*
Fix a doctest.
Eevee (Alex Munroe)
2014-06-03
1
-7
/
+7
*
MainLoop.start/stop now start/stop the screen, too.
Eevee (Alex Munroe)
2014-06-03
1
-2
/
+5
*
Make BaseScreen.start() and stop() idempotent.
Eevee (Alex Munroe)
2014-06-03
1
-8
/
+8
*
Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.
Eevee (Alex Munroe)
2014-06-03
1
-1
/
+3
*
Split up MainLoop._run, so the loop can be managed outside urwid.
Eevee (Alex Munroe)
2014-05-11
1
-18
/
+50
*
Add AsyncioEventLoop. Fixes #52.
Eevee (Alex Munroe)
2014-05-11
1
-3
/
+118
*
Fix `except ... as`.
Eevee (Alex Munroe)
2014-05-11
1
-1
/
+1
*
Fix up the Twisted example.
Eevee (Alex Munroe)
2014-05-11
1
-2
/
+2
*
Have the Screen call back into MainLoop on new input.
Eevee (Alex Munroe)
2014-05-11
1
-32
/
+7
*
Push input-watching down into the Screen.
Eevee (Alex Munroe)
2014-05-11
1
-11
/
+5
*
Fix all trailing whitespace.
Eevee (Alex Munroe)
2014-05-11
1
-5
/
+5
*
Merge branch 'urwid-windows'
urwid-windows
Ian Ward
2014-04-28
1
-1
/
+5
|
\
|
*
Silly changes to enable windows support.
Devin Jeanpierre
2014-04-28
1
-1
/
+5
*
|
fix restructured text typo
Paul Ivanov
2014-02-20
1
-1
/
+1
*
|
fix TornadoEventLoop remove_alarm
Ian Ward
2013-12-26
1
-4
/
+16
*
|
fix TornadoEventLoop enter idle
Ian Ward
2013-12-26
1
-3
/
+25
*
|
TornadoEventLoop: use new shared event loop tests
Ian Ward
2013-12-26
1
-91
/
+0
*
|
Merge TornadoEventLoop from aglyzov
Ian Ward
2013-12-26
1
-0
/
+201
|
\
\
|
*
|
see: from __future__ import braces
Ian Ward
2013-12-26
1
-32
/
+27
|
*
|
revert whitespace changes
Ian Ward
2013-12-26
1
-4
/
+4
|
*
|
replaced WeakValueDictionary with a simple dict in TornadoEventLoop
Alexander Glyzov
2013-12-25
1
-4
/
+3
|
*
|
more robust poll object patching (works on Linux, *BSD & OSX)
Alexander Glyzov
2013-05-31
1
-13
/
+22
|
*
|
added main_loop.TornadoEventLoop implementation
Alexander Glyzov
2013-05-30
1
-5
/
+203
|
|
/
*
|
define TwistedEventLoop even for python3 (tests still disabled)
Ian Ward
2013-12-26
1
-176
/
+171
*
|
rewrite event loop doctests as unit tests
Ian Ward
2013-12-26
1
-211
/
+0
*
|
GLibEventLoop works with python3 and gobject introspection
Israel Garcia
2013-12-22
1
-9
/
+9
*
|
allow GLibEventLoop w/ python3
Ian Ward
2013-12-22
1
-206
/
+206
|
/
*
Merge feature-sphinx
Ian Ward
2012-10-10
1
-249
/
+320
|
\
|
*
docs: update MainLoop docstrings
Ian Ward
2012-08-25
1
-76
/
+96
|
*
start documenting command names
Ian Ward
2012-07-14
1
-2
/
+2
|
*
fix typo in MainLoop.draw_screen's docstring
Patrick Totzke
2012-05-29
1
-1
/
+1
|
*
doc: sphinx params for Main Event Loops
Patrick Totzke
2012-05-20
1
-30
/
+35
|
*
main_loop: move __init__ param docs back to __init__, hide doctests that aren...
Ian Ward
2012-03-28
1
-86
/
+110
|
*
main_loop: move all reference docs into docstrings
Ian Ward
2012-03-28
1
-9
/
+21
|
*
main_loop: move confusing doctests out of runctions appearing in reference
Ian Ward
2012-03-27
1
-53
/
+67
|
*
incorporate reference docs into main_loop docstrings
Ian Ward
2012-03-27
1
-140
/
+136
*
|
MainLoop: when input fs are removed remove input timeout callback as well
Ian Ward
2012-09-25
1
-4
/
+7
*
|
unit test for alarms and screen event loops
Ian Ward
2012-07-26
1
-0
/
+21
*
|
fix for alarms and screen event loops (e.g. curses_display)
Ian Ward
2012-07-26
1
-3
/
+3
*
|
fix: typo in comment
Matthijs Kooijman
2012-06-27
1
-1
/
+1
|
/
*
clean up many warnings from pyflakes
Ian Ward
2012-03-17
1
-1
/
+1
*
fix for MainLoop.remove_watch_pipe()
Ian Ward
2012-03-08
1
-1
/
+1
*
main_loop: don't send window resize events as keypresses to widgets
Ian Ward
2011-11-29
1
-0
/
+2
*
gpm: when gpm_mev fails remove it cleanly from watched fds
Ian Ward
2011-09-10
1
-7
/
+22
*
include PopUpTarget widget and popup.py example, MainLoop option
Ian Ward
2011-07-07
1
-19
/
+34
*
use main_loop and no magic for vterm updates
Ian Ward
2011-07-05
1
-0
/
+40
*
watch_pipe convenience method for signalling thread/process running MainLoop
Ian Ward
2011-07-05
1
-3
/
+45
*
clean up differing and duplicated compatibility code
Ian Ward
2011-02-08
1
-1
/
+2
[next]