summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
* asyncio doc: explain how to pass keywords to callbacks (functools.partial)Victor Stinner2014-11-281-0/+33
* Issue #22808: Link to the correct time method in BaseEventLoop.call_at().Berker Peksag2014-11-071-1/+2
* asyncio doc: fix typo in an exampleVictor Stinner2014-10-231-4/+6
* asyncio doc: write simpler examples to introduce asyncioVictor Stinner2014-10-151-11/+50
* asyncio doc: reformat create_server() docVictor Stinner2014-10-121-24/+28
* asyncio doc: add UDP client and server examplesVictor Stinner2014-10-121-0/+3
* asyncio doc: socket.socketpair() is not available on Windows yetVictor Stinner2014-10-111-2/+5
* asyncio doc: add examples showing the 3 ways to wait for data from an openVictor Stinner2014-10-111-4/+56
* asyncio doc: cleanup Hello World examplesVictor Stinner2014-10-111-4/+8
* Revert #22251Berker Peksag2014-09-271-3/+1
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-1/+3
* Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-311-5/+21
* Issue #22063: Fix asyncio documentation of socket and pipe operations regardingVictor Stinner2014-08-251-5/+14
* Issue #22112, asyncio doc: replace loop.create_task(coro) withVictor Stinner2014-08-101-3/+2
* Issue #22063: Mention in asyncio documentation that socket operations requireVictor Stinner2014-07-291-0/+8
* Fix incomplete sentence in asyncio docs.Andrew Svetlov2014-07-241-2/+3
* Asyncio doc fixes: spelling, grammar, duplication.Terry Jan Reedy2014-07-241-3/+1
* asyncio: Server.close() leaves client sockets openVictor Stinner2014-07-121-2/+5
* asyncio: improve the documentation of serversVictor Stinner2014-07-111-6/+21
* Issue #21680: Document asyncio event loopsVictor Stinner2014-07-081-76/+6
* Update asyncio documentationVictor Stinner2014-07-081-2/+21
* Closes #21921: Fix ResourceWarning in the asyncio examples: close the eventVictor Stinner2014-07-051-2/+8
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-0/+2
* asyncio: document the debug modeVictor Stinner2014-06-221-1/+1
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-221-1/+5
* Tulip issue 83: document more asyncio functions in docstringsVictor Stinner2014-06-191-4/+3
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-181-0/+4
* Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-0/+6
* Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncioVictor Stinner2014-06-051-4/+4
* Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
* 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