1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #104: Fix a typo in CoroWrapper More... about 12 years ago
Prune stale collections before closing oldest ones. Improve cloose logging. More... about 12 years ago
Fix ResourceWarning in test_windows_events: close the write end of the socket pair More... about 12 years ago
Cleanup properly proactor event loop More... about 12 years ago
Refactor: introduce Connection class. More... about 12 years ago
Minimal pty support, by Jonathan Slenders. More... about 12 years ago
Fix race in subprocess transport, by Victor Stinner. Fixes issue 103. More... about 12 years ago
Refactor Logger: No more VPrinter base class. More... about 12 years ago
Better reporting. More... about 12 years ago
Change max tasks/pool default to 100. Add TODOs. PEP8 tweaks. More... about 12 years ago
Connection pool limits; strict/lenient host matching. More... about 12 years ago
Tiny tweaks to code/docs. More... about 12 years ago
Fix serious leak in connection pool (still a minor one left). More... about 12 years ago
Ignore now-closed connections in pool. More... about 12 years ago
A new crawler example. More... about 12 years ago
Fix bug in chunked reader (must read final CRLF). More... about 12 years ago
Fix the fix I just committed. :-( More... about 12 years ago
Fix typo (_writer instead of _reader). More... about 12 years ago
Don't special-case GeneratorExit in Condition.wait(). More... about 12 years ago
Avoid pause deadlock in readexactly(). Fixes issue 99. More... about 12 years ago
Make PY34 symbol private (rename it to _PY34). More... about 12 years ago
Export iscoroutine[function]. More... about 12 years ago
Oops. Added a file by accident. More... about 12 years ago
A new, larger example: a cache server with a shareable, reconnecting client. More... about 12 years ago
Fix space in log message about poll time. More... about 12 years ago
Performance improvement to CPython issue 19967 (Victor Stinner again). More... about 12 years ago
Export all abstract protocol and transport classes. CPython issue #20029. More... about 12 years ago
Victor Stinner (CPython issue 19967): Future can have __del__ thanks to PEP 442. More... about 12 years ago
Shorten lines. More... about 12 years ago
Drop Tulip reference. More... about 12 years ago