aboutsummaryrefslogtreecommitdiff
path: root/immutables/_map.c
AgeCommit message (Expand)Author
2018-11-20Implement Map.mutate() methodYury Selivanov
2018-06-07Fix a crash in map constructorYury Selivanov
2018-05-01Reject keyword and positional arguments in __new__. Fixes #2.Yury 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-01Implement Map.__hash__Yury Selivanov
2018-04-01Implement __repr__Yury Selivanov
2018-03-30Fix compilation errorsElvis Pranskevichus
2018-03-30Fix type name: "map" -> "Map"Yury Selivanov
2018-03-30Fix codestyleYury Selivanov
2018-03-30Initial commitYury Selivanov