MatrixSynapse/synapse/util
Richard van der Hoff d3347ad485 Revert "Use sortedcontainers instead of blist"
This reverts commit 9fbe70a7dc.

It turns out that sortedcontainers.SortedDict is not an exact match for
blist.sorteddict; in particular, `popitem()` removes things from the opposite
end of the dict.

This is trivial to fix, but I want to add some unit tests, and potentially some
more thought about it, before we do so.
2018-04-13 11:16:43 +01:00
..
caches Revert "Use sortedcontainers instead of blist" 2018-04-13 11:16:43 +01:00
__init__.py
async.py
distributor.py
file_consumer.py
frozenutils.py Use static JSONEncoders 2018-03-29 23:13:33 +01:00
httpresourcetree.py 404 correctly on missing paths via NoResource 2018-03-23 10:32:50 +00:00
jsonobject.py
logcontext.py Factor run_in_background out from preserve_fn 2018-03-08 11:50:11 +00:00
logformatter.py
logutils.py
manhole.py
metrics.py Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics" 2018-04-09 12:59:12 +01:00
module_loader.py
msisdn.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py