Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run trial tests against Python 3.11 (#13812) | David Robertson | 2022-11-01 | 1 | -0/+11 |
| | |||||
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) | dependabot[bot] | 2022-10-19 | 1 | -4/+3 |
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Johnston <erik@matrix.org> Co-authored-by: David Robertson <davidr@element.io> | ||||
* | Always close _all_ `ijson` coroutines, even if doing so raises Exceptions ↵ | David Robertson | 2022-10-06 | 1 | -0/+37 |
| | | | | (#14065) | ||||
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -0/+32 |
| | | | Part of my work on #11249: add code to handle the new fields added in MSC3706. | ||||
* | Add missing copyright header. (#11460) | Patrick Cloke | 2021-11-30 | 1 | -0/+14 |
| | |||||
* | Add a test case for the SendJoinParser (#11441) | David Robertson | 2021-11-29 | 1 | -0/+50 |
This would have caught the bug #11438 introduced in #11217 and fixed in #11439. |