MatrixSynapse/synapse/util
Sean Quah 088d748f2c
Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527)
This reverts commit a77c369897.
2021-12-07 13:51:11 +00:00
..
caches Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) 2021-11-30 16:28:02 +00:00
__init__.py Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527) 2021-12-07 13:51:11 +00:00
async_helpers.py Add most missing type hints to synapse.util (#11328) 2021-11-16 08:47:36 -05:00
batching_queue.py
daemonize.py
distributor.py Add most missing type hints to synapse.util (#11328) 2021-11-16 08:47:36 -05:00
file_consumer.py
frozenutils.py
gai_resolver.py Add most missing type hints to synapse.util (#11328) 2021-11-16 08:47:36 -05:00
hash.py
httpresourcetree.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
iterutils.py
linked_list.py Eliminate a few `Any`s in `LruCache` type hints (#11453) 2021-11-30 15:39:07 +00:00
logcontext.py
logformatter.py
macaroons.py
manhole.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
metrics.py Add type annotations to `synapse.metrics` (#10847) 2021-11-17 19:07:02 +00:00
module_loader.py
msisdn.py
patch_inline_callbacks.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py Prevent the media store from writing outside of the configured directory 2021-11-19 13:39:15 +00:00
templates.py
threepids.py
versionstring.py Clean-up get_version_string (#11468) 2021-12-01 12:43:32 -05:00
wheel_timer.py