Age | Commit message (Expand) | Author |
---|---|---|
2020-05-13 | Fix errors when a kwarg is named "col" (#35) | Taneli Hukkinen |
2020-04-22 | A bunch of fixes...* Fix #26: `ifdef NDEBUG` should be `ifndef NDEBUG` * More tests for #24 * Add a `DEBUG_IMMUTABLES` env var to build debug builds | Yury Selivanov |
2019-11-02 | Add Python 3.8 support (#16)...Fix #15 | Bruno Oliveira |
2019-10-03 | Add typing information (#13) | Anton Agestam |
2018-12-13 | Don't allow MapMutation.update() calls after the mutation is finished | Yury Selivanov |
2018-12-13 | Add MapMutation.update(); make creating Map from a Map faster; fix bugs...* Add new MapMutation.update() method that behaves like MutableMapping.update() * Make it faster to create a Map() from another Map() -- it's now an O(1) operation. * update() method had a bug that could cause the update Map object to have a wrong number of elements. | Yury Selivanov |
2018-11-20 | Make MapMutation unpickleable | Yury Selivanov |
2018-11-20 | Fix error message: "has been finalized" -> "has been finished" | Yury Selivanov |
2018-11-20 | Rename .finalize() to .finish() | Yury Selivanov |
2018-11-20 | Make MapMutation a context manager | Yury Selivanov |
2018-11-20 | Implement mutable mapping API for MapMutation; add after-finalize checks | Yury Selivanov |
2018-11-20 | Implement pickle support | Yury Selivanov |
2018-11-20 | Fix .keys() and other views to support being iterated more than once | Yury Selivanov |
2018-11-20 | Implement Map.update(); support initializing Map from dict/iter/map | Yury Selivanov |
2018-11-20 | Implement Map.mutate() method | Yury Selivanov |
2018-05-01 | Reject keyword and positional arguments in __new__. Fixes #2. | Yury Selivanov |
2018-04-07 | pymap: Streamline .assoc() method | Yury Selivanov |
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-30 | Do not use f-strings for Python 3.5 compatibility | Elvis Pranskevichus |
2018-03-30 | Initial commit | Yury Selivanov |