Revisions of python-waitress
Stephan Kulow (coolo)
accepted
request 679188
from
Tomáš Chvátal (scarabeus_iv)
(revision 13)
- Add fetch-intersphinx-inventories.sh to sources - Add local-intersphinx-inventories.patch for generating the docs correctly - update to version 1.2.1: too many changes to list here, see: https://github.com/Pylons/waitress/blob/master/CHANGES.txt or even: https://github.com/Pylons/waitress/commits/master
Dominique Leuenberger (dimstar_suse)
accepted
request 659749
from
Matej Cepl (mcepl)
(revision 12)
Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 534388
from
Dirk Mueller (dirkmueller)
(revision 11)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 493201
from
Todd R (TheBlackCat)
(revision 10)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 440450
from
Dirk Mueller (dirkmueller)
(revision 9)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 398357
from
Factory Maintainer (factory-maintainer)
(revision 8)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 265068
from
Denisart Benjamin (posophe)
(revision 7)
1
Adrian Schröter (adrianSuSE)
committed
(revision 6)
Split 13.2 from Factory
Adrian Schröter (adrianSuSE)
committed
(revision 5)
Split 13.1 from Factory
Tomáš Chvátal (scarabeus_factory)
accepted
request 198878
from
Sascha Peilicke (saschpe)
(revision 4)
- update to 0.8.7: - The HTTP version of the response returned by waitress when it catches an exception will now match the HTTP request version. - Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE (see https://github.com/Pylons/waitress/issues/13) (forwarded request 198597 from dirkmueller)
Tomáš Chvátal (scarabeus_factory)
accepted
request 186944
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 0.8.6: - Do alternate type of checking for UNIX socket support, instead of checking for platform == windows. - Functional tests now use multiprocessing module instead of subprocess module, speeding up test suite and making concurrent execution more reliable. - Runner now appends the current working directory to ``sys.path`` to support running WSGI applications from a directory (i.e., not installed in a virtualenv). (forwarded request 186925 from saschpe)
Stephan Kulow (coolo)
accepted
request 180862
from
Sascha Peilicke (saschpe)
(revision 2)
- 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)
Displaying revisions 21 - 33 of 33