Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
splav
/
tornado
Public
forked from
tornadoweb/tornado
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Dec 9, 2012
Replace a couple of contextmanager functions with ExceptionStackContext.
bdarnell
committed
440e535
Copy full SHA for 440e535
Merge remote-tracking branch 'rhettg/master' into work
bdarnell
committed
ec55acb
Copy full SHA for ec55acb
Run AsyncHTTPClient callbacks on the IOLoop for a clean stack.
Show description for 6d9407f
bdarnell
committed
6d9407f
Copy full SHA for 6d9407f
TwistedIOLoop now supports overriding handle_callback_exception.
bdarnell
committed
5b4f028
Copy full SHA for 5b4f028
Commits on Dec 8, 2012
Remove some now-unnecessary calls to functools.partial
bdarnell
committed
3c24b7b
Copy full SHA for 3c24b7b
Add forgotten release note.
bdarnell
committed
1ddbe82
Copy full SHA for 1ddbe82
add_callback now takes *args, **kwargs.
Show description for ea79e8a
bdarnell
committed
ea79e8a
Copy full SHA for ea79e8a
Don't catch and hide exceptions caused by callbacks in http client
rhettg
committed
11f90d0
Copy full SHA for 11f90d0
Commits on Dec 7, 2012
curl_httpclient: don't call remove_handler if we never added it.
Show description for 6cf1fa1
bdarnell
committed
6cf1fa1
Copy full SHA for 6cf1fa1
Catch all exceptions, not just {OS,IO}Error in IOLoop.remove_handler.
Show description for c6593a3
bdarnell
committed
c6593a3
Copy full SHA for c6593a3
Commits on Dec 2, 2012
Add path_{kw,}args attributes to RequestHandler.
bdarnell
committed
4ca0a0f
Copy full SHA for 4ca0a0f
Return a Vary: Accept-Encoding header whenever gzip is enabled.
Show description for 69ead02
bdarnell
committed
69ead02
Copy full SHA for 69ead02
Add tests using the Redbot library for HTTP validation and caching.
bdarnell
committed
0b1b515
Copy full SHA for 0b1b515
Document the use of self.xsrf_token to set the cookie for ajax-only apps.
Show description for eea63fc
bdarnell
committed
eea63fc
Copy full SHA for eea63fc
Commits on Dec 1, 2012
Document the need to pass Connection: close when using no_keep_alive.
Show description for e25b753
bdarnell
committed
e25b753
Copy full SHA for e25b753
Add a mock.patch-compatible wrapper for options objects.
bdarnell
committed
e4ebf8b
Copy full SHA for e4ebf8b
Commits on Nov 27, 2012
Doc cleanups.
Show description for 8c5ad60
bdarnell
committed
8c5ad60
Copy full SHA for 8c5ad60
Commits on Nov 25, 2012
ErrorHandler no longer requires XSRF tokens.
Show description for 12c4e9f
bdarnell
committed
12c4e9f
Copy full SHA for 12c4e9f
Add protocol kwarg to HTTPServer constructor.
bdarnell
committed
d6f583f
Copy full SHA for d6f583f
Accept Content-Length headers in 304 responses.
Show description for 5f4d98c
bdarnell
committed
5f4d98c
Copy full SHA for 5f4d98c
Remove now-redundant entries from next.rst, bump version to 2.4.post2.
bdarnell
committed
6683077
Copy full SHA for 6683077
Merge branch 'branch2.4'
Show description for 307c523
bdarnell
committed
307c523
Copy full SHA for 307c523
Bump version to 2.4.1, update release notes.
bdarnell
committed
169ac4e
Copy full SHA for 169ac4e
Commits on Nov 22, 2012
Fix a bug with IOStream.read_until_close with a streaming_callback.
Show description for 722731d
bdarnell
committed
722731d
Copy full SHA for 722731d
Fix TwitterMixin on Python 3.
Show description for c113ac1
bdarnell
committed
c113ac1
Copy full SHA for c113ac1
Fix a memory leak in stack_context.
Show description for 18a66be
bdarnell
committed
18a66be
Copy full SHA for 18a66be
Commits on Nov 19, 2012
Use AsyncHTTPClient's defaults option in AsyncHTTPSTestCase.
Show description for 080f285
bdarnell
committed
080f285
Copy full SHA for 080f285
Remove redundant logging of read errors in IOStream.
Show description for 26078cd
bdarnell
committed
26078cd
Copy full SHA for 26078cd
Allow default HTTPRequest attributes to be set globally via configure.
Show description for 1a5b337
bdarnell
committed
1a5b337
Copy full SHA for 1a5b337
Commits on Nov 18, 2012
Remove outdated warnings and config instructions from simple_httpclient.
bdarnell
committed
aeff86a
Copy full SHA for aeff86a
Merge branch 'branch2.4'
Show description for d42de2d
bdarnell
committed
d42de2d
Copy full SHA for d42de2d
Upgrade appengine website to python 2.7.
bdarnell
committed
488c0d2
Copy full SHA for 488c0d2
Update app engine id for HRD migration.
bdarnell
committed
05e0a38
Copy full SHA for 05e0a38
Document the deprecation of tornado.database in the 2.4 branch.
bdarnell
committed
f5d4a92
Copy full SHA for f5d4a92
Make header_callback behavior consistent across both HTTP clients.
Show description for 65d27e5
bdarnell
committed
65d27e5
Copy full SHA for 65d27e5
Pagination
Previous
Next
You can’t perform that action at this time.