index
:
immutables
debian-debian
debian-upstream
koszko
master
patch-queue/debian-debian
A mirror of https://github.com/MagicStack/immutables with Debian packaging in additional branches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_map.py
Age
Commit message (
Expand
)
Author
2021-02-09
Fix flake8 errors and add it to CI (#45)
...
Taneli Hukkinen
2021-02-09
Make __repr__ more similar to other mapping types (#58)
Ofek Lev
2020-05-17
Unbreak CI
Yury Selivanov
2020-05-13
Fix errors when a kwarg is named "col" (#35)
Taneli Hukkinen
2020-04-22
A bunch of fixes
...
Yury Selivanov
2019-11-02
Add Python 3.8 support (#16)
...
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
...
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