| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | Make get all values of a header work on both Python 2 and 3 | Marc Abramowitz | 2015-04-28 | 1 | -1/+9 | |
| | | | | | ||||||
| | | | * | Fix improper commas in request headers in wsgi_environ | Marc Abramowitz | 2015-04-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Revert from using `get` to `getheaders` method. fixes #4 | |||||
| | | | * | Add tests/test_httpserver.py | Marc Abramowitz | 2015-04-27 | 88 | -0/+33193 | |
| | | | | | | | | | | | | | | | | | | | | | | which contains a test for the issue in BB-4, where the WSGI environment has strings with commas in them that don't belong. See issue #4. | |||||
| | | * | Merged in marsupial2k/paste (pull request #6) | Marc Abramowitz | 2015-05-11 | 2 | -0/+7 | |
| | | |\ | | | | | | | | | | | | | Add HTTP exception for new code 429 "Too Many Requests" | |||||
| | | | * | Add HTTP 429 "Too Many Requests" | Neil Williams | 2011-12-23 | 92 | -0/+37462 | |
| | | | | | | | | | | | | | http://www.ietf.org/id/draft-nottingham-http-new-status-03.txt | |||||
| | | * | Merged in ls_/paste (pull request #20) | Marc Abramowitz | 2015-05-11 | 1 | -3/+3 | |
| | | |\ | | | | | | | | | | | | | Escape CGI environment variables in HTTP 404 responses | |||||
| | | | * | Escape CGI environment variables in HTTP 404 responses | Kaan Kivilcim | 2014-08-25 | 92 | -0/+37607 | |
| | | | | ||||||
| | | * | Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqleliminate_cgi_parse_qsl_2eliminate_cgi_parse_qsl | Marc Abramowitz | 2015-04-30 | 88 | -0/+33205 | |
| | | | | | | | | | | | because `cgi.parse_qsl` is deprecated, according to https://docs.python.org/2/library/cgi.html#cgi.parse_qsl | |||||
| | * | tox.ini: Add py35 to envlisttox_add_py35 | Marc Abramowitz | 2016-03-07 | 88 | -0/+33221 | |
| | | ||||||
| * | Merged in jeblair/paste (pull request #38) | Chris Dent | 2018-10-23 | 1 | -1/+5 | |
| |\ | | | | | | | Fix error on httpserver shutdown | |||||
| | * | Fix error on httpserver shutdown | James E. Blair | 2017-06-06 | 88 | -0/+33229 | |
| | | | | | | | | | | If a worker thread takes longer than 0.5s to shut down, we try to kill it. However, if it manages to stop between the 0.5s timeout and the call to kill_worker, kill_worker will raise an exception and abort shutdown. Handle that case with an exception handler. | |||||
| * | Don't raise StopIteration from generator, return instead | Miro Hron?ok | 2018-06-08 | 88 | -0/+33225 | |
| See https://www.python.org/dev/peps/pep-0479/ | ||||||
