b3eff2cff4
- Update to 0.22.1 * This is identical to 0.22.0, re-ran with CI fixes - from version 0.22.0 * Fixes for Python 3.14 (#638) * Add free-threading support (#693)
Markéta Machová2025-10-29 14:05:43 +00:00
1d87941cd1
- Update to 0.21.0 * Add cleanup_socket param on create_unix_server() * Use cythonized SO_REUSEPORT rather than the unwrapped native one (#609) * UDP errors should result in protocol.error_received (#601) * Updates for Cython3 (#587) * Test with Python 3.13 (#610) - Update BuildRequires from pyproject.toml
Dirk Mueller2024-10-29 17:05:04 +00:00
591d598b13
Accepting request 1206172 from devel:languages:python
Ana Guerrero2024-10-08 15:16:41 +00:00
02c8662871
- update to 0.20.0: * Upgrade libuv to v1.48.0 * Fix test_create_server_4 with Python 3.12.5 * Use len(os.sched_getaffinity(0)) instead of os.cpu_count() * Inline _Py_RestoreSignals() from CPython
Dirk Mueller2024-10-07 20:55:44 +00:00
a3ef86b7bb
- update to 0.19.0: * Drop support of Python 3.7 and update CI (#578) * Restore uvloop.new_event_loop and other missing uvloop members to typing (#573) * Fix docstring of loop.shutdown_default_executor (#535) - update to 0.18.0: * CI fixes (#520, #553) * Make extract_stack resilient to lacking frames. (#563) * Port uvloop to Python 3.12 (#570) - limit to Cython < 3 - Update to version 0.17.0 * visit https://github.com/MagicStack/uvloop/releases/tag/v0.17.0 for more changelog for 0.17.0 - update to 0.12.1 * ssl.CertificateError is no longer logged as it's delivered to
Dirk Mueller2023-12-29 10:02:42 +00:00
b61a62924f
Accepting request 1103795 from devel:languages:python
Ana Guerrero2023-08-18 17:27:32 +00:00
91acd4bd17
- Update to 0.13.0: * Implement Server.start_serving() and related APIs * Make Server an asynchronous context manager. * Start using high-performance uv_udp_t handle. This should result in a significantly faster UDP support. * Make address validation faster in udp.sendto().
Tomáš Chvátal
2019-09-10 09:31:24 +00:00
a4ab8ce44c
- update to 0.12.2 * Fix circular references in SSL implementation * Fix a memory leak in call_later() and call_at() * Round (instead of flooring) delay in call_later()
Ondřej Súkup2019-03-21 11:18:56 +00:00
b868a25e34
Accepting request 680149 from devel:languages:python
Stephan Kulow
2019-03-01 19:30:50 +00:00
85d73fafcf
- update to 0.12.1 * Fix a circular references case in SSL implementation. * Cleanup references to callbacks in canceled callback handles. * New SSL implementation. The new implementation is faster and and more complete, and will become the default SSL implementation in asyncio 3.8. This is a significant change that warrants a release candidate to make sure it is tested properly. * New uvloop.install() helper function. * ssl.CertificateError is no longer logged as it's delivered to the Protocol.connection_lost() anyways. * Improve UDPTransport.sendto() performance.
Ondřej Súkup2019-02-28 15:07:52 +00:00
ea5e1993cf
- Distribute again the .c files as they are needed by parts of the py app rh#1639457 - Do not distribute the tests
Tomáš Chvátal
2019-02-13 12:25:53 +00:00