Commit Graph

8 Commits

Author SHA1 Message Date
Ben Darnell 27d15b91f8 concurrent: Update docs 2018-12-30 15:14:37 -05:00
Ben Darnell 1e758ad5aa docs: Start release notes for 5.0.
Update versionadded/versionchanged tags. Misc other doc updates
2017-12-17 21:50:05 -05:00
Ben Darnell ac13ee5f64 concurrent: Use asyncio.Future when available
This improves compatibility with asyncio, but required small tweaks to
various tests due to changes in callback timing (asyncio future
callbacks are always scheduled for the next IOLoop iteration)

concurrent: Always schedule Future callbacks on the IOLoop

Make the python 2/tornado-specific Future implementation more
consistent with asyncio's.
2017-11-05 15:42:32 -05:00
Ben Darnell 4ccfc4c3f7 concurrent: Remove TracebackFuture alias 2017-11-05 11:17:50 -05:00
Ben Darnell b93b8405b3 Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
Ben Darnell 5a1497dfaf Update docs for changes in 3.3. 2014-04-26 20:25:21 -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 059f0e8dbe Rename WebSocketConnect to websocket_connect.
Add docs for undocumented functions and modules.
2013-03-14 23:45:48 -04:00