Commit Graph

107 Commits

Author SHA1 Message Date
Ben Darnell 1882670c5f In case the callback_uri and the uri that called authenticate_redirect
are different, use the callback as the openid realm.
2011-08-14 12:05:17 -07:00
Ben Darnell a824119300 Release note updates 2011-08-14 11:40:10 -07:00
Ben Darnell e41463076a Doc and release note updates. 2011-07-10 17:13:00 -07:00
Ben Darnell b0e4bedbd4 Release notes for multi-process stuff 2011-07-04 19:24:20 -07:00
Ben Darnell 6a7ff97a10 Pull process forking out of HTTPServer into a new module 2011-07-04 16:32:14 -07:00
Ben Darnell 767d83d5c1 Pull socket creation out of HTTPServer into a new module. 2011-07-04 15:58:17 -07:00
Ben Darnell 5de868438a Revamp error handling: replace get_error_html with write_error. 2011-07-04 12:16:50 -07:00
Ben Darnell 9481ce17ef Add RequestHandler.set_default_headers, which may be overridden to set
headers that will not be reset during error handling.
2011-07-04 10:19:54 -07:00
Ben Darnell 1e4f323620 Better handling of errors not generated by an exception; add to release notes 2011-07-03 10:53:03 -07:00
Ben Darnell fab11e5ca0 Update next release notes for recent changes 2011-07-02 19:32:51 -07:00
Ben Darnell 5d36a5d953 Remove support for cookies set by pre-1.0 releases of Tornado. 2011-06-26 18:32:41 -07:00
Ben Darnell 84c5ddbb6f Add max_age_days parameter to RequestHandler.get_secure_cookie.
Closes #27.
Closes #189.
2011-06-26 18:30:19 -07:00
Ben Darnell 815a1f06c2 Add command-line interface to tornado.autoreload 2011-06-26 15:24:23 -07:00
Ben Darnell 9d1af05323 Clean up shutdown process for IOLoop and HTTPClient.
This fixes an exception on exit from tornado.httpclient.main().
2011-06-26 14:21:02 -07:00
Ben Darnell b881ec495c Add read_until_close method to IOStream and use it in SimpleAsyncHTTPClient. 2011-06-26 12:27:54 -07:00
Ben Darnell 56b0e36637 Remove unused imports and variables.
Closes #278.
2011-06-25 19:35:04 -07:00
Ben Darnell 612821ff22 Make websocket work in python3.
Closes #288.
2011-06-25 19:30:05 -07:00
Ben Darnell 84acb204a6 Fixed error in HTTPServer when AI_ADDRCONFIG is not available (as on WinXP)
Closes #287
2011-06-25 18:36:48 -07:00
Ben Darnell 3486b46fcb Add more prominent warning about incompatible changes in 2.0 2011-06-21 23:04:39 -07:00
Ben Darnell a339163333 Add 2.0 release notes 2011-06-21 22:28:20 -07:00
Ben Darnell 2f2659b48d Update homepage 2011-06-19 15:40:16 -07:00
Ben Darnell 4c643dc334 Misc updates 2011-06-19 14:25:19 -07:00
Ben Darnell c1b832a921 Remove old markdown version of overview page 2011-06-19 13:29:31 -07:00
Ben Darnell 5ec2ab02db Remove some redundant sections; flatten document structure 2011-06-19 13:01:22 -07:00
Ben Darnell 3907686f60 Fix formatting that didn't convert correctly 2011-06-19 12:37:10 -07:00
Ben Darnell ad58facb91 Convert overview from markdown to rst with pandoc 2011-06-19 12:10:26 -07:00
Ben Darnell 994555f391 Style updates 2011-06-19 12:05:28 -07:00
Ben Darnell 55d3be101e Run coverage check and fill in the blanks 2011-06-19 11:23:53 -07:00
Ben Darnell 300d23111d Finish this round of doc updates 2011-06-19 10:45:35 -07:00
Ben Darnell 6d5ebabdc3 IOLoop and HTTPClient docs 2011-06-17 00:16:40 -07:00
Ben Darnell cdc76f2fb1 More doc updates 2011-06-16 22:36:33 -07:00
Ben Darnell 31e7b78d04 Update overview for new 2.0 features 2011-06-11 21:57:53 -07:00
Ben Darnell 4e89201347 Add past release notes to sphinx docs 2011-06-11 21:32:45 -07:00
Ben Darnell 342c65663d Merge branch 'docs' 2011-06-11 15:15:39 -07:00
Ben Darnell 678d2eb2a9 Serve sphinx docs from app engine 2011-06-11 15:09:05 -07:00
Ben Darnell 824c07f616 Include __init__ methods in autodoc too 2011-06-11 14:53:28 -07:00
Ben Darnell 8fd9413f40 Add titles to table of contents 2011-06-11 14:48:46 -07:00
Ben Darnell 0747607c99 Use real section headers 2011-06-11 14:35:54 -07:00
Ben Darnell 389279445d Style sphinx docs to match the rest of the site 2011-06-11 14:30:51 -07:00
Ben Darnell 96c2f2f21f Finish automatic documentation 2011-06-11 13:31:29 -07:00
Ben Darnell 0af13b0ff6 Document debug mode and autoreload 2011-06-11 12:45:33 -07:00
Ben Darnell 696d9785a6 Demote s3server.py to a demo 2011-06-11 12:19:13 -07:00
Ben Darnell f6b365158d More autodoc fixes 2011-06-10 00:13:20 -07:00
Ben Darnell 050797cc5e Use coverage checker instead of automatic member extraction 2011-06-09 11:26:35 -07:00
Ben Darnell 53f5f3ca3f Fix up docs for web.py 2011-06-09 01:19:26 -07:00
Ben Darnell 4fec6aeb98 Skeletal autogenerated reference documentation 2011-06-08 23:58:58 -07:00
Ben Darnell 0f37846547 Documentation fix 2011-06-04 14:35:25 -07:00
Ben Darnell 27bf4d85e2 Remove execute permission from files not intended to be entry points 2011-05-28 15:03:35 -07:00
Alan Hogan 4f911478e1 Typo, restore missing path setting, and mention the capturing group 2011-05-18 19:51:31 -07:00
Alan Hogan 1100a5239c Document how to fake other root files despite serving with StaticFileHandler 2011-05-15 12:05:13 -07:00