uvloop/uvloop
jakirkham 7bb12a1748
Use Cython `enum` for `__PREALLOCED_BUFS` (#634)
2024-10-15 10:33:47 -05:00
..
handles Use Cython `enum` for `__PREALLOCED_BUFS` (#634) 2024-10-15 10:33:47 -05:00
includes Add cleanup_socket param on create_unix_server() (#623) 2024-09-02 15:57:59 -05:00
.gitignore Add Async handlers; implement call_soon & call_soon_threadsafe 2015-11-02 16:44:19 -05:00
__init__.py Restore uvloop.new_event_loop and other missing uvloop members to typing (#573) 2023-10-15 11:40:25 -05:00
_noop.py Add typings (#366) 2021-02-09 13:11:20 -06:00
_testbase.py Updates for Cython3 (#587) 2024-08-28 13:02:42 -05:00
_version.py uvloop 0.21.0 2024-10-14 16:02:05 -04:00
cbhandles.pxd Fix segfault in TimerHandle.when() after cleared 2022-07-16 17:13:53 -04:00
cbhandles.pyx Make extract_stack resilient to lacking frames. (#563) 2023-10-07 14:53:16 -07:00
dns.pyx Updates for Cython3 (#587) 2024-08-28 13:02:42 -05:00
errors.pyx Basic implementation of subprocess_shell and subprocess_exec 2016-04-08 18:37:30 -04:00
loop.pxd Add cleanup_socket param on create_unix_server() (#623) 2024-09-02 15:57:59 -05:00
loop.pyi Port uvloop to Python 3.12 (#570) 2023-10-09 19:28:47 -05:00
loop.pyx Add cleanup_socket param on create_unix_server() (#623) 2024-09-02 15:57:59 -05:00
lru.pyx Refactor udp.sendto() and pyaddr->sockaddr conversion 2019-04-16 18:09:29 -04:00
pseudosock.pyx Support python 3.11+ (#473) 2022-09-01 10:56:34 -05:00
py.typed Add typings (#366) 2021-02-09 13:11:20 -06:00
request.pxd UVHandle.close & UVRequest.cancel cannot be void (raise exceptions in debug) 2015-11-24 16:31:40 -05:00
request.pyx Stop using malloc for UVRequests 2017-11-27 16:03:02 -05:00
server.pxd Implement Server.start_serving() and related APIs 2019-02-16 20:57:10 +01:00
server.pyx Make Server an asynchronous context manager (fixes: #221) 2019-03-17 13:13:33 -04:00
sslproto.pxd Fix context in protocol callbacks (#348) 2021-02-05 14:38:11 -06:00
sslproto.pyx SSL: schedule first data after waiter wakeup 2021-07-01 20:57:40 -04:00