This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
bf3944b0e19185cc38ab76e14da4bb89868c82be
deb-python-eventlet
/
examples
History
Ryan Williams
bf3944b0e1
Tweaked the implementation of Timeout so that passing True as the exception class is the same as passing None, because it seemed inconsistent that one boolean value would have special nice behavior and the other would cause weird exceptions.
2010-06-19 18:42:30 -07:00
..
twisted
Cleaned up examples by moving twisted examples into their own subdirectory.
2010-01-25 15:58:07 -08:00
chat_server.py
Updated chat server example to be resilient against broken pipes. Also used a set instead of a list and parameterized the port.
2010-03-31 13:14:04 -07:00
connect.py
Default size parameter for greenpools
2010-01-17 21:06:03 -08:00
echoserver.py
Merge
2010-02-21 10:59:14 -05:00
feedscraper-testclient.py
Added dispatch pattern that shows how to use GreenPiles. Feedparser examples in the examples dir.
2010-02-19 17:42:33 -05:00
feedscraper.py
Merge
2010-02-21 10:59:14 -05:00
forwarder.py
Actually include forwarder example.
2010-03-16 13:31:07 -07:00
producer_consumer.py
Tweaked the implementation of Timeout so that passing True as the exception class is the same as passing None, because it seemed inconsistent that one boolean value would have special nice behavior and the other would cause weird exceptions.
2010-06-19 18:42:30 -07:00
webcrawler.py
Default size parameter for greenpools
2010-01-17 21:06:03 -08:00
websocket.html
Corrected get_errno import to make websocket example work again (boo me for using an internal API). Added note about which browser it works with.
2010-03-21 22:30:44 -07:00
websocket.py
Added documentation for websocket module and switched to using decorators in the examples.
2010-05-22 14:19:30 -07:00
wsgi.py
Merge
2010-02-21 10:59:14 -05:00