index
:
delta/python-packages/aioeventlet.git
gevent
master
bitbucket.org: haypo/aioeventlet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
In debug mode, detect calls to call_soon() from greenthreads which are not
Victor Stinner
2014-11-21
3
-1
/
+51
*
cleanup tests
Victor Stinner
2014-11-21
2
-3
/
+0
*
add eventlet tests
Victor Stinner
2014-11-21
1
-0
/
+26
*
cleanup code
Victor Stinner
2014-11-21
1
-36
/
+20
*
Reuse also the _process_events() method from asyncio/trollius
Victor Stinner
2014-11-21
1
-27
/
+16
*
inherit from SelectorEventLoop to avoid duplicated code
Victor Stinner
2014-11-21
1
-225
/
+4
*
Rewrite add_reader/add_writer to implement the selectors API
Victor Stinner
2014-11-21
1
-83
/
+119
*
add_reader() and add_writer() now cancels the previous handle
Victor Stinner
2014-11-20
3
-12
/
+102
*
update the release process; set version to 0.2
Victor Stinner
2014-11-20
1
-4
/
+9
*
changelog
Victor Stinner
2014-11-20
1
-0
/
+7
*
eventlet: importlib+Python 3
Victor Stinner
2014-11-20
1
-2
/
+4
*
remove more dead code
Victor Stinner
2014-11-20
2
-22
/
+3
*
Force a call to set_debug() to set hub.debug_blocking
Victor Stinner
2014-11-20
1
-0
/
+3
*
eventlet issues
Victor Stinner
2014-11-20
1
-0
/
+12
*
Fix test_tcp_hello(): wait until the server is listening
Victor Stinner
2014-11-20
1
-2
/
+6
*
Setting debug mode of the event loop doesn't enable "debug_blocking" of
Victor Stinner
2014-11-20
2
-2
/
+10
*
Reuse the event loop policy from asyncio/trollius
Victor Stinner
2014-11-20
2
-45
/
+24
*
tox: tests also monkey-patching
Victor Stinner
2014-11-20
2
-3
/
+16
*
eventlet & py3
Victor Stinner
2014-11-20
1
-0
/
+21
*
remove dead code
Victor Stinner
2014-11-20
1
-12
/
+0
*
Reuse call_soon/call_soon_threadsafe from asyncio/trollius
Victor Stinner
2014-11-20
2
-76
/
+57
*
Remove custom call_at/call_later, use asyncio/trollius code
Victor Stinner
2014-11-20
1
-9
/
+0
*
Add tox.ini to run tests with tox
Victor Stinner
2014-11-20
2
-0
/
+73
*
port tests to python 2.6
Victor Stinner
2014-11-20
1
-1
/
+5
*
Simplify the loop iteration: remove custom code to reuse instead the
Victor Stinner
2014-11-20
2
-221
/
+17
*
Rewrite the code handling file descriptors to ensure that the listener is only
Victor Stinner
2014-11-20
2
-9
/
+102
*
fix test_timer on windows
Victor Stinner
2014-11-20
1
-4
/
+4
*
ajust error message for reentrant call to run_forever()
Victor Stinner
2014-11-20
1
-1
/
+1
*
Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event
Victor Stinner
2014-11-20
3
-3
/
+8
*
update README
Victor Stinner
2014-11-20
1
-8
/
+1
*
aiogreen patchs asyncio/trollius to cancel monkey-patching
Victor Stinner
2014-11-19
2
-7
/
+28
*
Fix _TpoolExecutor: shutdown() calls eventlet.tpool.killall()
Victor Stinner
2014-11-19
1
-1
/
+1
*
use the original socket module
Victor Stinner
2014-11-19
1
-14
/
+16
*
If eventlet monkey patched the thread module, use eventlet.tpool as the default
Victor Stinner
2014-11-19
2
-5
/
+24
*
runtests.py: add --monkey-patch/-m command line option
Victor Stinner
2014-11-19
1
-0
/
+9
*
tests: each file is now executable
Victor Stinner
2014-11-19
6
-0
/
+30
*
port runtests.py to asyncio
Victor Stinner
2014-11-19
2
-4
/
+14
*
convert last manual test to an unit test
Victor Stinner
2014-11-19
2
-34
/
+75
*
Convert more manual tests to unit tests
Victor Stinner
2014-11-19
11
-134
/
+169
*
adapt runtests.py to aiogreen
Victor Stinner
2014-11-19
1
-6
/
+2
*
add a first automated unit test
Victor Stinner
2014-11-19
4
-33
/
+353
*
Update TODO list
Victor Stinner
2014-11-19
1
-3
/
+0
*
Rewrite sock_connect() to be asynchronous
Victor Stinner
2014-11-19
1
-10
/
+80
*
update README
Victor Stinner
2014-11-19
1
-7
/
+0
*
Port to eventlet 0.14
Victor Stinner
2014-11-19
2
-2
/
+8
*
Add link to PyPI
Victor Stinner
2014-11-19
1
-2
/
+3
*
set version to 0.1+
Victor Stinner
2014-11-19
1
-1
/
+1
*
Added tag 0.1 for changeset da02823972c3
Victor Stinner
2014-11-19
0
-0
/
+0
*
prepare release 0.1
0.1
Victor Stinner
2014-11-19
1
-5
/
+14
*
add MANIFEST.in
Victor Stinner
2014-11-19
1
-0
/
+2
[next]