Commit Graph

39 Commits

Author SHA1 Message Date
Ben Darnell 7e5d58b0cd Add an overridable attribute FacebookGraphMixin._FACEBOOK_BASE_URL.
Closes #241.
2013-05-27 15:19:04 -04:00
Ben Darnell f55614a641 Organize release notes by module 2013-05-25 19:15:24 -04:00
Ben Darnell dedc6f61e0 Update release notes 2013-05-25 18:48:30 -04:00
Ben Darnell 2b054d4d5c Release note updates. 2013-05-19 23:19:53 -04:00
Ben Darnell 6f9cbabe98 Release note updates 2013-05-13 00:49:16 -04:00
Ben Darnell ca8495d934 Allow prepare to be asynchronous, and detect coroutines by their result.
The prepare method does not use the @asynchronous decorator, only
@gen.coroutine (or @return_future; it detects the Future return type).
The same logic is now available for the regular http verb methods as well.

Closes #605.
2013-05-12 19:46:41 -04:00
Ben Darnell e289658771 Release note and doc updates 2013-05-12 18:08:23 -04:00
Ben Darnell 4dee9157eb Add a distinct MissingArgumentError class for get_argument.
Closes #782.
2013-05-12 12:55:00 -04:00
Ben Darnell a9b1e8b34e Release note updates. 2013-04-29 00:08:41 -04:00
Ben Darnell e4bba5ce21 Expand docs for @asynchronous decorator and other cleanups.
Closes #742.
2013-04-18 10:40:20 -04:00
Ben Darnell efeb35009b Fix the same typo in docs/index.rst 2013-04-18 09:33:57 -04:00
Ben Darnell 688afb5c35 Start a new next-release-notes file 2013-04-14 17:03:46 -04:00
Ben Darnell 227ca881ad Add link to PDF docs. 2013-04-14 13:58:55 -04:00
Ben Darnell 8b72824826 Re-add google webmaster tools site verification code. 2013-04-10 23:53:58 -04:00
Ben Darnell 1e69faa115 Make the websocket_connect error handling more comprehensive.
Now covers successful http responses that return a non-websocket body
and network errors that prevent a body from being returned.

Added a connect_timeout parameter to websocket_connect.
2013-04-08 23:11:08 -04:00
Ben Darnell f229efbf06 Update debug mode docs. 2013-04-08 22:46:30 -04:00
Ben Darnell 5b3e9ec4a3 Add 3.0.1 release notes. 2013-04-08 22:22:34 -04:00
Ben Darnell 86c07fb441 Copy the notice about dict-style access to options to the backwards-compat section. 2013-03-31 17:44:22 -04:00
Ben Darnell 660f75fab6 Finalize 3.0 release notes. 2013-03-29 09:01:44 -04:00
Ben Darnell c3cc556346 Downloads are now hosted on pypi instead of github. 2013-03-29 08:55:39 -04:00
Ben Darnell b5a27a3a2c Document tornado.concurrent.Future.
All internal links now point there instead of to concurrent.future.Futures.
2013-03-17 13:42:12 -04:00
Ben Darnell 088489abcd Move gen from "utilities" to "asynchronous networking" 2013-03-16 19:05:11 -04:00
Ben Darnell 6bf30d08e1 Add/update docs for twisted, caresresolver, and util modules 2013-03-16 18:52:07 -04:00
Ben Darnell c11f8d0ed5 Doc updates, modules H-L 2013-03-16 11:50:31 -04:00
Ben Darnell e4feeba25d Turn on dangling-reference warning in sphinx for local builds.
Reformat the HTTPFile docs where were causing odd reference errors.
2013-03-16 10:34:34 -04:00
Ben Darnell ae61c7191c Fix dangling references in old release notes. 2013-03-16 01:41:50 -04:00
Ben Darnell 9f3dec0c30 Fix most of the rest of the dangling references. 2013-03-16 01:21:53 -04:00
Ben Darnell 53fc8fd3de Rewrite gen docs to make coroutine the primary decorator. 2013-03-16 00:18:46 -04:00
Ben Darnell 9c1b189f5d Fix dangling links in next.rst 2013-03-15 23:29:42 -04:00
Ben Darnell b166bdf442 Fix dangling references in recently-revised docs. 2013-03-15 23:14:48 -04:00
Ben Darnell 0984b2cf09 Turn on intersphinx support for links to the standard library. 2013-03-15 22:56:03 -04:00
Ben Darnell 950d7d3837 Doc updates for the auth module. 2013-03-15 22:16:37 -04:00
Ben Darnell 059f0e8dbe Rename WebSocketConnect to websocket_connect.
Add docs for undocumented functions and modules.
2013-03-14 23:45:48 -04:00
Ben Darnell 6e3c288eb0 Add new methods to docs, found by sphinx coverage extension. 2013-03-14 23:07:58 -04:00
Ben Darnell 16932d8cff Rewrite text on index page. 2013-03-10 23:04:06 -04:00
Ben Darnell 2275692847 Build pdfs from documentation.rst, not index.rst 2013-03-10 21:32:36 -04:00
Ben Darnell d2a9b85de4 Fix internal links for pdf output. 2013-03-10 16:49:19 -04:00
Ben Darnell 4ea711af79 Fix sphinx config in its new home, restore Makefile and custom css. 2013-03-10 16:24:38 -04:00
Ben Darnell 5872959a75 Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00