-
Notifications
You must be signed in to change notification settings - Fork 586
Pull requests: MagicStack/uvloop
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implement Windows support
#62
opened Nov 23, 2016 by
1st1
Loading…
updated Apr 17, 2019
1 of 6 tasks
enable the cython binding=True directive
#484
opened Aug 2, 2022 by
graingert
Loading…
updated Sep 13, 2022
Close transport after sending close_notify in TLSv1.2
#507
opened Oct 1, 2022 by
fantix
Loading…
updated Apr 14, 2023
feat(uvloop): Support event loop utilization queries
#579
opened Oct 16, 2023 by
cphoward
Loading…
updated Oct 16, 2023
fix deadlock in test_remote_shutdown_receives_trailing_data
#559
opened Sep 4, 2023 by
xiacunshun
Loading…
updated Jan 26, 2024
fix Future exception never retrieved in create_connection
#590
opened Jan 17, 2024 by
jensbjorgensen
Loading…
updated Aug 15, 2024
Support any number of flags in UVLOOP_OPT_CFLAGS
#630
opened Sep 20, 2024 by
mgorny
Loading…
updated Sep 20, 2024
Improve SSL performance by calling SSLProtocol methods directly, not through the python's vectorcall interface
#626
opened Sep 7, 2024 by
tarasko
Loading…
updated Oct 15, 2024
Improve performance by using Python C API to enter/exit context
#627
opened Sep 8, 2024 by
tarasko
Loading…
updated Oct 15, 2024
Add thread name prefix to the default thread pool executor
#636
opened Oct 20, 2024 by
inikolaev
Loading…
updated Oct 20, 2024
Fix SSLProtocol.connection_lost not being called when underlying socket is closed
#639
opened Oct 23, 2024 by
cjavad
Loading…
updated Oct 23, 2024
Add note about Python version to performance claims in README
#644
opened Nov 11, 2024 by
MarkusSintonen
Loading…
updated Nov 11, 2024
Add support for special hostname <broadcast>
#592
opened Jan 29, 2024 by
jpbede
Loading…
updated Nov 15, 2024
Improve SSL performance by avoiding SSLWantReadError exception and using much faster checks whenever possible
#629
opened Sep 11, 2024 by
tarasko
Loading…
updated Nov 25, 2024
Redirect windows users trying to install uvloop to winloop for the time being
#606
opened May 19, 2024 by
Vizonex
Loading…
updated May 12, 2025
Fix cpython imports & Redirecting Windows Users to Use Winloop
#679
opened May 12, 2025 by
Vizonex
Loading…
updated May 28, 2025
return the registration status from remove_reader/remove_writer
#660
opened Mar 17, 2025 by
graingert
Loading…
updated May 28, 2025
Fix for unexpected socket closures and data leakage under heavy load
#646
opened Nov 25, 2024 by
todddialpad
Loading…
updated Sep 28, 2025
call_later should always return TimerHandle
#704
opened Oct 22, 2025 by
jensbjorgensen
Loading…
updated Oct 22, 2025
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.