summaryrefslogtreecommitdiff
path: root/doc/basic_usage.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed sphinx warnings, thanks to jbergstroem for buggin' me about them.Ryan Williams2010-08-201-1/+1
|
* Updated NEWS with changes, adding wrap_ssl to the docs.Ryan Williams2010-05-251-0/+2
|
* Clarified docs on spawn_n's semantics.Ryan Williams2010-03-291-1/+1
|
* New module convenience; moved convenience functions in there. Sectioned off ↵Ryan Williams2010-02-251-4/+18
| | | | the basic_usage document a little differently to highlight the convenience functions. Wrote a bunch more serve tests.
* MergeRyan Williams2010-02-211-0/+5
|\
| * Putting connect and listen into eventlet; fixing up the way the docs look ↵Ryan Williams2010-02-211-0/+5
|/ | | | when rendered, removed reference to serve in listen's doc since it's not complete yet.
* Shifted documentation to refer to eventlet-module versions of those functions.Ryan Williams2010-02-191-0/+9
|
* Refactored basic usage docs to put the design patterns elsewhere.Ryan Williams2010-02-191-62/+2
|
* Improved timeout docs.Ryan Williams2010-02-191-84/+3
|
* Minor doc improvements. Added more backdoor documentation.Ryan Williams2010-02-191-8/+13
|
* Imported Timeout class from gevent, deprecated exc_after, replaced ↵Ryan Williams2010-02-151-0/+87
| | | | TimeoutError with Timeout (should be seamless).
* Tweaked the way monkey_patch works so that it'll work better if called after ↵Ryan Williams2010-02-071-37/+1
| | | | the modules it patches are imported. Added major patcher docs overall. Added blog link to the main page.
* Pulled examples into docs proper, for better linkage on the Web.Ryan Williams2010-01-251-2/+2
|
* Doc improvementsRyan Williams2010-01-181-24/+60
|
* Documentation sweep -- slightly improved documentation for a bunch of ↵Ryan Williams2009-12-311-25/+56
| | | | things, and beefed up the examples to keep up with the parlance of our times.
* Ammended eventlet Sphinx documentation. This removed some of the ↵Huin Linden2009-09-171-3/+35
| | | | Doxygen-isms, and introduced some more complete linking between parts of the documents.
* Moved some stuff around in the docs, changed web crawler example to not use ↵Ryan Williams2009-07-131-3/+1
| | | | httpc.
* Learning Sphinx cross-referencing a bit, refactoring a bit.Ryan Williams2009-07-051-10/+5
|
* Pulled in some other stuff from wiki. Honestly we need to rewrite most of ↵Ryan Williams2009-07-051-0/+46
this with better organization.