Results 48 issues of danigm

This patch removes all the python2 compatibility code: * `from __future__ import` * six module usage After [this commit](https://github.com/itamarst/eliot/commit/dd5b0cf4f61c765144cde9664d9d5c074770d0b8), this compatibility code is not needed anymore and can be removed...

This patch makes blue compatible with the latest black release 23.3.0

Skip some tests that are failing with latest python 3.12

❓ **I'm submitting a ...** - [X] 🐞 bug report - [ ] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Describe...

bug
triage

python-memcached is not maintained, this patch replaces the usage of python-memcached with the pymemcache python package. Fix https://github.com/cherrypy/cherrypy/issues/1983 **What kind of change does this PR introduce?** - [ ] bug...

**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...

Fix https://github.com/tornadoweb/tornado/issues/3355

One test is failing when running the test suite in openSUSE Tumbleweed with openssl 3.2: ``` FAIL: test_error_logging (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase.test_error_logging) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/tornado-6.4/tornado/testing.py", line 102, in...

There are some tests that are failing for python 3.11: ``` FAILED tests/test_benchmark.py::test_abort_broken - Failed: nomatch: '*collected 5 items' FAILED tests/test_utils.py::test_clonefunc[] - TypeError: code() argument 13 must be str, not...