tornado/docs
Ben Darnell 34c43f4775 Drop support for python 3.3, 3.5.[01] (#2116)
* Drop support for python 3.3

In June 2017, Python 3.3 accounted for 0.2% of Tornado's downloads
from pypi.

* travis.yml: Use trusty, update pypy versions

Get a py35-compatible version of pypy3. Plain "pypy" no longer seems
to work in this environment, so specify a version.

Drop testing of python 2.7.8, which no longer seems to be available.

* gen,queues: Drop the "legacy aiter protocol"

This protocol changed in Python 3.5.2 (after being introduced in
3.5.0). Async iteration now requires that version of Python (or
newer).

Closes #2107

* travis.yml: Only run doctests on one version of python 3

* Get tests passing on latest version of pypy3
2017-09-04 15:32:52 -04:00
..
guide FriendFeed website seems to have gone 2017-06-27 21:37:57 -04:00
releases Fix various typos in comments 2017-07-23 14:48:37 -04:00
Makefile Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
asyncio.rst Use autodoc for asyncio and twisted docs. 2015-09-27 16:52:04 -04:00
auth.rst Fix various typos in comments 2017-07-23 14:48:37 -04:00
autoreload.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
caresresolver.rst Add/update docs for twisted, caresresolver, and util modules 2013-03-16 18:52:07 -04:00
concurrent.rst Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
conf.py docs: Add uncovered function 2017-04-09 23:18:31 -04:00
coroutine.rst Add tornado.queues. 2015-03-14 21:13:25 -04:00
escape.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
faq.rst Add an FAQ page. 2015-03-04 00:01:05 -05:00
favicon.ico Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
gen.rst ioloop,gen: Unify TimeoutErrors 2017-06-10 18:29:26 -04:00
guide.rst Add a web spider example to demonstrate Queue. 2015-04-14 21:24:42 -04:00
http.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
http1connection.rst Document all the new HTTP stuff 2014-04-27 00:02:07 -04:00
httpclient.rst all: Remove deprecated io_loop arguments 2017-05-22 00:56:49 -04:00
httpserver.rst Fix doc references to HTTPRequest. 2014-02-23 15:57:18 -05:00
httputil.rst Enable the sphinx doctest extension. 2015-02-08 16:09:00 -05:00
index.rst Drop support for python 3.3, 3.5.[01] (#2116) 2017-09-04 15:32:52 -04:00
integration.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
ioloop.rst ioloop: Redefine instance() in terms of current() 2017-05-28 10:44:55 -04:00
iostream.rst Release note updates. 2014-06-20 00:37:11 -04:00
locale.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
locks.rst queues: Call out thread-unsafety in docs 2017-02-05 17:44:02 -05:00
log.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
netutil.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
networking.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
options.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
process.rst More doc updates. 2015-04-19 12:37:43 -04:00
queues.rst Remove hidden testsetup blocks from otherwise self-contained doctests. 2015-08-02 15:10:32 -04:00
releases.rst Version 4.5.1 2017-04-20 09:32:04 -04:00
requirements.txt Use autodoc for asyncio and twisted docs. 2015-09-27 16:52:04 -04:00
routing.rst add docs for routing module 2016-11-14 15:40:29 +03:00
stack_context.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
tcpclient.rst Doc and release note updates. 2014-05-25 10:54:41 -04:00
tcpserver.rst Fix most of the rest of the dangling references. 2013-03-16 01:21:53 -04:00
template.rst Add Loader parameter to control whitespace mode. 2015-07-05 17:03:45 -04:00
testing.rst testing: Remove deprecated LogTrapTestCase 2017-06-10 22:47:55 -04:00
tornado.png Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
twisted.rst Use autodoc for asyncio and twisted docs. 2015-09-27 16:52:04 -04:00
util.rst Enable the sphinx doctest extension. 2015-02-08 16:09:00 -05:00
utilities.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
web.rst Release notes and doc updates for 4.5 2017-03-26 17:10:47 -04:00
webframework.rst add docs for routing module 2016-11-14 15:40:29 +03:00
websocket.rst docs: Add uncovered function 2017-04-09 23:18:31 -04:00
wsgi.rst Unify WSGI support with the HTTPConnection abstraction. 2014-03-15 22:30:23 -04:00