Revisions of python-uvloop
Dominique Leuenberger (dimstar_suse)
accepted
request 1219097
from
Dirk Mueller (dirkmueller)
(revision 16)
Ana Guerrero (anag+factory)
accepted
request 1206172
from
Dirk Mueller (dirkmueller)
(revision 15)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 1136315
from
Dirk Mueller (dirkmueller)
(revision 14)
- 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
Ana Guerrero (anag+factory)
accepted
request 1103795
from
Dirk Mueller (dirkmueller)
(revision 13)
- limit to Cython < 3
Dominique Leuenberger (dimstar_suse)
accepted
request 1096812
from
Markéta Machová (mcalabkova)
(revision 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 1010368
from
Dirk Mueller (dirkmueller)
(revision 11)
Dominique Leuenberger (dimstar_suse)
accepted
request 745889
from
Matej Cepl (mcepl)
(revision 8)
- Update to 0.14.0: - Add support for Python 3.8 - numerous bug fixes
Dominique Leuenberger (dimstar_suse)
accepted
request 729740
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- 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().
Dominique Leuenberger (dimstar_suse)
accepted
request 702985
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 687287
from
Ondřej Súkup (mimi_vx)
(revision 5)
- 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()
Stephan Kulow (coolo)
accepted
request 680149
from
Ondřej Súkup (mimi_vx)
(revision 4)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 674526
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Distribute again the .c files as they are needed by parts of the py app rh#1639457 - Do not distribute the tests
Dominique Leuenberger (dimstar_suse)
accepted
request 644631
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
- Tests are flaky, thus continue even if we fail... - Ensure neutrality of description. - initial package version 0.11.2
Dominique Leuenberger (dimstar_suse)
accepted
request 641346
from
Ondřej Súkup (mimi_vx)
(revision 1)
python uvloop - drop in replacement for standard eventloop
Displaying all 16 revisions