cherrypy
cherrypy copied to clipboard
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
See [this test failure](https://travis-ci.org/cherrypy/cherrypy/jobs/186442967) where test_antistampede fails with an AssertionError: ``` _________________________ CacheTest.test_antistampede __________________________ self = def test_antistampede(self): SECONDS = 4 slow_url = '/long_process?seconds={SECONDS}'.format(**locals()) # We MUST make an initial...
I'd like to update CherryPy to adopt the practices presented in [jaraco/skeleton](/jaraco/skeleton), including such features as: - Run tests on Github Actions (including Windows and macOS); drop other CI engines....
Seems like CherryPy already has a lot of the logic built into it to be able to automatically generate OpenAPI (aka Swagger) specifications for consumers of REST services. I think...
**I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
**What kind of change does this PR introduce?** - [X] bug fix - [ ] feature - [ ] docs update - [ ] tests/coverage improvement - [ ] refactoring...
Getting Deprecation Warning in python 3.11: DeprecationWarning: This method will be removed in Python 3.12. Use 'parser.read_file()' instead. https://github.com/python/cpython/commit/e8659b47dece5a272111c0af5e340c364a9f807b#diff-ca80d44aeeadd5e4966195b99aff106abb3e7b0b5356b7499125ee021bd84777R757 **What kind of change does this PR introduce?** - [ X...
**I'm submitting a ...** - [ X ] bug report **What is the current behavior?** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...
**I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
**What kind of change does this PR introduce?** - [ ] bug fix - [x] feature - [ ] docs update - [ ] tests/coverage improvement - [ ] refactoring...