tornado
https://github.com/tornadoweb/tornado
Python
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported16 Subscribers
Add a CodeTriage badge to tornado
Help out
- Issues
- concurrent: format the run_on_executor bad-args ValueError message
- Release the in-flight SSLIOStream when its parent IOStream closes
- TCPClient: close the in-flight SSLIOStream on TLS handshake timeout
- process: resolve wait_for_exit Future when child was reaped by another caller
- gen: accept any _Yieldable in WaitIterator constructor (issue #3001)
- coroutine: catch asyncio.CancelledError alongside Exception so cancellations surface on the returned future
- _parse_timedelta: raise options.Error with the offending value
- resolver: take the numeric-only getaddrinfo path when host is already an IP
- is_valid_ip: accept RFC 3986 bracketed IPv6 in X-Forwarded-For
- simple_httpclient: distinguish DNS-resolve from TCP-connect in connect_timeout
- Docs
- Python not yet supported