Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-07 | Pin mypy versions | David Robertson | 1 | -2/+2 | |
2021-10-07 | Ensure each cache config test uses separate state. (#11019) | Patrick Cloke | 2 | -8/+13 | |
Hopefully this fixes these tests sometimes failing in CI. | |||||
2021-10-07 | Don't alter directory entries for local users when setting a per-room ↵ | David Robertson | 3 | -7/+48 | |
nickname (#11002) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | |||||
2021-10-07 | Improve the logging in _auth_and_persist_outliers (#11010) | Richard van der Hoff | 2 | -1/+5 | |
Include the event ids being peristed | |||||
2021-10-07 | Add a comment in _process_received_pdu (#11011) | Richard van der Hoff | 2 | -0/+4 | |
2021-10-07 | Other mypy fixes | David Robertson | 2 | -1/+5 | |
2021-10-07 | Workaround https://github.com/python/mypy/issues/6463 | David Robertson | 1 | -1/+1 | |
2021-10-07 | Make mypy happy by referring to struct_rusage | David Robertson | 2 | -9/+9 | |
I think struct_rusage has existed for a couple of decades now, see https://github.com/python/cpython/blame/bb3e0c240bc60fe08d332ff5955d54197f79751c/Modules/resource.c#L32 | |||||
2021-10-07 | Bump mypy version and pull in additional stubs | David Robertson | 1 | -3/+6 | |
I'm not sure why newer mypy requires these---perhaps it's a consequence of pulling in a newer mypy-zope? | |||||
2021-10-07 | Catch AttributeErrors when calling registerProducer (#10995) | Brendan Abolivier | 2 | -1/+5 | |
Looks like the wrong exception type was caught in #10932. | |||||