summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* πŸ“¦ Enable secretless GHA publishing to (Test)PyPIHEADmainSviatoslav Sydorenko2023-05-051-3/+0
* Merge pull request #1992 from chiatchiat/utc-time-in-LazyRfc3339UtcTimeSviatoslav Sydorenko2023-04-022-3/+31
|\
| * Move import statement to top of the filechiatchiat2023-04-011-2/+1
| * Update cherrypy/test/test_logging.pychiatchiat2023-04-011-2/+1
| * Merge branch 'cherrypy:main' into utc-time-in-LazyRfc3339UtcTimechiatchiat2023-04-012-2/+2
| |\ | |/ |/|
* | Merge pull request #1977 from avm/typofixSviatoslav Sydorenko2023-04-011-1/+1
|\ \
| * | Fix typo (same should be fixed on cherrypy.dev main page)Alexander Myltsev2022-07-281-1/+1
* | | Merge pull request #1982 from danigm/fix-issue-templateSviatoslav Sydorenko2023-04-011-1/+1
|\ \ \
| * | | Remove duplicated "keep" word in issue templateDaniel Garcia Moreno2022-12-211-1/+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
| |_|/ |/| |
* | | πŸ”§ Stop upgrading setuptools in tox pre cmdSviatoslav Sydorenko2023-01-091-2/+0
* | | Suppress cheroot-caused ResourceWarning in pytestSviatoslav Sydorenko2023-01-091-0/+4
* | | πŸ›Replace use of deprecated ConfigParser.readfpSviatoslav Sydorenko2023-01-091-1/+1
* | | πŸ› Close unreleased HTTP connections @ testsSviatoslav Sydorenko2023-01-092-0/+17
* | | πŸ”§ Suppress `cgi` deprecation warning in pytestSviatoslav Sydorenko2023-01-091-0/+3
* | | Revert "πŸ”§ Stop using the `cgi` stdlib module"Sviatoslav Sydorenko2023-01-092-13/+2
* | | πŸ”§ Stop using the `cgi` stdlib moduleSviatoslav Sydorenko2023-01-052-2/+13
* | | 🎨 Upgrade pydocstyle to the recent versionSviatoslav Sydorenko2023-01-053-9/+11
* | | 🎨Stop using git:// in additional pre-commit cfgSviatoslav Sydorenko2023-01-051-1/+1
* | | πŸŽ¨πŸ”§ Inherit yamllint config from defaultSviatoslav Sydorenko2023-01-051-0/+2
* | | 🎨 Ignore line-length in old YAML configsSviatoslav Sydorenko2023-01-052-0/+2
* | | 🎨 Align YAML comments with blocksSviatoslav Sydorenko2023-01-051-1/+1
* | | 🎨 Add allow list for truthy yaml valuesSviatoslav Sydorenko2023-01-051-1/+8
* | | 🎨 Drop YAML comments w/o proper spaceSviatoslav Sydorenko2023-01-052-8/+0
* | | 🎨 Clean up dummy comments @ funding configSviatoslav Sydorenko2023-01-051-8/+3
* | | 🎨 Normalize YAML indents in pre-commit configSviatoslav Sydorenko2023-01-052-60/+60
* | | 🎨 Ensure start/stop is present in YAMLSviatoslav Sydorenko2023-01-0510-0/+39
* | | 🎨 Adjust line length in code across the repoSviatoslav Sydorenko2023-01-053-7/+11
* | | πŸ› Fix OS factor name in GHA exclusionSviatoslav Sydorenko2023-01-031-1/+1
* | | Subst mock_pywin32 w/ Sphinx autodoc_mock_importsSviatoslav Sydorenko2023-01-031-24/+11
* | | πŸ”§ Exclude Python 3.6 under Ubuntu 22.04 @ CISviatoslav Sydorenko2023-01-021-0/+2
* | | πŸ”§ Make extlinks compatible with Sphinx 6Sviatoslav Sydorenko2023-01-021-7/+7
* | | πŸ“ Treat supported versions as numbers in docsSviatoslav Sydorenko2023-01-021-2/+2
* | | πŸ“¦Add Trove classifiers for Pythons through 3.11Sviatoslav Sydorenko2023-01-021-0/+3
* | | Revert "Remove trove classifiers. No one needs this toil."Sviatoslav Sydorenko2023-01-021-0/+3
* | | πŸ”§ Use Git for pre-commit-pep257 in CISviatoslav Sydorenko2023-01-021-2/+8
* | | πŸ§ͺπŸ”§ Fix the factor for Python 3.12 @ CISviatoslav Sydorenko2023-01-021-1/+1
* | | πŸ“¦ Make sure that dists are tagged as `py3`Sviatoslav Sydorenko2023-01-021-4/+9
* | | πŸ“¦πŸ›Make setuptools-scm versions predictableSviatoslav Sydorenko2023-01-021-1/+1
* | | πŸ”§Capitalize expected CherryPy dist name in CISviatoslav Sydorenko2023-01-021-1/+1
* | | πŸ”§Implement build-dists and cleanup-dists @ toxSviatoslav Sydorenko2023-01-012-1/+76
* | | Add an explicit empty `include` to the CI matrixSviatoslav Sydorenko2023-01-011-1/+1
* | | πŸ§ͺπŸ”§ Set up a GitHub Actions CI/CD workflowSviatoslav Sydorenko2023-01-012-0/+1184
* | | πŸ“¦ Add a PEP 518 configuration fileSviatoslav Sydorenko2023-01-011-0/+12
|/ /
* | Merge pull request #1976 from cherrypy/bugfix/1974-dangerous-hostv18.8.0Jason R. Coombs2022-07-174-0/+52
|\ \
| * | Update changelog. Ref #1974.Jason R. Coombs2022-07-171-0/+9
| * | 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