Richard van der Hoff d3347ad485 Revert "Use sortedcontainers instead of blist"
This reverts commit 9fbe70a7dc3afabfdac176ba1f4be32dd44602aa.

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
..
2017-10-23 15:56:38 +01:00
2018-01-18 11:57:57 +00:00
2018-03-29 23:13:33 +01:00
2016-02-08 14:26:45 +00:00
2017-09-26 19:21:41 +01:00
2018-01-19 18:23:45 +00:00
2016-08-05 16:36:07 +01:00
2017-10-23 15:56:38 +01:00