| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add locals() call to example backdoor invocation | AGSPhoenix | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python2.6 and python-epoll package | Sergey Shepelev | 2018-05-19 | 1 | -6/+4 |
| | | |||||
| * | zmq: autogenerated documentation was missing | Sergey Shepelev | 2016-12-12 | 1 | -17/+4 |
| | | |||||
| * | dagpool: improved documentation | nat-goodspeed | 2016-09-28 | 1 | -1/+488 |
| | | |||||
| * | Add DAGPool, a dependency-driven greenthread pool | nat-goodspeed | 2016-09-25 | 1 | -0/+6 |
| | | | | https://github.com/eventlet/eventlet/pull/347 | ||||
| * | Minor grammatical improvements and typo fixes to the docs | Steven Erenst | 2016-03-03 | 1 | -3/+3 |
| | | | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com> | ||||
| * | wsgi: Add send_hundred_continue_response() API to the docs | Tushar Gohad | 2014-11-06 | 1 | -0/+15 |
| | | |||||
| * | Improve documentation | Jakub Stasiak | 2014-10-31 | 1 | -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 documentation | Tushar Gohad | 2014-08-26 | 1 | -0/+41 |
| | | | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com> | ||||
| * | python3 compatibility: print function | Sergey Shepelev | 2014-04-23 | 1 | -6/+6 |
| | | |||||
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -1/+1 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵ | Sergey Shepelev | 2013-12-03 | 1 | -14/+13 |
| | | | | | print() function syntax | ||||
| * | Fixed the docs back up to where they were | Ben Ford | 2010-12-04 | 1 | -1/+2 |
| | | |||||
| * | Added zmq docs back in after deleting them b y accident | Ben Ford | 2010-12-04 | 1 | -0/+42 |
| | | |||||
| * | Fixing empty-query-string compatibility that mcarter reported, added unit ↵ | Ryan Williams | 2010-10-24 | 1 | -1/+1 |
| | | | | | tests for it, too. | ||||
| * | Documenting ssl servers. | Ryan Williams | 2010-09-17 | 2 | -10/+24 |
| | | |||||
| * | Tests and documentation for WSGI posthooks. | Greg Holt | 2010-07-04 | 1 | -0/+36 |
| | | |||||
| * | Doc file for websocket module. | Ryan Williams | 2010-05-22 | 1 | -0/+30 |
| | | |||||
| * | Doc tweaks. | Ryan Williams | 2010-02-21 | 1 | -1/+1 |
| | | |||||
| * | Merge | Ryan Williams | 2010-02-21 | 4 | -100/+2 |
| |\ | |||||
| | * | Converted docs to use convenience functions. | Ryan Williams | 2010-02-21 | 1 | -6/+2 |
| | | | |||||
| | * | Putting connect and listen into eventlet; fixing up the way the docs look ↵ | Ryan Williams | 2010-02-21 | 3 | -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 Williams | 2010-02-20 | 1 | -2/+7 |
| | | | | | wrong semantics so created a new BoundedSemaphore, renaming the old to CappedSemaphore, to correct for that. | ||||
| * | Improved timeout docs. | Ryan Williams | 2010-02-19 | 1 | -0/+93 |
| | | |||||
| * | Minor doc improvements. Added more backdoor documentation. | Ryan Williams | 2010-02-19 | 2 | -0/+22 |
| | | |||||
| * | Tweaked the way monkey_patch works so that it'll work better if called after ↵ | Ryan Williams | 2010-02-07 | 2 | -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 Williams | 2010-01-18 | 9 | -11/+22 |
| | | |||||
| * | Added docs on max_http_version which mention its purpose of killing ↵ | Ryan Williams | 2010-01-10 | 1 | -0/+24 |
| | | | | | keepalives, improved wsgi docs with the example code. | ||||
| * | Removed pool module from docs. | Ryan Williams | 2010-01-02 | 1 | -6/+0 |
| | | |||||
| * | Consolidated tpool and threading documentation. | Ryan Williams | 2010-01-02 | 1 | -6/+0 |
| | | |||||
| * | Renamed parallel to greenpool. | Ryan Williams | 2010-01-01 | 1 | -0/+5 |
| | | |||||
| * | More doc cleanup. Removed timer module from docs because it's an internal ↵ | Ryan Williams | 2009-12-31 | 4 | -11/+3 |
| | | | | | detail. | ||||
| * | Documentation sweep -- slightly improved documentation for a bunch of ↵ | Ryan Williams | 2009-12-31 | 2 | -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 #5 | Ryan Williams | 2009-11-28 | 13 | -14/+14 |
| | | |||||
| * | Ammended eventlet Sphinx documentation. This removed some of the ↵ | Huin Linden | 2009-09-17 | 15 | -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 Williams | 2009-08-06 | 1 | -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 .rst | Ryan Williams | 2009-07-14 | 1 | -0/+55 |
| | | |||||
| * | As promised, lots of modules cut from 0.9. Eventlet is going on a diet | Ryan Williams | 2009-07-13 | 9 | -54/+0 |
| | | |||||
| * | Mechanical addition of module docstrings. | Ryan Williams | 2009-07-04 | 24 | -0/+144 |
