1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get back to using a bare exception clause in those points where the exception gets re-raised More... almost 13 years ago
provide a fileno() method for selectors for which this makes sense (epoll and kqueue) More... almost 13 years ago
use a bare except clause around fork as per guido post-commit review: https://code.google.com/p/tulip/source/detail?r=502e7fdb40f4c2124b6c0fe3d56a3304b5e26c9d More... almost 13 years ago
get rid of bare except clauses More... almost 13 years ago
http protocol parser More... almost 13 years ago
Add support for disconnecting notifications for write pipe. More... almost 13 years ago
websocket protocol parser + multiprocess srv.py example More... almost 13 years ago
Process InterruptedError for unix pipes More... almost 13 years ago
Add _conn_lost logic to unit pipe, extract magic 5 into constants module More... almost 13 years ago
Comment out unused _DISCONNECTED set More... almost 13 years ago
Add note to subprocess module indicating it is a hack. More... almost 13 years ago
cancellation support in task.sleep() More... almost 13 years ago
Fix issue #15: use less aggressive tail recusion. More... almost 13 years ago
Prevent spurious warning about abandoned Future. More... almost 13 years ago
warn about omitting future result or exception More... almost 13 years ago
Attempt to fix some line ending issue on Windows. More... almost 13 years ago
prevent writing to transport after socket exception More... almost 13 years ago
iocp event loop does not support stop_serving() More... almost 13 years ago
EventLoop.stop_serving() - stop listening for incoming connections More... almost 13 years ago
set future exception instead of throw into coroutine More... almost 13 years ago
allow to use @task decorator for non generator functions More... almost 13 years ago
Task.cancel() race condition More... almost 13 years ago
race condition in tasks.wait() More... almost 13 years ago
Sorry, I do not want non-ASCII characters in source code. More... almost 13 years ago
Merge More... almost 13 years ago
Replace % with format() everywhere. More... almost 13 years ago
http client refactoring More... almost 13 years ago
fix proactor_tests More... almost 13 years ago
Merge More... almost 13 years ago
Replace deprecated logger.warn with warning More... almost 13 years ago