- Jun 15, 2015
-
-
David Douard authored
-
David Douard authored
-
- Jun 02, 2015
-
-
David Douard authored
instead of pypi. Also fix the debian/copyright file.
-
David Douard authored
it's not available as a debian package.
-
David Douard authored
and remove examples/simple_chat/ since it's handled by debian/copyright
-
David Douard authored
- simple_chat includes source-less js and swf files - use debian/chaussette.examples to list examples to include - docs cleanup are better done in dh_auto_clean
-
David Douard authored
-
David Douard authored
Use instructions from https://wiki.debian.org/Python/FAQ#Python_eggs
-
David Douard authored
-
David Douard authored
-
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
-