Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) | Guido van Rossum | 2016-11-03 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. | Guido van Rossum | 2016-11-03 | 1 | -0/+4 | |
| | | ||||||
* | | Merge 3.5 (issue #26796) | Yury Selivanov | 2016-10-21 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Issue #26796: Don't configure the number of workers for default threadpool ↵ | Yury Selivanov | 2016-10-21 | 1 | -0/+7 | |
| | | | | | | | | | | | | executor. Initial patch by Hans Lawrenz. | |||||
* | | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) | Guido van Rossum | 2016-08-08 | 1 | -62/+71 | |
|\ \ | |/ | ||||||
| * | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. | Guido van Rossum | 2016-08-08 | 1 | -62/+71 | |
| | | ||||||
* | | Merge 3.5 (asyncio, issue #27136) | Yury Selivanov | 2016-06-08 | 1 | -23/+24 | |
|\ \ | |/ | ||||||
| * | Issue #27136: Update asyncio docs | Yury Selivanov | 2016-06-08 | 1 | -23/+24 | |
| | | ||||||
* | | Merge 3.5 | Yury Selivanov | 2016-05-16 | 1 | -0/+21 | |
|\ \ | |/ | ||||||
| * | docs: Update asyncio docs & whatsnew | Yury Selivanov | 2016-05-16 | 1 | -0/+21 | |
| | | ||||||
* | | Expand abbreviations FIFO and LIFO. | Serhiy Storchaka | 2016-05-16 | 1 | -2/+3 | |
|/ | ||||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 | |
| | ||||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -2/+2 | |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | |||||
* | Issue #26157: Fix typos in asyncio-eventloop.rst | Berker Peksag | 2016-01-20 | 1 | -4/+4 | |
| | | | | Initial patch by Carlo Beccarini. | |||||
* | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) | Guido van Rossum | 2015-11-19 | 1 | -6/+16 | |
|\ | ||||||
| * | Issue #25593: Change semantics of EventLoop.stop(). | Guido van Rossum | 2015-11-19 | 1 | -6/+16 | |
| | | ||||||
* | | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) | Guido van Rossum | 2015-10-05 | 1 | -4/+42 | |
|\ \ | |/ | ||||||
| * | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 1 | -4/+42 | |
| | | ||||||
* | | Merge 3.4 -> 3.5 | Andrew Svetlov | 2015-10-01 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Reflect parameter name change in the doc | Andrew Svetlov | 2015-10-01 | 1 | -3/+3 | |
| | | ||||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-09-21 | 1 | -3/+10 | |
|\ \ | |/ | ||||||
| * | Issue #23630, asyncio: host parameter of loop.create_server() can now be a | Victor Stinner | 2015-09-21 | 1 | -3/+10 | |
| | | | | | | | | sequence of strings. Patch written by Yann Sionneau. | |||||
* | | Issue #25134: Update asyncio doc for SSL on Windows | Victor Stinner | 2015-09-15 | 1 | -2/+6 | |
| | | | | | | | | ProactorEventLoop now supports SSL. | |||||
* | | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 | |
|\ \ | |/ | | | | | Fixed the case of the "Ctrl-" prefixes. | |||||
| * | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 | |
| | | | | | | | | Fixed the case of the "Ctrl-" prefixes. | |||||
* | | Issue #24947: Merge 3.4 | Zachary Ware | 2015-08-27 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #24947: Fix grammar in asyncio doc | Zachary Ware | 2015-08-27 | 1 | -1/+1 | |
| | | | | | | | | Patch by tagatac | |||||
* | | Issue #24487: Rename async() -> ensure_future() in asyncio docs. | Yury Selivanov | 2015-06-30 | 1 | -1/+1 | |
|/ | | | | Patch by Martin Panter. | |||||
* | Issue #24509: Clarify Handle.cancel() and loop.call_* methods. | Yury Selivanov | 2015-06-25 | 1 | -3/+9 | |
| | ||||||
* | asyncio.docs: Use less confusing title | Yury Selivanov | 2015-06-25 | 1 | -2/+2 | |
| | ||||||
* | docs/asyncio: Document set_task_factory/get_task_factory | Yury Selivanov | 2015-05-11 | 1 | -0/+20 | |
| | ||||||
* | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 1 | -0/+5 | |
| | ||||||
* | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 1 | -15/+17 | |
| | ||||||
* | Fix asyncio doc typo. | R David Murray | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | asyncio doc: fix section of event loop examples | Victor Stinner | 2015-01-09 | 1 | -5/+5 | |
| | ||||||
* | asyncio doc: call_soon() does not call immediatly the callback. Patch written | Victor Stinner | 2014-12-15 | 1 | -1/+3 | |
| | | | | by Martin Panter. | |||||
* | asyncio doc: explain how to pass keywords to callbacks (functools.partial) | Victor Stinner | 2014-11-28 | 1 | -0/+33 | |
| | ||||||
* | Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). | Berker Peksag | 2014-11-07 | 1 | -1/+2 | |
| | | | | Patch by Mark Grandi. | |||||
* | asyncio doc: fix typo in an example | Victor Stinner | 2014-10-23 | 1 | -4/+6 | |
| | ||||||
* | asyncio doc: write simpler examples to introduce asyncio | Victor Stinner | 2014-10-15 | 1 | -11/+50 | |
| | ||||||
* | asyncio doc: reformat create_server() doc | Victor Stinner | 2014-10-12 | 1 | -24/+28 | |
| | | | | | Fix also the reate_unix_connection() doc: the method is not support on Windows, not need to mention that ssl is not support with ProactorEventLoop. | |||||
* | asyncio doc: add UDP client and server examples | Victor Stinner | 2014-10-12 | 1 | -0/+3 | |
| | ||||||
* | asyncio doc: socket.socketpair() is not available on Windows yet | Victor Stinner | 2014-10-11 | 1 | -2/+5 | |
| | ||||||
* | asyncio doc: add examples showing the 3 ways to wait for data from an open | Victor Stinner | 2014-10-11 | 1 | -4/+56 | |
| | | | | socket | |||||
* | asyncio doc: cleanup Hello World examples | Victor Stinner | 2014-10-11 | 1 | -4/+8 | |
| | ||||||
* | Revert #22251 | Berker Peksag | 2014-09-28 | 1 | -3/+1 | |
| | ||||||
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -1/+3 | |
| | ||||||
* | Closes #22275: asyncio: enhance documentation of OS support | Victor Stinner | 2014-08-31 | 1 | -5/+21 | |
| |