Commit Graph

262 Commits

Author SHA1 Message Date
Ben Darnell c4911bf2e7 Release version 4.5.2 2017-08-27 12:18:30 -04:00
Ben Darnell 79b2683437 Fix header for 4.5.1 release notes 2017-04-20 11:39:58 -04:00
Ben Darnell e4f26acdab Version 4.5.1 2017-04-20 09:32:04 -04:00
Ben Darnell c9d2a3fa57 Set version to 4.5 2017-04-16 19:46:22 -04:00
Ben Darnell 5dc6a1bfbf Bump to 4.5b2, update release notes 2017-04-10 22:43:04 -04:00
Ben Darnell ed99997728 docs: Add uncovered function 2017-04-09 23:18:31 -04:00
Ben Darnell 104a302b75 websocket: Impose a size limit on incoming websocket messages (#1997) 2017-04-02 10:52:43 -04:00
Ben Darnell 4ff46deab7 Merge branch 'branch4.4' 2017-04-01 14:27:25 -04:00
Ben Darnell 50f1890e3e Version bump and release notes for 4.4.3 2017-03-30 09:17:36 -04:00
Ben Darnell 987291b495 Release notes and doc updates for 4.5 2017-03-26 17:10:47 -04:00
Ben Darnell e15dbaa53f Merge pull request #1957 from bdarnell/ws-ping
websocket: Periodic pinging for failure detection
2017-02-25 17:35:22 -05:00
Ben Darnell fb10f7c243 Merge pull request #1649 from xrmx/docwindows
docs: give more hints on why windows is unsupported
2017-02-20 21:44:22 -05:00
Ben Darnell a4215304d8 Merge commit 'pull/origin/1938' into ws-ping 2017-02-20 19:22:58 -05:00
Ben Darnell 0400845b00 docs: Remove direct tarball links and legacy install instructions
The tarball links were broken for many months without anyone noticing,
so apparently they weren't getting used (and anyone using them would
miss alternate release artifacts like the binary wheels we publish for
windows). Replace the hacks used to generate the tarball links with a
link to pypi and remove legacy manual installation instructions.
2017-02-20 14:55:31 -05:00
Ben Darnell 58f63b91a1 docs: Clarify limitations of native coroutines. 2017-02-20 14:41:30 -05:00
Ben Darnell c4ab372a77 queues: Call out thread-unsafety in docs
Fixes #1923
2017-02-05 17:44:02 -05:00
TaoBeier 14d0dbd8f4 Fix document download url on pypi. 2017-01-24 17:39:37 +08:00
Ben Darnell cfc20d12a1 Merge pull request #1806 from SuminAndrew/routing
implement routing mechanism
2016-12-17 12:18:42 +08:00
Ben Darnell f31750f242 Merge pull request #1890 from pitrou/coroutine_introspection
Improve introspection of coroutines
2016-11-20 17:40:34 +08:00
Ben Darnell 6f73e9bb56 Merge pull request #1881 from ajdavis/file-example
docs: Demonstrate uploading and receiving files
2016-11-20 17:14:48 +08:00
Antoine Pitrou e068d99cbf Improve introspection of coroutines 2016-11-15 12:35:29 +01:00
Andrey Sumin 384f049d6c add docs for routing module 2016-11-14 15:40:29 +03:00
A. Jesse Jiryu Davis 0fcbadc70d docs: Demonstrate uploading and receiving files 2016-11-04 21:42:01 -04:00
A. Jesse Jiryu Davis ef6957d165 web: Add regex support to RedirectHandler
The docs had wrongly claimed this was supported before. Implement it,
and update the docs to show the str.format-style syntax we chose.

Closes #1861.
2016-11-04 08:12:18 -04:00
Ben Darnell 53d23fbe1d Merge remote-tracking branch 'origin/branch4.4' 2016-10-01 12:38:04 +08:00
Ben Darnell 1664ce3d73 Release notes and version bump for 4.4.2 2016-10-01 00:35:37 +08:00
Ben Darnell c92695253a docs: Document some subtleties of native coroutines 2016-09-05 21:35:57 +08:00
matee 1dfe38e96c
Fixed typo in release notes 2016-07-27 16:10:12 +02:00
Ben Darnell 087085ab2b Set version number to 4.4.1 2016-07-23 12:27:16 -04:00
Ben Darnell 79ef301eb0 Set version number to 4.4 2016-07-15 10:53:37 -04:00
Ben Darnell b39858e281 Docs and release notes for 4.4 2016-07-08 14:07:42 -04:00
Adam Chainz a591d270ae Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:04:33 +01:00
Riccardo Magliocchetti 4e8ad47598 docs: give more hints on why windows is unsupported 2016-02-22 17:53:14 +01:00
Thomas Kluyver 078a4d1f51 Integrate websocket periodic pinging code from Jupyter
Closes gh-1640

As Ben requested on #1640, I've changed it to work in seconds rather
than milliseconds.

I'm not sure how we'd test something like this. I don't think we have
tests for it in Jupyter.
2016-02-15 14:41:27 +00:00
Ben Darnell b9919bf144 Improve grammar in docs
Fixes #1629
2016-02-13 19:11:58 -05:00
Ben Darnell 759ac2df1e Improve docs of URLSpec capturing groups
Inspired by https://groups.google.com/d/msg/python-tornado/eQ3wyusHCio/4eVVANYxAAAJ
2016-02-13 19:09:23 -05:00
Felix Yan d0c600220a Add monotonic as an alternative to Monotime 2015-11-07 14:01:40 +08:00
Ben Darnell 4d6fef7897 Drop support for Python 3.2.
Remove python 3.2 support from all test configurations and docs,
but do not actively remove code that exists for 3.2 compatibility.
2015-11-06 18:53:11 -05:00
Ben Darnell 02e67efa6b Drop Python 2.6 support.
Remove python 2.6 support from all test configurations and docs,
but do not actively remove code that exists for 2.6 compatibility.
2015-11-06 18:53:11 -05:00
Ben Darnell bd2d680711 Rename next.rst to v4.3.0.rst 2015-11-06 15:08:06 -05:00
Ben Darnell 05f8c07173 Link to the users' guide from the release notes. 2015-11-05 21:54:38 -05:00
Ben Darnell b3d64df007 Rewrite prerequisites section of index.rst.
Remove redundant parts of README; link to tornadoweb.org instead.
2015-10-24 19:07:59 -04:00
Ben Darnell 64c0f06d68 Update tests and docs for recent changes 2015-10-24 13:18:37 -04:00
Luis San Martin 65a5fe10d5 PEP8 fix docs/conf.py:91:1: E122 continuation line missing indentation or outdented 2015-10-20 12:28:52 -03:00
Ben Darnell 944cf2e453 Update next-release notes 2015-10-19 00:04:47 +02:00
Ben Darnell 99527e1f03 Document some subtleties of native coroutines 2015-10-03 22:45:43 -04:00
Ben Darnell 52f94d0067 Deprecate gen.maybe_future and remove all internal uses.
This allows native coroutines in the HTTPMessageDelegate.data_received
methods.
2015-10-03 22:28:14 -04:00
awsh 0017a3843b Removed links to facebook.com as Tornado is no longer featured. 2015-10-01 15:47:00 -04:00
awsh 09ee625f62 Removed broken link. 2015-10-01 14:35:40 -04:00
Ben Darnell 4ee9ba94de Update next-release notes. 2015-09-28 00:29:57 -04:00