aboutsummaryrefslogtreecommitdiff
path: root/immutables/map.py
AgeCommit message (Expand)Author
2018-11-20Implement Map.mutate() methodYury Selivanov
2018-04-07pymap: Streamline .assoc() methodYury Selivanov
2018-04-03Coverage: 100%Yury Selivanov
2018-04-03pymap: Use hashing algorithm from collections.abc.SetYury Selivanov
2018-04-03Make Map a subclass of collecitons.abc.MappingYury Selivanov
2018-04-03Change Map.delete(key): raise a KeyError if key is not in the mapYury Selivanov
2018-04-02Add pure Python implementation (compatible with PyPy)Yury Selivanov