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
about 2 hours
ago. based on code collected
about 2 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 68 of 86
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
deleted greenlib.py
Denis Bilenko
More...
over 16 years ago
generate_report.py: protect from bogus input
Denis Bilenko
More...
over 16 years ago
Move exc from mulib into eventlet
donovan
More...
over 16 years ago
Survive people passing unicode objects to the wsgi response that do not have out-of-range characters. Report the error nicely and respond with a 500 to the browser.
donovan
More...
over 16 years ago
Allow customizing the minimum chunk size the server will send. Useful for writing streaming transfer-coding: chunked comet servers
donovan
More...
over 16 years ago
When a wsgi application gives a unicode object to the server, which the spec says causes undefined behavior, write a 500 error to the browser instead of just hanging forever.
donovan
More...
over 16 years ago
update this docstring to be a complete sentence
donovan
More...
over 16 years ago
remove file with the wrong name. It's greenlets (greenlet support) since the pypi greenlet module is already named greenlet
donovan
More...
over 16 years ago
remove print statement
donovan
More...
over 16 years ago
added copyright
Denis Bilenko
More...
over 16 years ago
remove greenlib depenencies, and squelch exceptions in switch_out
donovan
More...
over 16 years ago
Port the backdoor to a plain greenlet subclass, add checking for a switch_out method in Hub.switch to duplicate the old GreenletContext.swap_out functionality, and remove greenlib. Yay, less complexity
donovan
More...
over 16 years ago
Work better with the standard library _fileobject (we used to use GreenFile which had different semantics)
donovan
More...
over 16 years ago
merge
donovan
More...
over 16 years ago
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
donovan
More...
over 16 years ago
added proc - advanced coroutine control, with tests, 1 test fails
Denis Bilenko
More...
over 16 years ago
twisted.protocol.GreenTransportCreator: removed connect function (it had a bug and is unlikely to be used anyway)
Denis Bilenko
More...
over 16 years ago
twisted.protocol: added a few comments and renamed internal variable
Denis Bilenko
More...
over 16 years ago
green.thread: use coros.Semaphore as LockType instead of coros.semaphore (the latter is a function)
Denis Bilenko
More...
over 16 years ago
coros.Semaphore: use schedule_global instead of schedule; it was never meant to be otherwise
Denis Bilenko
More...
over 16 years ago
remove redundant selecthub; selects is the right module
donovan
More...
over 16 years ago
remove unused bench file. wtf
donovan
More...
over 16 years ago
Remove httpd. Use eventlet.wsgi instead.
donovan
More...
over 16 years ago
remove channel. use coros.queue instead.
donovan
More...
over 16 years ago
remove unused and non-working copy of gthreadless
donovan
More...
over 16 years ago
added test for semaphore(0, 0) deadlock
Denis Bilenko
More...
over 16 years ago
added coros.Semaphore and coros.BoundedSemaphore; made coros.semaphore a factory function; this fixes semaphore(0, 0) deadlock
Denis Bilenko
More...
over 16 years ago
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
Denis Bilenko
More...
over 16 years ago
fixed typo
Denis Bilenko
More...
over 16 years ago
added Getting Started section to README.twisted
Denis Bilenko
More...
over 16 years ago
←
1
2
…
64
65
66
67
68
69
70
71
72
…
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