0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: Fix test_calls_debug_reporting in debug build More... over 8 years ago
handle: When warning about an unclosed recource, print its source tb More... over 8 years ago
handle: Remove dead code More... over 8 years ago
handle: Remove __NOHANDLE__; just use NULL More... over 8 years ago
Correctly dealloc detached handlers More... over 8 years ago
Revert "Don't use dynamic memory allocation for libuv handles/requests" More... over 8 years ago
handle: Ensure self._handle is set to NULL in _abort_init() More... over 8 years ago
Add a test that uvloop doesn't set FD_CLOEXEC to stdin/stdout/stderr More... over 8 years ago
Don't set FD_CLOEXEC on stdio/stdin/stderr etc. More... over 8 years ago
loop._getaddrinfo: Check if the Future is cancelled before setting error More... over 8 years ago
Fix codestyle More... over 8 years ago
Bump the version to v0.4.33 More... over 8 years ago
transport: Return duplicate sockets from get_extra_info('socket') More... over 8 years ago
tests: Do GC after each test More... over 8 years ago
Update manifest.in to include both licenses More... over 8 years ago
Dual-license uvloop under MIT and Apache 2.0 More... over 8 years ago
Don't use dynamic memory allocation for libuv handles/requests More... over 8 years ago
makefile: support the python binary being called something else More... over 8 years ago
Bump the version to 0.4.32 More... over 8 years ago
Issue #33: Add slow_callback_duration property to loop More... over 8 years ago
tests: Drop test_connect_silent_cancellation (not portable) More... over 8 years ago
Issue #36: Ingnore CancelledError in transport.connect More... over 8 years ago
Issue #34: Fix UVPoll handler crash More... over 8 years ago
readme: Fix markup More... over 8 years ago
Bump the version to 0.4.31 More... over 8 years ago
Fix uvloop tests under 3.5.2 More... over 8 years ago
readme: Update PyPI badge More... over 8 years ago
Simplify code working with func pointers More... over 8 years ago
subprocess: Use Cython DEFs for constants More... over 8 years ago
subprocess: Add an XXX comment about some blocking code in process handle More... over 8 years ago