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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
setup: Add long_description
Yury Selivanov
2018-04-03
Bump the version to 0.4
v0.4
Yury Selivanov
2018-04-03
make: add "clean" target
Yury Selivanov
2018-04-03
Coverage: 100%
Yury Selivanov
2018-04-03
pymap: Use hashing algorithm from collections.abc.Set
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-02
readme: Use proper big O
Yury Selivanov
2018-04-02
readme: Update benchmarks link; fix typo
Yury Selivanov
2018-04-02
Bump the version
v0.3
Yury Selivanov
2018-04-02
Better readme
Yury Selivanov
2018-04-01
Implement Map.__hash__
Yury Selivanov
2018-04-01
Add a Makefile
Yury Selivanov
2018-04-01
Implement __repr__
Yury Selivanov
2018-03-31
ci: Fix release script
Elvis Pranskevichus
2018-03-31
immutables v0.2
v0.2
Elvis Pranskevichus
2018-03-30
CI integration
Elvis Pranskevichus
2018-03-30
Do not use f-strings for Python 3.5 compatibility
Elvis Pranskevichus
2018-03-30
Read version from __init__
Elvis Pranskevichus
2018-03-30
Fix compilation errors
Elvis Pranskevichus
2018-03-30
Fix type name: "map" -> "Map"
Yury Selivanov
2018-03-30
Add MANIFEST.in
Yury Selivanov
2018-03-30
Fix a nit in README; add a version to setup.py
Yury Selivanov
2018-03-30
Fix codestyle
Yury Selivanov
2018-03-30
Add README
Yury Selivanov
2018-03-30
Initial commit
Yury Selivanov