summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix tox lint run + isort imports.Michael Howitz2022-08-0542-164/+251
* Revamp handling of query string and form decodingColin Watson2021-07-272-28/+64
* Handle empty Content-Type environment variable gracefullyJustas Sadzevicius2021-06-071-0/+6
* Avoid traceback reference cycle in publishColin Watson2021-05-191-0/+1
* Fix test compatibility with zope.interface 5.4zope-interface-5.4Jason Madden2021-03-252-81/+92
* More fixes requested in code review.config-with-pure-pythonMichael Howitz2021-01-182-55/+53
* Update src/zope/publisher/browser.pyMichael Howitz2021-01-181-2/+0
* Update src/zope/publisher/browser.pyMichael Howitz2021-01-181-1/+2
* Update src/zope/publisher/tests/test_http.pyMichael Howitz2021-01-181-2/+2
* Implement some of the fixes requested in code review.Michael Howitz2021-01-1818-64/+18
* Update src/zope/publisher/zcml.pyMichael Howitz2021-01-181-1/+1
* Lint the code and add support for Python 3.9.Michael Howitz2020-12-1841-510/+643
* Fix handling of non-ASCII form-data filenamesColin Watson2020-09-052-0/+53
* Fix handling of duplicate form-data field namesColin Watson2020-09-052-2/+23
* Fix the last few ResourceWarningsColin Watson2020-09-042-2/+10
* Drop FileUpload.nameColin Watson2020-08-212-22/+9
* Revert "Add BBB import for ZopeFieldStorage"Colin Watson2020-08-211-4/+0
* Add BBB import for ZopeFieldStorageColin Watson2020-08-201-0/+4
* Clarify commentColin Watson2020-08-201-2/+3
* Port form data parsing to multipartColin Watson2020-08-041-102/+95
* Catch decode error in b1b7ef5Wolfgang Schnerring2020-06-052-1/+12
* More text/bytes handling fixes after b1b7ef5Wolfgang Schnerring2020-06-042-1/+15
* Fix text/bytes handling in HTTP setResultWolfgang Schnerring2020-06-042-1/+8
* Fix isHTML check under Python 3Wolfgang Schnerring2020-06-042-0/+11
* 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