summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix setup.py for six dependencyVictor Stinner2015-04-232-2/+1
* | | Set version to 2.0.1Victor Stinner2015-04-221-1/+1
* | | Extract README.rst from setup.pyVictor Stinner2015-04-222-97/+113
* | | Fix paste.util.html_quote(unicode): don't encode the string to escape itVictor Stinner2015-04-223-25/+30
* | | Fix hash_identifier() on Python 3Victor Stinner2015-04-221-1/+5
* | | Port proxy to Python 3Victor Stinner2015-04-221-20/+26
* | | Merged in mfrobben/paste (pull request #21)Victor Stinner2015-04-22106-8010/+3706
|\ \ \
| * | | Cleanup imports in test_fileappVictor Stinner2015-04-221-12/+4
| * | | Fix pyflakes warnings in testsVictor Stinner2015-04-228-18/+2
| * | | Fix pyflakes warningsVictor Stinner2015-04-227-10/+3
| * | | Fix paste.util.threadedprint.uninstall()Victor Stinner2015-04-221-2/+2
| * | | Fix loop_pos.__repr__() of paste.util.looperVictor Stinner2015-04-221-1/+1
| * | | Get parse_querystring() function directly from the paste.request module,Victor Stinner2015-04-222-3/+3