Age | Commit message (Expand) | Author |
---|---|---|
2018-04-03 | Coverage: 100% | Yury Selivanov |
2018-04-03 | Make Map a subclass of collecitons.abc.Mapping | Yury Selivanov |
2018-04-03 | Change Map.delete(key): raise a KeyError if key is not in the map | Yury Selivanov |
2018-04-02 | Add pure Python implementation (compatible with PyPy) | Yury Selivanov |
2018-04-01 | Implement Map.__hash__ | Yury Selivanov |
2018-04-01 | Implement __repr__ | Yury Selivanov |
2018-03-31 | immutables v0.2v0.2 | Elvis Pranskevichus |
2018-03-30 | Do not use f-strings for Python 3.5 compatibility | Elvis Pranskevichus |
2018-03-30 | Initial commit | Yury Selivanov |