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
/
tests
/
test_event_loops.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)
Alexey Stepanov
2023-04-25
1
-24
/
+49
*
[BREAKING CHANGE] Fixes: #90 Remove idle emulation from asyncio event loop (#...
Alexey Stepanov
2023-04-21
1
-2
/
+3
*
[BREAKING CHANGE] Refactoring: Split event loop in several modules (#537)
Alexey Stepanov
2023-04-18
1
-0
/
+2
*
Update readme and build system (#526)
Alexey Stepanov
2023-04-03
1
-23
/
+21
*
Python 37+ initial migration (#522)
Alexey Stepanov
2023-03-31
1
-6
/
+6
*
Test fixes (#524)
Alexey Stepanov
2023-03-29
1
-3
/
+3
*
make tests compatible with Python 3.11 (#517)
Robert Schütz
2023-03-28
1
-4
/
+3
*
TrioEventLoop: removed convoluted cancel scope handling
Tamas Nepusz
2019-11-05
1
-6
/
+37
*
added TrioEventLoop
Tamas Nepusz
2019-10-24
1
-0
/
+18
*
fix asyncio event loop test on py3.4
max ulidtko
2019-08-09
1
-0
/
+4
*
Add test case for exceptions caught in coroutines
nocarryr
2018-02-12
1
-0
/
+11
*
Fix .with_traceback for Python 2.x and add tests to cover this (#275)
Andrew Dunai
2018-01-18
1
-0
/
+14
*
Fixing test timings.
Andrew Dunai
2018-01-17
1
-7
/
+2
*
Twisted bug.
Andrew Dunai
2018-01-17
1
-0
/
+5
*
fix test_remove_watch_file flakiness
Michael Hudson-Doyle
2017-06-07
1
-3
/
+8
*
Add AsyncioEventLoop. Fixes #52.
Eevee (Alex Munroe)
2014-05-11
1
-1
/
+17
*
fix tests for python2.6
Ian Ward
2014-04-04
1
-6
/
+6
*
loosen event loop tests to avoid false failures
Ian Ward
2014-04-04
1
-3
/
+6
*
TornadoEventLoop: use new shared event loop tests
Ian Ward
2013-12-26
1
-0
/
+12
*
test twisted+glib when they are importable
Ian Ward
2013-12-26
1
-4
/
+10
*
no glib for pypy, no twisted for python3
Ian Ward
2013-12-26
1
-33
/
+38
*
rewrite event loop doctests as unit tests
Ian Ward
2013-12-26
1
-0
/
+105