MatrixSynapse/synapse/util
Richard van der Hoff ecc23188f4
Fix UnicodeDecodeError when postgres is not configured in english (#4253)
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-04 11:55:52 +01:00
..
caches Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
__init__.py Anchor returned regex to start and end of string 2018-10-19 10:22:45 +01:00
async_helpers.py
distributor.py
file_consumer.py
frozenutils.py
httpresourcetree.py
jsonobject.py
logcontext.py Correctly account for cpu usage by background threads (#4074) 2018-10-23 13:12:32 +01:00
logformatter.py
logutils.py
manhole.py Fix manhole on py3 (pt 2) (#4067) 2018-10-19 22:26:00 +11:00
metrics.py
module_loader.py
msisdn.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py Fix UnicodeDecodeError when postgres is not configured in english (#4253) 2018-12-04 11:55:52 +01:00
threepids.py
versionstring.py
wheel_timer.py