Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561) | Kumar Aditya | 2022-09-28 | 1 | -0/+3 |
| | | | | Co-authored-by: Kyle Stanley <aeros167@gmail.com> | ||||
* | bpo-44011: New asyncio ssl implementation (#31275) | Kumar Aditya | 2022-02-15 | 1 | -0/+7 |
| | | | | | | | | | | | * bpo-44011: New asyncio ssl implementation Co-Authored-By: Andrew Svetlov <andrew.svetlov@gmail.com> * fix warning * fix typo Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) | Pablo Galindo | 2021-05-03 | 1 | -7/+0 |
| | | | | This reverts commit 5fb06edbbb769561e245d0fe13002bab50e2ae60 and all subsequent dependent commits. | ||||
* | bpo-44011: New asyncio ssl implementation (#17975) | Andrew Svetlov | 2021-05-02 | 1 | -0/+7 |
| | |||||
* | bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) | Yury Selivanov | 2018-06-04 | 1 | -1/+2 |
| | | | | | | | * Fix AttributeError (not all SSL exceptions have 'errno' attribute) * Increase default handshake timeout from 10 to 60 seconds * Make sure start_tls can be cancelled correctly * Make sure any error in SSLProtocol gets propagated (instead of just being logged) | ||||
* | bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) | Yury Selivanov | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | bpo-32622: Implement loop.sendfile() (#5271) | Andrew Svetlov | 2018-01-27 | 1 | -0/+9 |
| | |||||
* | bpo-29970: Add timeout for SSL handshake in asyncio | Neil Aspinall | 2017-12-19 | 1 | -0/+3 |
| | | | | 10 seconds by default. | ||||
* | bpo-32311: Implement asyncio.create_task() shortcut (#4848) | Andrew Svetlov | 2017-12-15 | 1 | -1/+1 |
| | | | | | * Implement functionality * Add documentation | ||||
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 | 1 | -2/+0 |
| | |||||
* | Fix a typo (#4323) | Barry Warsaw | 2017-11-07 | 1 | -2/+2 |
| | |||||
* | bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) | Antoine Pitrou | 2017-11-07 | 1 | -0/+5 |
| | | | | * bpo-31970: Reduce performance overhead of asyncio debug mode. | ||||
* | asyncio: Pause accepting whenever accept() returns certain errors. Fixes ↵ | Guido van Rossum | 2013-11-01 | 1 | -1/+4 |
| | | | | asyncio issue #78. | ||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+4 |