summary refs log tree commit diff
path: root/demo/webserver.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04Fix UnicodeDecodeError when postgres is not configured in english (#4253)Richard van der Hoff3-8/+47
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2.
2018-12-04Patch defer.inlineCallbacks to check logcontexts in tests (#4205)Richard van der Hoff4-3/+99
2018-12-04