summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* TestApp: Make unicode urls always work.benjaminp-fixture-unicode-pathsBenjamin Peterson2019-09-031-0/+1
* Avoid copying FieldStorage if possible. (#30)Benjamin Peterson2019-08-291-5/+7
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-251-15/+7
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-241-2/+2
* Get MutableMapping from collections.abc on Python 3. (#26)Benjamin Peterson2019-07-243-3/+3
* Fix quoting of bytestrings. (#23)Jelmer Vernooij2019-03-071-1/+4
* Write bytestrings when calling wsgi_write_chunk (#22)Chris Dent2019-02-281-2/+2
* Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)"Chris Dent2019-01-071-3/+3
* Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)Stephan Richter2018-11-291-3/+3
* Don't delete dict item while iterating over same dict (#14)3.0.4Marius van den Beek2018-11-051-1/+1
* paste.fixture: fix form offset handling (#12)Daniel Hahler2018-10-311-6/+2
* py3 fixes for form handling in paste.fixture (#8)Daniel Hahler2018-10-302-10/+19
* Pytest fixes (#9)Daniel Hahler2018-10-301-11/+11
* Remove use of futureChris Dent2018-10-246-5/+30
* Make iterators Python3-compatibleZane Bitter2018-10-232-0/+4
* Don't raise StopIteration inside a generatorZane Bitter2018-10-232-3/+2
* Fix up testing after switch to pytestChris Dent2018-10-236-24/+24
* Merged in onovy/paste (pull request #36)Chris Dent2018-10-231-1/+1
|\
| * Use correct variable when building message for exceptionOnd?ej Nov?2016-03-101-1/+1
| * Make add_close.next() leverage add_close.__next__()python3_wsgilib_add_close_nextMarc Abramowitz2016-03-081-1/+1
| * Uncomment/cleanup paste.wsgilib.app_close.__next__Marc Abramowitz2016-03-071-2/+2
| * Merge default to python3_wsgilib_add_close_nextMarc Abramowitz2016-03-071-0/+4
| |\
| | * paste.wsgilib.add_close: Add __next__ methodMarc Abramowitz2016-03-071-0/+4
| | * Don't display invalid error message when socket in useMarc Abramowitz2015-05-111-2/+4
| | * Merged in aodag/paste-py3/fix-has_key (pull request #25)Marc Abramowitz2015-05-112-2/+2
| | |\
| | | * replace ``has_key`` method to ``in`` operator #9fix-has_keyaodag2015-05-022-2/+2
| | | * Fix Python 3 issue in paste/fixture.pyMarc Abramowitz2015-04-301-1/+1
| | | * Make utility function private: _get_headersBB-4Marc Abramowitz2015-04-301-4/+9
| | | * Make get_headers default to Python 3; fallback to Python 2Marc Abramowitz2015-04-301-4/+4
| | | * Make get all values of a header work on both Python 2 and 3Marc Abramowitz2015-04-281-1/+9
| | | * Fix improper commas in request headers in wsgi_environMarc Abramowitz2015-04-271-1/+1
| | | * Add tests/test_httpserver.pyMarc Abramowitz2015-04-2788-0/+33193
| | * Merged in marsupial2k/paste (pull request #6)Marc Abramowitz2015-05-112-0/+7
| | |\
| | | * Add HTTP 429 "Too Many Requests"Neil Williams2011-12-2392-0/+37462
| | * Merged in ls_/paste (pull request #20)Marc Abramowitz2015-05-111-3/+3
| | |\
| | | * Escape CGI environment variables in HTTP 404 responsesKaan Kivilcim2014-08-2592-0/+37607
| | * Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqleliminate_cgi_parse_qsl_2eliminate_cgi_parse_qslMarc Abramowitz2015-04-3088-0/+33205
| * tox.ini: Add py35 to envlisttox_add_py35Marc Abramowitz2016-03-0788-0/+33221
* Merged in jeblair/paste (pull request #38)Chris Dent2018-10-231-1/+5
|\
| * Fix error on httpserver shutdownJames E. Blair2017-06-0688-0/+33229
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-0888-0/+33225