Commit Graph

8 Commits

Author SHA1 Message Date
Ben Darnell 2719ed62bf Release note updates. 2014-06-20 00:37:11 -04:00
Ben Darnell 2cec3195f2 Introduce IOLoop.call_later and call_at.
call_later is a less-verbose alternative to add_timeout with a
timedelta; call_at exists for symmetry.  Both are named after
methods on the asyncio event loop, although there are small
variations (we support both args and kwargs while asyncio only supports
args; we use remove_timeout(handle) instead of handle.cancel()).

Closes #1049.
2014-06-18 10:29:28 -04:00
Ben Darnell 5a1497dfaf Update docs for changes in 3.3. 2014-04-26 20:25:21 -04:00
Ben Darnell df6db5594d Document file descriptor change and start new release notes. 2014-01-18 15:41:18 -05:00
Ben Darnell c11f8d0ed5 Doc updates, modules H-L 2013-03-16 11:50:31 -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 5872959a75 Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00