summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make add_close.next() leverage add_close.__next__()python3_wsgilib_add_close_nextMarc Abramowitz2016-03-081-1/+1
* Check paste.wsgilib.add_close._closedMarc Abramowitz2016-03-071-0/+2
* Uncomment/cleanup paste.wsgilib.app_close.__next__Marc Abramowitz2016-03-071-2/+2
* Add tests for `add_close` classMarc Abramowitz2016-03-071-0/+50
* 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
* | Merged in msabramo/paste/tox_add_pypy (pull request #31)Marc Abramowitz2016-03-072-3/+3
|\ \
| * | Enable testing with pypytox_add_pypyMarc Abramowitz2016-03-072-3/+3
|/ /
* | Merged in msabramo/paste/tox_add_py35 (pull request #30)Marc Abramowitz2016-03-070-0/+0
|\ \
* | | tox.ini: Add py35 to envlisttox_add_py35Marc Abramowitz2016-03-071-1/+1
|/ /
* | Merged in sphalerite/paste (pull request #26)Marc Abramowitz2016-03-071-1/+1
|\ \
| * | Change six requirement to >=1.4.0Linus Heckemann2015-06-101-1/+1
| |/
* | Merged in nilsph/paste/py3k (pull request #28)Marc Abramowitz2016-03-0711-19/+109
|\ \ | |/ |/|
| * Python 3: use compatible print syntax in example textpy3kNils Philippsen2015-11-121-2/+2
| * Python 3: let html_quote() and url() always return the same typeNils Philippsen2015-11-121-4/+4
| * Python 3: ignore exception details in doctestsNils Philippsen2015-09-101-1/+4
| * Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-122-4/+3
| * Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
| * Python 3: add workarounds for cgi.FieldStorageNils Philippsen2015-08-201-1/+58
| * Python 3: Use the same python interpreter for CGI scripts.Nils Philippsen2015-08-201-0/+23
| * Python 3: Don't mangle strangely encoded inputNils Philippsen2015-08-192-3/+11
| * Python 3: Always encode params if passed as text typesNils Philippsen2015-08-191-2/+2
| * Python 3: App must always return binary type.Nils Philippsen2015-08-191-1/+1
|/
* Added tag 2.0.2 for changeset 53f5c2cd7f50Marc Abramowitz2015-05-110-0/+0
* Update docs/news.txt for 2.0.22.0.2Marc Abramowitz2015-05-111-0/+21
* 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
* | Merged in marsupial2k/paste (pull request #6)Marc Abramowitz2015-05-112-0/+7
|\ \
| * | Add HTTP 429 "Too Many Requests"Neil Williams2011-12-232-0/+7
* | | Merged in ls_/paste (pull request #20)Marc Abramowitz2015-05-111-3/+3
|\ \ \
| * | | Escape CGI environment variables in HTTP 404 responsesKaan Kivilcim2014-08-251-3/+3
* | | | Merged in msabramo/paste/eliminate_cgi_parse_qsl (pull request #23)Marc Abramowitz2015-05-111-3/+2
|\ \ \ \
| * \ \ \ Merged in msabramo/paste/test_wsgirequest_charset_use_UTF-8_instead_of_iso-88...Marc Abramowitz2015-05-110-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1Marc Abramowitz2015-04-301-3/+2
| |/ / /
* | | | Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqleliminate_cgi_parse_qsl_2eliminate_cgi_parse_qslMarc Abramowitz2015-04-303-9/+8
|/ / /
* | | Fix Python 3 issue in paste/fixture.pyMarc Abramowitz2015-04-301-1/+1
* | | Merged in msabramo/paste/BB-4 (pull request #22)Victor Stinner2015-04-300-0/+0
|\ \ \
* | | | 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
* | | | tests/test_httpserver.py: Add test_environ_with_multiple_valuesMarc Abramowitz2015-04-281-0/+16
* | | | tests/test_httpserver.py: Use `email` module instead of `mimetools`Marc Abramowitz2015-04-281-2/+2
* | | | Fix improper commas in request headers in wsgi_environMarc Abramowitz2015-04-271-1/+1
* | | | Add tests/test_httpserver.pyMarc Abramowitz2015-04-271-0/+29
|/ / /
* | | set version to 2.0.2Victor Stinner2015-04-231-7/+1
* | | Added tag 2.0.1 for changeset a0ef0e57e057Victor Stinner2015-04-230-0/+0
* | | prepare release 2.0.12.0.1Victor Stinner2015-04-232-3/+4
* | | Revert change on paste.util.quoting.html_quote()Victor Stinner2015-04-233-6/+10
* | | Update changelogVictor Stinner2015-04-231-1/+15