summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent resolution orders and add Python 3.8.issue49Jason Madden2020-03-301-1/+1
* Avoid using urllib.parse.splitport()Marius Gedminas2019-08-072-3/+35
* Add another testMarius Gedminas2019-07-101-0/+9
* Fix empty file uploadsMarius Gedminas2019-07-102-1/+18
* Add an XXX commentMarius Gedminas2019-07-101-0/+2
* Handle non-UTF-8 charsetsMarius Gedminas2019-07-102-5/+29
* Restore our charset decoding logicMarius Gedminas2019-07-101-7/+14
* Add testsMarius Gedminas2019-07-101-0/+38
* Mangle QUERY_STRING correctlyMarius Gedminas2019-07-101-1/+12
* cgi.FieldStorage() already decoded our inputsMarius Gedminas2019-07-101-12/+11
* Support FileUpload.seekable()Marius Gedminas2019-07-102-1/+5
* Get rid of _u()Marius Gedminas2019-07-103-16/+17
* Refactoring: avoid _u("...")Marius Gedminas2019-07-098-157/+149
* Fix a DeprecationWarning from defaultview.pyJason Madden2018-10-191-1/+1
* Add support for Python 3.7. (#28)Michael Howitz2018-10-101-1/+4
* Encode XMLRPC response bodies to bytes if needed. Fixes #26. Also use a moder...Jason Madden2017-12-212-20/+33
* Publish more documentation.more-docsJason Madden2017-11-162-13/+60
* Fix a ResourceWarning under Python 3 tests.resourcewarningsJason Madden2017-11-121-1/+2
* Remove ``zope.publisher.tests.httprequest``.Michael Howitz2017-10-061-41/+0
* Add necessary files to publish documentation to RTD.sphinx-docsJason Madden2017-06-287-27/+27
* Define BaseRequest.__bool__.issue18Jason Madden2017-05-222-2/+7
* Fix POST with large values on Python 3Brian Sutherland2017-03-022-1/+21
* Compatibility with PythonScripts (#10)Johannes Raggam2017-02-092-3/+67
* Fix file uploads on python 3.4 and up.fix-file-uploads-python-3.4Brian Sutherland2016-11-042-0/+10
* Work around Python 3.5 change to CookieError message text.Tres Seaver2016-04-141-2/+4
* Make HTTPResponse.getHeaders() deterministicremove-nondeterminismMarius Gedminas2015-11-093-4/+3
* Add support for Python3.2, and really test PyPy3.Jason Madden2015-06-0410-141/+147
* Merge branch 'master' into pypy-supportTres Seaver2015-06-021-1/+1
|\
| * Work around Python 3.4.3 cookie breakage.Tres Seaver2015-06-021-1/+1
* | Skip the tests that only fail under PyPy 2.5.0 when running on PyPy 2.5.0 for...pypy-supportJason Madden2015-06-021-1/+11
* | Add support for PyPy.Jason Madden2015-06-021-9/+11
|/
* Fix ResourceWarnings on Python3.Tres Seaver2014-12-271-19/+34
* update tests for latest, stricter Cookie implementationJackie Murphy2014-12-221-2/+2
* Revert "Merge pull request #2 from zopefoundation/achapman-lenient-cookie-par...Jackie Murphy2014-12-222-70/+17
* Added ``trusted`` support for ``Redirect`` exceptionAdam Groszer2013-11-252-4/+11
* Add __traceback_info__ to response.redirect()Marius Gedminas2013-11-141-0/+2
* do not use deprecated test assertionsachapman-lenient-cookie-parsingFred Drake2013-07-261-4/+4
* clean up docstringFred Drake2013-07-261-2/+5
* python 3.x support for LenientCookiesJohn Murphy2013-07-261-5/+9
* Merge branch 'master' into achapman-lenient-cookie-parsingJohn Murphy2013-07-2639-524/+779
|\
| * fix LookupError on non-existing charsetBrian Sutherland2013-04-092-1/+35
| * unconditionally deregister adapters in tearDownBrian Sutherland2013-04-091-3/+5
| * add support for application/json as Unicode textFred Drake2013-03-112-6/+17
| * PrincipalLogging.getLogMessage will return bytes instead of unicode4.0.0a3Andrey Lebedev2013-02-282-2/+2
| * Use BytesIO for test request input streamAndrey Lebedev2013-02-221-2/+2
| * More deprecation and other warnings fixedAndrey Lebedev2013-02-213-13/+17
| * unittest deprecation warnings curedAndrey Lebedev2013-02-2110-162/+162
| * Fix support for Python-2.6Andrey Lebedev2013-02-212-2/+5
| * All tests passAndrey Lebedev2013-02-217-22/+44
| * Python-2 compatibility restored, paste.txt fixedAndrey Lebedev2013-02-212-6/+22