Ben Darnell
19bdb15390
Avoid a quote mark that renders incorrectly in PDF mode.
...
Closes #935 .
2013-12-01 15:07:16 -05:00
Ben Darnell
473821f478
Update next-release notes and document the asyncio module.
2013-11-07 15:11:48 -05:00
Ben Darnell
4a5fdb1e83
Add backports.ssl_match_hostname dependency in place of our copy.
...
This function has changed recently and it makes more sense to stop
maintaining a separate copy, even though it does introduce our first
required dependency.
2013-11-05 16:00:42 -05:00
Ben Darnell
cd8c2918a2
Update next-release notes.
2013-11-03 21:10:56 -05:00
Ben Darnell
92ac501277
Merge remote-tracking branch 'sclm/GoogleOAuth2' into merge
...
Conflicts:
docs/releases/next.rst
2013-11-03 14:37:43 -05:00
Anton Ryzhov
15e2812af7
Documentation for yielding dicts
2013-10-17 19:44:09 +04:00
Ben Darnell
fd3d1919e7
Polish for extra debug-mode settings.
...
Split template_cache into two settings, for template and static files.
Rename several options. Update docs.
2013-10-05 20:38:39 -04:00
Travis Beauvais
30d15413d3
- Plural query/body arg methods.
...
- Updated Tests.
- Don't change signature of public methods.
2013-10-05 09:45:45 -07:00
Ben Darnell
0352fe008e
Merge branch 'branch3.1'
...
Conflicts:
docs/releases.rst
setup.py
tornado/__init__.py
2013-09-01 14:37:40 -04:00
Ben Darnell
203f3b8583
Add 3.1.1 release notes.
2013-09-01 14:20:03 -04:00
Ben Darnell
e03e826355
Document Windows support (or lack thereof).
...
Closes #871 .
2013-08-18 19:12:07 -04:00
Ben Darnell
5a4410d8e8
Update next-release notes.
2013-08-13 00:02:34 -04:00
Stephen McMillen
3b1ae9d07b
Fix up documentation for the class and the Sphinx reference.
2013-07-17 19:30:24 -04:00
Stephen McMillen
1942f97df5
Add in Google OAuth2 support.
2013-07-17 18:59:13 -04:00
Ben Darnell
459a9d8383
Start next release notes
2013-07-07 12:29:09 -04:00
Ben Darnell
21b207606d
Move next release notes to v3.1.
2013-06-15 14:15:24 -04:00
Ben Darnell
d2df3539ea
Release note updates.
2013-06-15 14:03:25 -04:00
Ben Darnell
6237407174
Document websocket error handling change (and StreamClosedError).
2013-06-05 21:57:03 -04:00
Ben Darnell
279d5d30a0
Release note updates
2013-06-05 01:00:09 -04:00
Ben Darnell
e8fae5cfee
Merge branch 'branch3.0'
...
Conflicts:
docs/releases.rst
setup.py
tornado/__init__.py
tornado/auth.py
2013-06-02 21:16:48 -04:00
Ben Darnell
1a3088b58d
Version bump and release notes for 3.0.2.
2013-06-02 16:27:28 -04:00
Ben Darnell
d68b6295b3
Add versionadded tags throughout the docs.
2013-05-27 18:01:08 -04:00
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