summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #21006: asyncio doc: reorganize subprocess docVictor Stinner2014-03-251-80/+4
* Issue #20913: improve the SSL security considerations to first advocate using...Antoine Pitrou2014-03-221-0/+2
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-3/+3
* asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694.Yury Selivanov2014-02-211-5/+49
* asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...Yury Selivanov2014-02-201-22/+23
* asyncio.docs: Document Error Handling API and asyncio.HandleYury Selivanov2014-02-201-2/+67
* asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUGVictor Stinner2014-02-201-1/+1
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-0/+16
* asyncio: document new create_unix_connection() and create_unix_server() methodsVictor Stinner2014-02-191-5/+38
* Issue #20493: Document that asyncio should not exceed one dayVictor Stinner2014-02-181-0/+4
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-131-0/+6
* Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-101-1/+1
* More complete documentation of event loops and policies.Eli Bendersky2014-02-091-15/+54
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-091-4/+4
* asyncio doc: document missing event loop methodsVictor Stinner2014-02-081-4/+86
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-13/+0
* Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that itVictor Stinner2014-02-021-1/+2
* asyncio: document the new asyncio.subprocess moduleVictor Stinner2014-02-021-0/+5
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-6/+6
* asyncio doc: document the granularity of the event loopVictor Stinner2014-02-011-1/+17
* Fix doc reference to OS X 10.9 Mavericks.Ned Deily2014-01-281-1/+1
* asyncio doc: list Windows and Mac OS X limitations and explain how to workVictor Stinner2014-01-281-4/+13
* asyncio doc: subprocess_exec/subprocess_shell are not available on WindowsVictor Stinner2014-01-271-0/+4
* asyncio: document add_signal_handler/remove_signal_handler, add an example forVictor Stinner2014-01-271-0/+47
* Merge latest Tulip into asyncioVictor Stinner2014-01-251-6/+0
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-0/+6
* asyncio doc: move AbstractServer to the event loop pageVictor Stinner2014-01-241-0/+16
* asyncio doc: link create_connection() to open_connection() and create_server()Victor Stinner2014-01-231-0/+10
* asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-161-8/+8
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-201-1/+1
* asyncio doc: rewrite the callback hello world to use call_soon() instead of aVictor Stinner2013-12-101-1/+1
* asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-031-1/+1
* asyncio doc: fix definition of stop() methodVictor Stinner2013-12-031-1/+1
* asyncio doc: write a complete TCP echo example, client and serverVictor Stinner2013-12-031-1/+1
* asyncio doc: move coroutine example to the Task pageVictor Stinner2013-12-031-19/+9
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-0/+367