summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+18
* Merge 3.5 (issue #27392)Yury Selivanov2016-11-071-0/+17
|\
| * Issue #27392: Document loop.connect_accepted_socket()Yury Selivanov2016-11-071-0/+17
* | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)Guido van Rossum2016-11-031-0/+4
|\ \ | |/
| * Issue #26980: Improve docs for create_unix_connection(). By Mariatta.Guido van Rossum2016-11-031-0/+4
* | Merge 3.5 (issue #26796)Yury Selivanov2016-10-211-2/+3
|\ \ | |/ |/|
| * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-2/+3
| |\
| | * Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)Guido van Rossum2016-08-081-2/+3
| | |\
| | | * Merge 3.5 (asyncio, issue #27136)Yury Selivanov2016-06-081-23/+24
| | | |\
| | | * \ Merge 3.5Yury Selivanov2016-05-161-0/+21
| | | |\ \
| | | * | | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-2/+3
* | | | | | Issue #26796: Don't configure the number of workers for default threadpool ex...Yury Selivanov2016-10-211-0/+7
|/ / / / /
* | | | | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-2/+2
|/ / / /
* | | | Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-62/+71
| |_|/ |/| |
* | | Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
| |/ |/|
* | docs: Update asyncio docs & whatsnewYury Selivanov2016-05-161-0/+21
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
* Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-6/+10
|\
| * Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)Guido van Rossum2015-10-051-4/+42
| |\
| * \ Merge 3.4 -> 3.5Andrew Svetlov2015-10-011-4/+8
| |\ \
| | * \ Merge 3.4 (asyncio)Victor Stinner2015-09-211-4/+8
| | |\ \
| | | * | Issue #25134: Update asyncio doc for SSL on WindowsVictor Stinner2015-09-151-2/+6
| | | * | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
| | | |\ \
| | | | * \ Issue #24947: Merge 3.4Zachary Ware2015-08-271-1/+1
| | | | |\ \
| | | | | * | Issue #24487: Rename async() -> ensure_future() in asyncio docs.Yury Selivanov2015-06-301-1/+1
* | | | | | | Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-6/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-4/+42
|/ / / / /
* | | | | Reflect parameter name change in the docAndrew Svetlov2015-10-011-3/+3
|/ / / /
* | | | Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-3/+10
|/ / /
* | | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
|/ /
* | Issue #24947: Fix grammar in asyncio docZachary Ware2015-08-271-1/+1
|/
* Issue #24509: Clarify Handle.cancel() and loop.call_* methods.Yury Selivanov2015-06-251-3/+9
* asyncio.docs: Use less confusing titleYury Selivanov2015-06-251-2/+2
* docs/asyncio: Document set_task_factory/get_task_factoryYury Selivanov2015-05-111-0/+20
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-251-0/+5
* asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-15/+17
* Fix asyncio doc typo.R David Murray2015-01-291-1/+1
* asyncio doc: fix section of event loop examplesVictor Stinner2015-01-091-5/+5
* asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
* 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