Paul J. Dorn
Paul J. Dorn
We should know our minimum versions, and possibly how they are different depending on python version, e.g. see #2675 This is not the change in minimal dependencies, this is just...
- [ ] Are historically referenced [MAINTAINERS](https://github.com/benoitc/gunicorn/blob/master/MAINTAINERS) still active and posess permissions on GitHub? - [x] There is no primary contact email mentioned in [Security.md](https://github.com/benoitc/gunicorn/security) - should stay in sync...
Included: * pylint 3.0.0 workarounds (because 3.x is what we want for Python 3.12) * removing references to ancient Debian releases (updating which is not helpful as long as the...
I find it odd how different ParseException (or any error outside the application, really) is handled in different ways depending on configuration and specific error. I think this can be...
Goal: Gracefully offload some work to reporter for as long as incoming reports exceed triage capacity. **Current**: [New issue](https://github.com/benoitc/gunicorn/issues/new/choose) redirects directly to the [blank form](https://github.com/benoitc/gunicorn/issues/new ) **Suggested Change**: Clicking the...
## What do these changes do? Adds a test for the quoting inconsistency that I believe needs change. It is written such that the compiled module passes but setting `YARL_NO_EXTENSIONS=1`...
Some stuff that wasnt immediately obvious to me and might point others into the right direction.
Whenever ` "string %r" % single_arg` is used, the string formatting can raise confusing exception whenever `single_arg` is a tuple with more than one item. This is exposed via invalid...
As pointed out in [#2650](https://github.com/benoitc/gunicorn/issues/2650#issuecomment-2064250689), I have introduced a regression in the now released 22.0 version. What commonly worked in the *default* installation without additional configuration broke: Passing *dynamic* path...
* The error-severity message should [say what went wrong](https://knowyourmeme.com/memes/oopsie-woopsie ). * It must not be not be omitted on the 5th error. * The debug-severity message may add the non-news...