summaryrefslogtreecommitdiff
path: root/doc/modules
Commit message (Collapse)AuthorAgeFilesLines
* Add locals() call to example backdoor invocationAGSPhoenix2018-08-091-1/+1
|
* Drop support for Python2.6 and python-epoll packageSergey Shepelev2018-05-191-6/+4
|
* zmq: autogenerated documentation was missingSergey Shepelev2016-12-121-17/+4
|
* dagpool: improved documentationnat-goodspeed2016-09-281-1/+488
|
* Add DAGPool, a dependency-driven greenthread poolnat-goodspeed2016-09-251-0/+6
| | | https://github.com/eventlet/eventlet/pull/347
* Minor grammatical improvements and typo fixes to the docsSteven Erenst2016-03-031-3/+3
| | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
* wsgi: Add send_hundred_continue_response() API to the docsTushar Gohad2014-11-061-0/+15
|
* Improve documentationJakub Stasiak2014-10-311-0/+5
| | | | | | | | | This patch: * exposes eventlet.greenthread.kill function so Sphinx generates its documentation and fixes broken links to :func:`kill` * adds warning about wsgi.server waiting for active connections to finish before returning
* wsgi: Add "100 Continue" response documentationTushar Gohad2014-08-261-0/+41
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* python3 compatibility: print functionSergey Shepelev2014-04-231-6/+6
|
* python3 compat fixesVictor Sergeyev2014-03-281-1/+1
| | | | https://github.com/eventlet/eventlet/pull/59
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-14/+13
| | | | print() function syntax
* Fixed the docs back up to where they wereBen Ford2010-12-041-1/+2
|
* Added zmq docs back in after deleting them b y accidentBen Ford2010-12-041-0/+42
|
* Fixing empty-query-string compatibility that mcarter reported, added unit ↵Ryan Williams2010-10-241-1/+1
| | | | tests for it, too.
* Documenting ssl servers.Ryan Williams2010-09-172-10/+24
|
* Tests and documentation for WSGI posthooks.Greg Holt2010-07-041-0/+36
|
* Doc file for websocket module.Ryan Williams2010-05-221-0/+30
|
* Doc tweaks.Ryan Williams2010-02-211-1/+1
|
* MergeRyan Williams2010-02-214-100/+2
|\
| * Converted docs to use convenience functions.Ryan Williams2010-02-211-6/+2
| |
| * Putting connect and listen into eventlet; fixing up the way the docs look ↵Ryan Williams2010-02-213-94/+0
|/ | | | when rendered, removed reference to serve in listen's doc since it's not complete yet.
* Documented the hell out of semaphore, noticed that BoundedSemaphore had the ↵Ryan Williams2010-02-201-2/+7
| | | | wrong semantics so created a new BoundedSemaphore, renaming the old to CappedSemaphore, to correct for that.
* Improved timeout docs.Ryan Williams2010-02-191-0/+93
|
* Minor doc improvements. Added more backdoor documentation.Ryan Williams2010-02-192-0/+22
|
* Tweaked the way monkey_patch works so that it'll work better if called after ↵Ryan Williams2010-02-072-11/+0
| | | | the modules it patches are imported. Added major patcher docs overall. Added blog link to the main page.
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-189-11/+22
|
* Added docs on max_http_version which mention its purpose of killing ↵Ryan Williams2010-01-101-0/+24
| | | | keepalives, improved wsgi docs with the example code.
* Removed pool module from docs.Ryan Williams2010-01-021-6/+0
|
* Consolidated tpool and threading documentation.Ryan Williams2010-01-021-6/+0
|
* Renamed parallel to greenpool.Ryan Williams2010-01-011-0/+5
|
* More doc cleanup. Removed timer module from docs because it's an internal ↵Ryan Williams2009-12-314-11/+3
| | | | detail.
* Documentation sweep -- slightly improved documentation for a bunch of ↵Ryan Williams2009-12-312-3/+3
| | | | things, and beefed up the examples to keep up with the parlance of our times.
* Added ssl documentation, fixed some of the more annoying warnings. Fixes #5Ryan Williams2009-11-2813-14/+14
|
* Ammended eventlet Sphinx documentation. This removed some of the ↵Huin Linden2009-09-1715-25/+25
| | | | Doxygen-isms, and introduced some more complete linking between parts of the documents.
* Tinkered with saranwrap to make it easier to debug, moved its docstring to ↵Ryan Williams2009-08-061-0/+78
| | | | the .rst file, added a note in API.py about the libevent hub's issues.
* Moved db_pool docs from the .py to the .rstRyan Williams2009-07-141-0/+55
|
* As promised, lots of modules cut from 0.9. Eventlet is going on a dietRyan Williams2009-07-139-54/+0
|
* Mechanical addition of module docstrings.Ryan Williams2009-07-0424-0/+144