0
I Use This!
Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Micro-optimizations in callbacks Handle._run More... about 9 years ago
New interface to callback Handles More... about 9 years ago
Never ever use cython.final decorator More... about 9 years ago
Fix method_t typedef More... about 9 years ago
stream: Don't error out on _stop/start_reading requests More... about 9 years ago
Rename Loop._handle_uvcb_exception -> Loop._handle_exception More... about 9 years ago
Add UVHandle._error() method More... about 9 years ago
Add UVHandle._fatal_error() method More... about 9 years ago
Implement Server and create_server More... about 9 years ago
Tweak Makefile to remove _all_ html files More... about 9 years ago
Tweak Makefile to generate html files only in debug build More... about 9 years ago
Drop custom Future implementation. It should be part of CPython. More... about 9 years ago
Bump libuv to v1.8.0 More... about 9 years ago
Use PyMem* memory allocator in libuv More... about 9 years ago
Refactor handles instantiation and callbacks More... about 9 years ago
Move handles & headers into separate sub-packages More... about 9 years ago
Implement proper signals handling More... about 9 years ago
Some minor tweaks for debug logging More... about 9 years ago
Print some rusage info in debug More... about 9 years ago
Add debug stats for Handles and TimerHandles More... about 9 years ago
Significantly enhance robustness & debugging of UVHandles More... about 9 years ago
Don't close the loop on error More... about 9 years ago
Make initialization of all handles safer More... about 9 years ago
loop.close: Check that there were no new timers after closing run More... about 9 years ago
Refactor how UVHandles are closed / tracked. More... about 9 years ago
tests/call_later: Increase timeout -- it's going to be cancelled anyways More... about 9 years ago
make: Add a debug make target (sets DEBUG automatically) More... about 9 years ago
Make all uv callbacks check that handle.data is not NULL More... about 9 years ago
Don't hardcode freelist size More... about 9 years ago
Add UVTcpStream._set_nodelay and ._set_keepalive More... about 9 years ago