index
:
delta/python-packages/aioeventlet.git
gevent
master
bitbucket.org: haypo/aioeventlet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the link_future() function
Victor Stinner
2014-11-21
1
-20
/
+6
*
Add the wrap_greenthread() function
Victor Stinner
2014-11-21
1
-18
/
+27
*
Port tests to asyncio 3.4.1
Victor Stinner
2014-11-21
1
-14
/
+18
*
example to chain a task with a coroutine
Victor Stinner
2014-11-21
1
-8
/
+70
*
call_soon() now detects automatically switch to call_soon_threadsafe() if
Victor Stinner
2014-11-21
1
-7
/
+7
*
Test for chain coroutine to greenthread
Victor Stinner
2014-11-21
1
-0
/
+104
*
Add more complex coroutine example
Victor Stinner
2014-11-21
1
-1
/
+31
*
In debug mode, detect calls to call_soon() from greenthreads which are not
Victor Stinner
2014-11-21
1
-1
/
+25
*
cleanup tests
Victor Stinner
2014-11-21
2
-3
/
+0
*
add eventlet tests
Victor Stinner
2014-11-21
1
-0
/
+26
*
add_reader() and add_writer() now cancels the previous handle
Victor Stinner
2014-11-20
1
-0
/
+49
*
Fix test_tcp_hello(): wait until the server is listening
Victor Stinner
2014-11-20
1
-2
/
+6
*
Reuse the event loop policy from asyncio/trollius
Victor Stinner
2014-11-20
1
-3
/
+6
*
port tests to python 2.6
Victor Stinner
2014-11-20
1
-1
/
+5
*
fix test_timer on windows
Victor Stinner
2014-11-20
1
-4
/
+4
*
Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event
Victor Stinner
2014-11-20
1
-2
/
+2
*
tests: each file is now executable
Victor Stinner
2014-11-19
6
-0
/
+30
*
convert last manual test to an unit test
Victor Stinner
2014-11-19
1
-0
/
+75
*
Convert more manual tests to unit tests
Victor Stinner
2014-11-19
5
-1
/
+169
*
add a first automated unit test
Victor Stinner
2014-11-19
2
-0
/
+34