Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-32410: Make SendfileNotAvailableError exception public (#5243) | Andrew Svetlov | 2018-01-19 | 1 | -1/+13 | |
| | ||||||
* | bpo-32410: Implement loop.sock_sendfile() (#4976) | Andrew Svetlov | 2018-01-16 | 1 | -0/+30 | |
| | ||||||
* | bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2017-12-30 | 1 | -0/+6 | |
| | | | | | | * Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method | |||||
* | bpo-23749: Implement loop.start_tls() (#5039) | Yury Selivanov | 2017-12-30 | 1 | -0/+32 | |
| | ||||||
* | bpo-29970: Make ssh_handshake_timeout None by default (#4939) | Andrew Svetlov | 2017-12-20 | 1 | -5/+8 | |
| | | | | | * Make ssh_handshake_timeout None by default. * Raise ValueError if ssl_handshake_timeout is used without ssl. * Raise ValueError if ssl_handshake_timeout is not positive. | |||||
* | bpo-29970: Add timeout for SSL handshake in asyncio | Neil Aspinall | 2017-12-19 | 1 | -5/+34 | |
| | | | | 10 seconds by default. | |||||
* | bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ↵ | Yury Selivanov | 2017-12-15 | 1 | -30/+24 | |
| | | | | (#4872) | |||||
* | bpo-32272: Remove asyncio.async() function. (#4784) | Yury Selivanov | 2017-12-11 | 1 | -3/+0 | |
| | ||||||
* | bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) | Victor Stinner | 2017-11-28 | 1 | -4/+1 | |
| | ||||||
* | bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ↵ | AraHaan | 2017-11-21 | 1 | -0/+3 | |
| | | | | documentation. (#4491) | |||||
* | bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should ↵ | Yury Selivanov | 2017-11-20 | 1 | -3/+15 | |
| | | | | be optional (#4447) | |||||
* | Add asyncio.Handle.cancelled() method (#2388) | Marat Sharafutdinov | 2017-11-07 | 1 | -0/+6 | |
| | ||||||
* | bpo-31245: Asyncio unix socket datagram (#3164) | Quentin Dawans | 2017-10-30 | 1 | -3/+4 | |
| | ||||||
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 | 1 | -0/+15 | |
| | | | | | | | | * bpo-31819: Add AbstractEventLoop.sock_recv_into() * Add NEWS * Add doc | |||||
* | Add the link to asyncio source code in the docs (GH-2373) | lf | 2017-07-25 | 1 | -0/+2 | |
| | ||||||
* | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 1 | -0/+18 | |
| | | | | Patch by Eric Appelt. | |||||
* | Merge 3.5 (issue #27392) | Yury Selivanov | 2016-11-07 | 1 | -0/+17 | |
|\ | ||||||
| * | Issue #27392: Document loop.connect_accepted_socket() | Yury Selivanov | 2016-11-07 | 1 | -0/+17 | |
| | | | | | | | | Patch by Jim Fulton. | |||||
* | | 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-07-01 | 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 | |
| |