This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
1cb7cc80a576124c37ce3f235c15d507e3677dd0
deb-python-eventlet
/
eventlet
/
twistedutil
History
Ryan Williams
6006dceb52
Moved a bunch of stuff around. Event, GreenThread, spawn, spawn_n went to the greenthread module. Some tweaks to the parallel module, including adding a spawn_n method that is faster than spawn.
2009-12-26 18:22:53 -05:00
..
protocols
Removed copyright headers from individual files, added LICENSE and AUTHORS files to give credit instead. Linked authors list into documentation.
2009-10-03 23:53:41 -07:00
__init__.py
nose would try to import this module and fail if twisted wasn't present; cleaned up the import so this doesn't happen. Also fixed aliasing of module name.
2009-12-17 16:03:40 -08:00
join_reactor.py
Removed copyright headers from individual files, added LICENSE and AUTHORS files to give credit instead. Linked authors list into documentation.
2009-10-03 23:53:41 -07:00
protocol.py
Moved a bunch of stuff around. Event, GreenThread, spawn, spawn_n went to the greenthread module. Some tweaks to the parallel module, including adding a spawn_n method that is faster than spawn.
2009-12-26 18:22:53 -05:00