summaryrefslogtreecommitdiff
path: root/urwid/tests/test_event_loops.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect type cast in vterm (`apply_mapping` should return `bytes`) (#545)Alexey Stepanov2023-04-251-24/+49
* [BREAKING CHANGE] Fixes: #90 Remove idle emulation from asyncio event loop (#...Alexey Stepanov2023-04-211-2/+3
* [BREAKING CHANGE] Refactoring: Split event loop in several modules (#537)Alexey Stepanov2023-04-181-0/+2
* Update readme and build system (#526)Alexey Stepanov2023-04-031-23/+21
* Python 37+ initial migration (#522)Alexey Stepanov2023-03-311-6/+6
* Test fixes (#524)Alexey Stepanov2023-03-291-3/+3
* make tests compatible with Python 3.11 (#517)Robert Schütz2023-03-281-4/+3
* TrioEventLoop: removed convoluted cancel scope handlingTamas Nepusz2019-11-051-6/+37
* added TrioEventLoopTamas Nepusz2019-10-241-0/+18
* fix asyncio event loop test on py3.4max ulidtko2019-08-091-0/+4
* Add test case for exceptions caught in coroutinesnocarryr2018-02-121-0/+11
* Fix .with_traceback for Python 2.x and add tests to cover this (#275)Andrew Dunai2018-01-181-0/+14
* Fixing test timings.Andrew Dunai2018-01-171-7/+2
* Twisted bug.Andrew Dunai2018-01-171-0/+5
* fix test_remove_watch_file flakinessMichael Hudson-Doyle2017-06-071-3/+8
* Add AsyncioEventLoop. Fixes #52.Eevee (Alex Munroe)2014-05-111-1/+17
* fix tests for python2.6Ian Ward2014-04-041-6/+6
* loosen event loop tests to avoid false failuresIan Ward2014-04-041-3/+6
* TornadoEventLoop: use new shared event loop testsIan Ward2013-12-261-0/+12
* test twisted+glib when they are importableIan Ward2013-12-261-4/+10
* no glib for pypy, no twisted for python3Ian Ward2013-12-261-33/+38
* rewrite event loop doctests as unit testsIan Ward2013-12-261-0/+105