summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Expand)AuthorAgeFilesLines
* Move import statement to top of the filechiatchiat2023-04-011-2/+1
* Update cherrypy/test/test_logging.pychiatchiat2023-04-011-2/+1
* Update cherrypy/_cplogging.pychiatchiat2023-04-011-1/+2
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-03-301-1/+1
* Fix: LazyRfc3339UtcTime return correct utc timechiatchiat2023-03-292-3/+32
* 🐛Replace use of deprecated ConfigParser.readfpSviatoslav Sydorenko2023-01-091-1/+1
* 🐛 Close unreleased HTTP connections @ testsSviatoslav Sydorenko2023-01-092-0/+17
* Revert "🔧 Stop using the `cgi` stdlib module"Sviatoslav Sydorenko2023-01-091-7/+2
* 🔧 Stop using the `cgi` stdlib moduleSviatoslav Sydorenko2023-01-051-2/+7
* 🎨 Upgrade pydocstyle to the recent versionSviatoslav Sydorenko2023-01-051-5/+7
* 🎨 Adjust line length in code across the repoSviatoslav Sydorenko2023-01-053-7/+11
* Introduce SanitizedHost wrapper. Fixes #1974.Jason R. Coombs2022-07-173-3/+33
* Add test capturing missed expectation. Ref #1974.Jason R. Coombs2022-07-171-0/+13
* Merge PR #1945Sviatoslav Sydorenko2022-02-011-6/+2
|\
| * Switch from inspect.getargspec to inspect.getfullargspecDominic Davis-Foster2022-01-281-6/+2
* | Merge PR #1933Sviatoslav Sydorenko2022-02-012-1/+1
|\ \
| * | Fix tutorial testKrystian Rosiński2021-09-131-1/+1
| * | Replace the pdf with the one compiled by pdflatexKrystian Rosiński2021-09-131-0/+0
| |/
* | Merge PR #1932Sviatoslav Sydorenko2022-02-0113-18/+18
|\ \
| * | Replace cherrypy.org to cherrypy.devManeesh Babu M2021-09-1113-18/+18
| |/
* | Use context managers to close files properly and fix tests on PyPyMichał Górny2022-02-0115-66/+50
|/
* Don't use deprecated camelCase functions from threading module.Dominic Davis-Foster2021-06-073-9/+9
* 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