summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No longer allow lowercase HTTP methodsbugfix/uppercase_verbBert JW Regeer2017-08-152-5/+21
|
* Merge pull request #155 from aodag/feature-main-moduleBert JW Regeer2017-03-152-0/+3
|\ | | | | add __main__ to run waitress by `-m` option
| * sign to contributorsAtsushi Odagiri2017-02-121-0/+1
| |
| * omit from coverageAtsushi Odagiri2017-02-121-5/+2
| |
| * added __main__Atsushi Odagiri2017-02-111-0/+5
| |
* | Prep for 1.0.2v1.0.2Bert JW Regeer2017-02-041-1/+1
| |
* | Python 3.6 is now officially supportedBert JW Regeer2017-02-041-0/+5
| |
* | Support Python 3.6Bert JW Regeer2017-02-044-3/+7
| |
* | Add CHANGES for #153Bert JW Regeer2017-02-041-0/+14
| |
* | Merge pull request #153 from Pylons/bugfix/nameinfoBert JW Regeer2017-02-032-3/+19
|\ \ | |/ |/| Add fallback to numeric only nameinfo
| * Allow failure of PyPy3 on Travisbugfix/nameinfoBert JW Regeer2017-01-171-0/+4
| |
| * Add fallback to numeric only nameinfoBert JW Regeer2017-01-171-3/+15
|/
* Merge pull request #148 from stevepiercy/masterBert JW Regeer2017-01-022-9/+9
|\ | | | | minor grammar and syntax fixes
| * Proper use of "file-like object" or ``filelike_object``, based on contextSteve Piercy2017-01-021-3/+3
| |
| * remove deprecated supported versions of PythonSteve Piercy2017-01-021-2/+2
| |
| * Merge remote-tracking branch 'upstream/master'Steve Piercy2016-10-250-0/+0
| |\
| * | minor grammar and syntax fixesSteve Piercy2016-10-251-6/+6
| | |
* | | Lowercase PyBert JW Regeer2016-11-201-2/+2
| | | | | | | | | | | | It's still delicious, just not as large
* | | Also test on x86_64 on WindowsBert JW Regeer2016-11-201-0/+4
| | |
* | | automate build names for appveyorMichael Merickel2016-11-201-0/+2
| | |
* | | Remove PyPy3 from testingBert JW Regeer2016-11-202-5/+2
| | | | | | | | | | | | With thanks to the pip team
* | | cache pip artifactsMichael Merickel2016-11-201-2/+5
| | |
* | | Merge pull request #146 from Pylons/build-docs-on-travisTres Seaver2016-10-251-0/+2
|\ \ \ | |_|/ |/| | Build docs on Travis.
| * | Build docs on Travis.Tres Seaver2016-10-241-0/+2
| | | | | | | | | | | | | | | Trying to reproduce the Jenkins failures, e.g.: http://jenkins.pylonsproject.org/job/waitress/180/console.
* | | Merge pull request #147 from stevepiercy/masterSteve Piercy2016-10-251-1/+3
|\ \ \ | |/ / |/| / | |/ possible fix for PR #146
| * possible fix for PR #146Steve Piercy2016-10-251-1/+3
|/ | | | - Recent Sphinx versions might break on the `::` syntax, so use explicit `.. code-block:: python` instead
* fix typoSteve Piercy2016-10-231-1/+1
| | | Closes #145
* Back to devBert JW Regeer2016-10-221-1/+1
|
* Prep 1.0.1v1.0.1Bert JW Regeer2016-10-221-1/+1
|
* Update CHANGES.txtBert JW Regeer2016-10-221-0/+17
|
* Merge PR #140: Fix Windows support (IPv6/getaddrinfo)Bert JW Regeer2016-10-225-4/+75
|\
| * Add HAS_IPV6 to compatbugfix/socket_flags_windowsBert JW Regeer2016-10-142-5/+16
| | | | | | | | Disable IPv6 support if there is no IPv6 support on the platform
| * Merge branch 'bugfix/port_integer_windows' into bugfix/socket_flags_windowsBert JW Regeer2016-10-144-1/+35
| |\
| | * Add Python 2.7 to AppveyorBert JW Regeer2016-10-141-0/+2
| | |
| | * Python 2 on Windows doesn't allow service names for portsBert JW Regeer2016-10-143-2/+18
| | | | | | | | | | | | | | | However Python 3 apparently does, since we have a test for this, and upon changing things tests started failing on Python 3 on Windows.
| | * On Windows, turn port into an integerBert JW Regeer2016-10-142-1/+17
| | | | | | | | | | | | | | | | | | We can't use service names instead of port numbers on Windows, so attempt to turn the port into an integer. If unable to do so, raise an error.
| * | On Windows IPPROTO_IPV6 may not be defined in socketBert JW Regeer2016-10-142-2/+28
| |/ | | | | | | | | | | | | | | | | | | Unfortunately due to some reshuffling of headers on Windows, and Python defining the wrong Windows version, IPPROTO_IPV6 may not be defined on Windows. If this is the case, we set them to some magic values. If there is an OS out there that doesn't define those flags, and they are not windows, we raise a RuntimeError because we need to add some magic variables, waitress requires IPv6...
* | Merge pull request #144 from stevepiercy/masterSteve Piercy2016-10-222-5/+2
|\ \ | | | | | | undo canonical_url theme option because RTD has it already configured
| * | undo canonical_url theme option because RTD has it already configuredSteve Piercy2016-10-222-5/+2
| | | | | | | | | | | | - Where is this configured? No idea. See https://github.com/Pylons/waitress/pull/143
* | | Merge pull request #143 from stevepiercy/masterSteve Piercy2016-10-221-2/+5
|\ \ \ | |/ / | | | add canonical_url to Sphinx config
| * | kill off one more instance of .static/logo_hi.gifSteve Piercy2016-10-221-1/+1
| | |
| * | add canonical_url to Sphinx configSteve Piercy2016-10-221-1/+4
| | |
* | | Merge pull request #142 from stevepiercy/masterSteve Piercy2016-10-221-1/+0
|\ \ \ | |/ / | | / | |/ |/| remove unnecessary sys.path from conf.py so RTD can build docs
| * remove unnecessary sys.path from conf.py so RTD can build docsSteve Piercy2016-10-221-1/+0
|/
* Back to developmentBert JW Regeer2016-08-311-1/+1
|
* Prep for 1.0.0v1.0.0Bert JW Regeer2016-08-312-5/+4
|
* remove deprecation of host/portBert JW Regeer2016-08-312-6/+33
|
* Revert "Update CHANGES and make promise regarding deprecation"Bert JW Regeer2016-08-311-3/+1
| | | | This reverts commit b0ed433ba325ccb9d85723facec8ec5bf2be4cbf.
* Merge pull request #132 from Pylons/stevepiercy-patch-1Bert JW Regeer2016-07-071-1/+1
|\ | | | | Update CPython versions
| * Update CPython versionsSteve Piercy2016-07-071-1/+1
|/ | | I don't know about the PyPy versions as it is not in the change or history.