10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed cyclic import in eventlet.pools More... over 16 years ago
httpd_test: do not call wrap_socket More... over 16 years ago
httpd: use modules from eventlet.green package More... over 16 years ago
httpc_test: do not call wrap_socket More... over 16 years ago
httpc: use httplib from eventlet.green (calling wrap_socket is not needed anymore) More... over 16 years ago
added connect_ex method to GreenSocket More... over 16 years ago
twistedutil/buffers: use coros.queue instead of channel More... over 16 years ago
green.BaseHTTPServer: only redefine classes that use i/o, use the original ones for stuff that is not relevant to eventlet More... over 16 years ago
green.SocketServer: only redefine classes that use i/o, use the original ones for all that is not relevant to eventlet More... over 16 years ago
./runall.py: execute parse_results from time to time More... over 16 years ago
runall.py: first run tests for most common hubs and reactors (that take least time to run) More... over 16 years ago
bug fix in test__refcount.py: test_clean and test_timeout are used to be the same (test_clean) More... over 16 years ago
added a few asserts to check that api functions are not called from the mainloop greenlet More... over 16 years ago
api.kill bugfix: the current (killing) greenlet may not get a chance to execute after kill More... over 16 years ago
added test to check that kill reschedules the current greenlet More... over 16 years ago
coros.event: use pop instead of del, because the latter may fail if event was cancelled More... over 16 years ago
made coros.event resilient to exceptions raised by hub.switch() More... over 16 years ago
added receive as an alias to wait for coros.queue More... over 16 years ago
twistedr.schedule_call: better name for an internal function, removed redundant call to timer_finished More... over 16 years ago
added support raising (type,value,tb) in coros.queue More... over 16 years ago
added send_exception method to eventlet.coros.queue to make it look more like a channel More... over 16 years ago
generate_report.py: always use the same order of hubs More... over 16 years ago
added simple test for block_on More... over 16 years ago
twistedutil: make block_on resilient to exceptions raised by switch() More... over 16 years ago
added get_timers_count() functions to hubs (for debugging). removed some dead or useless code from twistedr.py More... over 16 years ago
added forgotten import More... over 16 years ago
twistedreactor: use subclass of DelayedCall that does not raise exceptions in cancel() so that it can be used similarly to eventlet's Timer More... over 16 years ago
eventlet.api: trampoline and select - put cleanup code in "finally" section, so that it's executed even when switch() fails More... over 16 years ago
eventlet.api.sleep: cancel the timer in case of exception raised by switch() More... over 16 years ago
Port of http://svn.secondlife.com/trac/eventlet/changeset/155: Fixed two bugs in saranwrap: 1) in keyword on wrapped dicts, 2) stdin and out were blocking in the child process so you couldn't do event-based i/o in them. Paired with jwolk. More... over 16 years ago