- Jan 25, 2016
-
-
Yannick PEROUX authored
-
- Jun 03, 2015
-
-
David Douard authored
instead of custom travis hooks
-
David Douard authored
-
David Douard authored
-
- Jun 02, 2015
-
-
David Douard authored
the geventwebsocket module (used by several backends) do use collections.OrderedDict which is not available in python 2.6. Thanksfully, there is a bw compat module available on pypi (ordereddict).
-
David Douard authored
in chaussette/backend/_tornado.py and examples
-
David Douard authored
in the source distribution (python setup.py sdist)
-
- Jun 01, 2015
-
-
David Douard authored
and fix the quick start section of the README file accordingly.
-
David Douard authored
seems dead, see https://github.com/badges/pypipins/issues/37
-
David Douard authored
-
David Douard authored
-
David Douard authored
Used to fail since tornado.wsgi.WSGIApplication inherits from tornado.web.Application.
-
David Douard authored
-
David Douard authored
-
David Douard authored
- add a *quick start* section documenting how to run the example applications, - fix several URLs (travis, coveralls), - remove links to https://pypip.in (seems dead).
-
David Douard authored
- rename examples/tornado_app/tornadoapp.py to examples/tornado.py - add comments on ho to use the different options - add a wsgi app and a HTTPServer in the example - add a small flask-based example, as an example of pure WSGI application that can be started with (almost) all backends.
-
- Mar 31, 2015
-
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- Dec 29, 2014
-
-
Tarek Ziade authored
Gevent monkey patching must happen early to avoid "Exception KeyError in module threading" errors on shutdown
-
- Sep 27, 2014
- Aug 14, 2014
-
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- Aug 13, 2014
-
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- Aug 12, 2014
-
-
Tarek Ziade authored
-
Tarek Ziade authored
Bjoern support
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- Aug 11, 2014
-
-
Tarek Ziade authored
Update THANKS.rst
-
Tarek Ziade authored
-
- Aug 09, 2014
-
-
INADA Naoki authored
-
- Aug 08, 2014
-
-
Tarek Ziade authored
-
Tarek Ziade authored
Add tornado backend.
-
INADA Naoki authored
It puts egg file to current directory. The egg prevents `pip install coverage`
-
INADA Naoki authored
-
INADA Naoki authored
-
INADA Naoki authored
-
INADA Naoki authored
-