openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Eventlet
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 13, 2024 — Jun 13, 2025
Showing page 72 of 86
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixed cyclic import in eventlet.pools
Denis Bilenko
More...
over 16 years ago
httpd_test: do not call wrap_socket
Denis Bilenko
More...
over 16 years ago
httpd: use modules from eventlet.green package
Denis Bilenko
More...
over 16 years ago
httpc_test: do not call wrap_socket
Denis Bilenko
More...
over 16 years ago
httpc: use httplib from eventlet.green (calling wrap_socket is not needed anymore)
Denis Bilenko
More...
over 16 years ago
added connect_ex method to GreenSocket
Denis Bilenko
More...
over 16 years ago
twistedutil/buffers: use coros.queue instead of channel
Denis Bilenko
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
Denis Bilenko
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
Denis Bilenko
More...
over 16 years ago
./runall.py: execute parse_results from time to time
Denis Bilenko
More...
over 16 years ago
runall.py: first run tests for most common hubs and reactors (that take least time to run)
Denis Bilenko
More...
over 16 years ago
bug fix in test__refcount.py: test_clean and test_timeout are used to be the same (test_clean)
Denis Bilenko
More...
over 16 years ago
added a few asserts to check that api functions are not called from the mainloop greenlet
Denis Bilenko
More...
over 16 years ago
api.kill bugfix: the current (killing) greenlet may not get a chance to execute after kill
Denis Bilenko
More...
over 16 years ago
added test to check that kill reschedules the current greenlet
Denis Bilenko
More...
over 16 years ago
coros.event: use pop instead of del, because the latter may fail if event was cancelled
Denis Bilenko
More...
over 16 years ago
made coros.event resilient to exceptions raised by hub.switch()
Denis Bilenko
More...
over 16 years ago
added receive as an alias to wait for coros.queue
Denis Bilenko
More...
over 16 years ago
twistedr.schedule_call: better name for an internal function, removed redundant call to timer_finished
Denis Bilenko
More...
over 16 years ago
added support raising (type,value,tb) in coros.queue
Denis Bilenko
More...
over 16 years ago
added send_exception method to eventlet.coros.queue to make it look more like a channel
Denis Bilenko
More...
over 16 years ago
generate_report.py: always use the same order of hubs
Denis Bilenko
More...
over 16 years ago
added simple test for block_on
Denis Bilenko
More...
over 16 years ago
twistedutil: make block_on resilient to exceptions raised by switch()
Denis Bilenko
More...
over 16 years ago
added get_timers_count() functions to hubs (for debugging). removed some dead or useless code from twistedr.py
Denis Bilenko
More...
over 16 years ago
added forgotten import
Denis Bilenko
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
Denis Bilenko
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
Denis Bilenko
More...
over 16 years ago
eventlet.api.sleep: cancel the timer in case of exception raised by switch()
Denis Bilenko
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.
Ryan Williams
More...
over 16 years ago
←
1
2
…
68
69
70
71
72
73
74
75
76
…
85
86
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree