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
/
test_eventlet.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use deprecated functions in tests
Victor Stinner
2015-01-06
1
-5
/
+5
*
rename the project from aiogreen to aioeventlet
Victor Stinner
2014-12-03
1
-25
/
+25
*
Rename the link_future() function to yield_future()
Victor Stinner
2014-12-03
1
-15
/
+15
*
fix pyflakes warnings
Victor Stinner
2014-11-25
1
-1
/
+1
*
tests: check also the exception message
Victor Stinner
2014-11-24
1
-4
/
+9
*
cleanup tests
Victor Stinner
2014-11-22
1
-33
/
+18
*
link_future() only accepts coroutine objects, not coroutine functions
Victor Stinner
2014-11-22
1
-0
/
+17
*
tests: use shorter delays
Victor Stinner
2014-11-22
1
-14
/
+15
*
link_future() now accepts coroutine objects
Victor Stinner
2014-11-22
1
-8
/
+39
*
link_future() now raises an exception if it is called from the greenthread of
Victor Stinner
2014-11-22
1
-7
/
+45
*
wrap_greenthread() now raises an exception if the greenthread is running
Victor Stinner
2014-11-21
1
-21
/
+44
*
In debug mode, wrap_greenthread() now logs a warning if the greenthead is
Victor Stinner
2014-11-21
1
-0
/
+15
*
wrap_greenthread() now also works on greenlet objects
Victor Stinner
2014-11-21
1
-4
/
+86
*
remove old code
Victor Stinner
2014-11-21
1
-36
/
+0
*
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
*
In debug mode, detect calls to call_soon() from greenthreads which are not
Victor Stinner
2014-11-21
1
-1
/
+25
*
add eventlet tests
Victor Stinner
2014-11-21
1
-0
/
+26