Martin Wendt

Results 11 issues of Martin Wendt

Just in case you didn't notice yet: the homepage link is broken, since [cherrypy.org](https://cheroot.cherrypy.org/) is owned by someone else and should be https://cheroot.cherrypy.dev ? ![image](https://user-images.githubusercontent.com/41663/136824452-6bd6f782-097e-4af7-992f-754ac880eded.png)

bug
triage

The fix #344 did not work completely, since setting `__version__ = None` in the exception handler will crash when calling ` version.split('.'))` further down below. Setting to a dummy `"0.0.0"`...

This updates the dependency of `requestretry` to v3.1.0, hopefully fixing more security warnings mentioned in #229 and #231. **I did not test this!** Please check the changelog before applying: https://github.com/FGRibreau/node-request-retry/blob/master/CHANGELOG.md...

It seems that python_pam is not thread-safe, or I am using it in a wrong way. At least adding an RLock solved one issue for me: https://github.com/mar10/wsgidav/issues/265 Maybe you want...