Commit Graph

6 Commits

Author SHA1 Message Date
Ben Darnell 55c440d6ef httpclient: Rename HTTPError to HTTPClientError
This avoids collisions in code that must deal with both
httpclient.HTTPError and web.HTTPError.
2018-04-08 15:25:21 -04:00
Ben Darnell 547e0f98d5 all: Remove deprecated io_loop arguments
IOLoop.current() is now used in all cases; it is no longer possible to
pass IOLoops around and use them directly. This occasionally requires
awkward workarounds with IOLoop.run_sync, but mainly in test code
(and the synchronous HTTPClient).
2017-05-22 00:56:49 -04:00
A. Jesse Jiryu Davis 0fcbadc70d docs: Demonstrate uploading and receiving files 2016-11-04 21:42:01 -04:00
Ben Darnell 5600fde88d More doc updates. 2015-04-19 12:37:43 -04:00
Ben Darnell c11f8d0ed5 Doc updates, modules H-L 2013-03-16 11:50:31 -04:00
Ben Darnell 5872959a75 Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00