1
0
Go to file
Stephan Kulow 4a8b178ca7 Accepting request 180862 from devel:languages:python
- update to 0.8.5:
 - Fix runner multisegment imports in some Python 2 revisions (see
   https://github.com/Pylons/waitress/pull/34).
 - For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
   signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
 - Add a command-line runner called ``waitress-serve`` to allow Waitress
   to run WSGI applications without any addional machinery. This is
   essentially a thin wrapper around the ``waitress.serve()`` function.
 - Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
   using PID-dependent port / socket for functest servers.
 - Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
   for the patch.  See: https://github.com/Pylons/waitress/issues/22
 - Add support for listening on Unix domain sockets. (forwarded request 180848 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=2
2013-06-29 12:36:43 +00:00
.gitattributes Accepting request 173795 from home:dirkmueller:branches:devel:languages:python 2013-04-29 14:06:16 +00:00
.gitignore Accepting request 173795 from home:dirkmueller:branches:devel:languages:python 2013-04-29 14:06:16 +00:00
python-waitress.changes Accepting request 180848 from home:dirkmueller:branches:devel:languages:python 2013-06-25 11:52:53 +00:00
python-waitress.spec Accepting request 180848 from home:dirkmueller:branches:devel:languages:python 2013-06-25 11:52:53 +00:00
waitress-0.8.5.tar.gz Accepting request 180848 from home:dirkmueller:branches:devel:languages:python 2013-06-25 11:52:53 +00:00