Skip to main content

Waitress WSGI server

Project description

Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the “docs” directory of the Waitress package or http://docs.pylonsproject.org/projects/waitress/en/latest/ .

1.0.2 (2017-02-04)

Features

  • Python 3.6 is now officially supported in Waitress

Bugfixes

  • Add a work-around for libc issue on Linux not following the documented standards. If getnameinfo() fails because of DNS not being available it should return the IP address instead of the reverse DNS entry, however instead getnameinfo() raises. We catch this, and ask getnameinfo() for the same information again, explicitly asking for IP address instead of reverse DNS hostname. See https://github.com/Pylons/waitress/issues/149 and https://github.com/Pylons/waitress/pull/153

1.0.1 (2016-10-22)

Bugfixes

  • IPv6 support on Windows was broken due to missing constants in the socket module. This has been resolved by setting the constants on Windows if they are missing. See https://github.com/Pylons/waitress/issues/138

  • A ValueError was raised on Windows when passing a string for the port, on Windows in Python 2 using service names instead of port numbers doesn’t work with getaddrinfo. This has been resolved by attempting to convert the port number to an integer, if that fails a ValueError will be raised. See https://github.com/Pylons/waitress/issues/139

1.0.0 (2016-08-31)

Bugfixes

  • Removed AI_ADDRCONFIG from the call to getaddrinfo, this resolves an issue whereby getaddrinfo wouldn’t return any addresses to bind to on hosts where there is no internet connection but localhost is requested to be bound to. See https://github.com/Pylons/waitress/issues/131 for more information.

Deprecations

  • Python 2.6 is no longer supported.

Features

  • IPv6 support

  • Waitress is now able to listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required.

    from waitress import serve
    serve(wsgiapp, listen='0.0.0.0:8080 [::]:9090 *:6543')

Security

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitress-1.0.2.tar.gz (124.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

waitress-1.0.2-py2.py3-none-any.whl (113.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file waitress-1.0.2.tar.gz.

File metadata

  • Download URL: waitress-1.0.2.tar.gz
  • Upload date:
  • Size: 124.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for waitress-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c74fa1b92cb183d5a3684210b1bf0a0845fe8eb378fa816f17199111bbf7865f
MD5 b968f39e95d609f6194c6e50425d4bb7
BLAKE2b-256 cdf4400d00863afa1e03618e31fd7e2092479a71b8c9718b00eb1eeb603746c6

See more details on using hashes here.

File details

Details for the file waitress-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for waitress-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d00e6c533c0fba6b3cbc7f1f1fcf037c84ee47b3065ce20c2c2d55e3eaf3b063
MD5 d88212877feb9801abd78555df5711e2
BLAKE2b-256 e7b6de07299bbe1b4f43760570b6e2f0468345203b3a037f780626bd1eade2ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page