Commit Graph

7 Commits

Author SHA1 Message Date
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 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 e4bba5ce21 Expand docs for @asynchronous decorator and other cleanups.
Closes #742.
2013-04-18 10:40:20 -04:00
Ben Darnell 9f3dec0c30 Fix most of the rest of the dangling references. 2013-03-16 01:21:53 -04:00
Ben Darnell 5872959a75 Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00