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
- split_host_and_port: reject ports above 65535 with HTTPInputError
- _curl_debug: decode pycurl bytes as latin-1 before native_str
- _parse_request_range: accept range unit in any case per RFC 7233
- errno_from_exception: require int in args fallback
- TCPClient.connect: close the new SSLIOStream on TLS handshake timeout
- send_error: skip the default error page for 204 No Content (issue #3360)
- reject empty or whitespace timedelta values in _parse_timedelta
- GzipDecompressor: decompress concatenated gzip members instead of dropping them
- Add support for new HTTP standard method QUERY
- `_HasFileno` in `platform/asyncio.py` must be hashable because instances are used as dictionary key
- Docs
- Python not yet supported