This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
1f0cb772429ae98f6aeb25072ea2581bc07d2203
deb-python-eventlet
/
eventlet
/
support
History
donovan
01670ce072
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
2008-12-29 16:10:34 -08:00
..
__init__.py
Move all *support.py modules into support/*.py; fix references
2008-03-18 15:24:31 -04:00
greenlet.py
moved selection of greenlet implementation into eventlet.support.greenlet module
2008-10-07 15:57:54 +07:00
greenlets.py
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
2008-12-29 16:10:34 -08:00
pycurls.py
eventlet.support.pycurls module, experimental module which uses libcurl instead of python's httplib to perform http requests. Hopefully this can eventually be shimmed in as an optional faster implementation of the httpc module.
2008-04-01 14:44:04 -07:00
pylib.py
Move all *support.py modules into support/*.py; fix references
2008-03-18 15:24:31 -04:00
stacklesspypys.py
Add stackless pypy support
2008-05-21 10:03:56 -07:00
stacklesss.py
Fix bug in stackless support, remove prints, ad update the operating systems in setup.py
2008-06-11 15:01:22 -07:00
twisteds.py
Add gthreadless (greenlet / deferred integration) and fix some module names
2008-03-19 20:38:10 -05:00