10
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
deleted greenlib.py More... over 16 years ago
generate_report.py: protect from bogus input More... over 16 years ago
Move exc from mulib into eventlet 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. More... over 16 years ago
Allow customizing the minimum chunk size the server will send. Useful for writing streaming transfer-coding: chunked comet servers 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. More... over 16 years ago
update this docstring to be a complete sentence 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 More... over 16 years ago
remove print statement More... over 16 years ago
added copyright More... over 16 years ago
remove greenlib depenencies, and squelch exceptions in switch_out 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 More... over 16 years ago
Work better with the standard library _fileobject (we used to use GreenFile which had different semantics) More... over 16 years ago
merge 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 More... over 16 years ago
added proc - advanced coroutine control, with tests, 1 test fails More... over 16 years ago
twisted.protocol.GreenTransportCreator: removed connect function (it had a bug and is unlikely to be used anyway) More... over 16 years ago
twisted.protocol: added a few comments and renamed internal variable More... over 16 years ago
green.thread: use coros.Semaphore as LockType instead of coros.semaphore (the latter is a function) More... over 16 years ago
coros.Semaphore: use schedule_global instead of schedule; it was never meant to be otherwise More... over 16 years ago
remove redundant selecthub; selects is the right module More... over 16 years ago
remove unused bench file. wtf More... over 16 years ago
Remove httpd. Use eventlet.wsgi instead. More... over 16 years ago
remove channel. use coros.queue instead. More... over 16 years ago
remove unused and non-working copy of gthreadless More... over 16 years ago
added test for semaphore(0, 0) deadlock More... over 16 years ago
added coros.Semaphore and coros.BoundedSemaphore; made coros.semaphore a factory function; this fixes semaphore(0, 0) deadlock 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 More... over 16 years ago
fixed typo More... over 16 years ago
added Getting Started section to README.twisted More... over 16 years ago