summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Expand)AuthorAgeFilesLines
* Close hanging fd in testHandlerToolConfigOverrideDuncan Bellamy2021-01-171-2/+2
* Close streamed file in file_generator on destructDuncan Bellamy2021-01-171-0/+5
* Turn on ServerStateTests::test_2_KeyboardInterruptSviatoslav Sydorenko2020-12-111-4/+0
* Merge PR #1892Sviatoslav Sydorenko2020-11-291-4/+14
|\
| * <= 1Christian Clauss2020-11-291-1/+1
| * Update test_bus.pyChristian Clauss2020-11-291-1/+1
| * Update test_bus.pyChristian Clauss2020-11-291-1/+5
| * White quotesChristian Clauss2020-11-291-5/+5
| * Fix text_block() to ignore the final messageChristian Clauss2020-11-291-4/+9
|/
* Use white quotesChristian Clauss2020-11-191-2/+2
* xfail test_wait_publishes_periodically() on macOSChristian Clauss2020-11-181-0/+4
* Skip running test_2_KeyboardInterrupt with xfailSviatoslav Sydorenko2020-11-171-7/+4
* Make test_2_KeyboardInterrupt run in fork @ POSIXSviatoslav Sydorenko2020-11-171-1/+8
* Mark test_2_KeyboardInterrupt as xfailingChristian Clauss2020-11-171-0/+1
*-. Merge PR #1882, PR #1883 and PR #1884Sviatoslav Sydorenko2020-11-162-4/+1
|\ \
| | * Remove pytest.mark.xfail on test_queue_fullChristian Clauss2020-11-161-2/+0
| | * Remove pytest.mark.xfail on test_queue_fullChristian Clauss2020-11-161-1/+0
| |/ |/|
| * def example(): # noqa: F811Christian Clauss2020-11-161-1/+1
|/
* Fix compression level in meta header in gzip toolbugfixes/1849-gzip-compression-header-cpython-bug39389Sviatoslav Sydorenko2020-11-152-2/+39
* Reflow the comment in _make_content_dispositionSviatoslav Sydorenko2020-04-171-6/+6
* Fix typos in all NFKC referencesSviatoslav Sydorenko2020-04-171-3/+3
* Move normalization algorithm description from docstring to code comments.Jan Rieger2020-04-171-8/+7
* Change normalization algorithm to `NKFC` and add docstring for this solutionJan Rieger2020-04-171-1/+9
* Use normal string literals instead of u-prefixed onesSviatoslav Sydorenko2020-04-171-2/+2
* Add condition to prevent pass `filename*` when it's equal with original `file...Jan Rieger2020-04-171-2/+3
* Fix the creation of BytesIO in `serve_fileobj_utf8_filename`Sviatoslav Sydorenko2020-04-171-1/+1
* Serve test module itself in `serve_file_utf8_filename`Sviatoslav Sydorenko2020-04-171-2/+1
* Rename `_utf8_content_disposition` to `_make_content_disposition`Sviatoslav Sydorenko2020-04-171-3/+3
* Refactor utf-8 content-disposition filename test casesSviatoslav Sydorenko2020-04-171-3/+6
* Add a comment to the quoted file nameSviatoslav Sydorenko2020-04-171-1/+1
* Use an in-mem file-like obj in the `/serve_fileobj_utf8_filename` handlerSviatoslav Sydorenko2020-04-171-2/+1
* Improve the docstring of `_utf8_content_disposition`Sviatoslav Sydorenko2020-04-171-3/+4
* Use :rfc: sphinx role in docstringsSviatoslav Sydorenko2020-04-171-2/+2
* Fix serving files with diacritics in name under their original nameJan Rieger2020-04-172-8/+55
* Revert "Fix serving files with diacritics in name under their original name"Jan Rieger2020-04-172-55/+8
* Fix serving files with diacritics in name under their original nameJan Rieger2020-04-172-8/+55
* Merge branch 'master' into bugfix/1827-headermap-keytypeJason R. Coombs2019-11-271-62/+3
|\
| * Revert "For now inline the implementation until it can be linked. Ref #1673."Jason R. Coombs2019-11-261-62/+3
* | Reference the underlying issue.Jason R. Coombs2019-11-271-1/+1
* | Avoid converting bytes in header keys to strings. Fixes #1827.Jason R. Coombs2019-11-261-5/+6
|/
* Merge pull request #1715 from sanitec/cherrypyJason R. Coombs2019-11-031-3/+3
|\
| * Ensure 'Response Status' is text and data/ is bytes. Ref #1715.Jason R. Coombs2019-11-031-2/+3
| * Remove tests. Ref #1715Jason R. Coombs2019-11-031-21/+0
| * Inline the getattr operationJason R. Coombs2019-11-031-10/+2
| * cpstats: make 'Response Status' serializableStian Fosterud2018-06-182-3/+31
* | Merge pull request #1821 from cherrypy/feature/getPage-passthroughJason R. Coombs2019-11-031-10/+3
|\ \
| * | Pass arguments from CPWebCase.getPage to WebCase.getPage without replicating ...Jason R. Coombs2019-10-171-10/+3
* | | Fix session tools indents @ cherrypy.lib.cptoolsJared2019-11-031-1/+1
* | | Fix code blocks syntax in cherrypy._helperJared2019-11-031-31/+39
* | | Uncomment known bugs items in the modwsgi testJared2019-11-031-9/+9