aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-22Add an explaining comment for _Py_HAMT_MAX_TREE_DEPTHHEADmasterYury Selivanov
2022-05-21v0.18v0.18Yury Selivanov
2022-05-21Fix iteration when the tree is 7 levels deep + collisionsYury Selivanov
2022-05-21Pin mypy to the latest working versionYury Selivanov
2022-03-25immutables v0.17v0.17Elvis Pranskevichus
2022-03-25Test on Python 3.10 final (#80)Elvis Pranskevichus
2022-03-25Update pythoncapi_compat.h (#79)Elvis Pranskevichus
2022-03-25Add missing name in table [project] in 'pyproject.toml'. (#78)Manuel Vázquez Acosta
2021-08-07Consolidate mypy and pytest config into pyproject.tomlElvis Pranskevichus
2021-08-07Bump version to 0.17.dev0Elvis Pranskevichus
2021-08-07immutables v0.16v0.16Elvis Pranskevichus
2021-08-07Use cibuildwheel to build wheels (#70)Elvis Pranskevichus
2021-08-06Drop Python 3.5 support declaration, add Python 3.10 (#71)Elvis Pranskevichus
2021-08-04Fix test_none_collisions on 32-bit systems (#69)Elvis Pranskevichus
2021-08-03tests: Test on Python 3.10Elvis Pranskevichus
2021-08-03Sync pythoncapi_compat.hElvis Pranskevichus
2021-08-03Add in mypy testsMichael J. Sullivan
2021-08-03Refactor typingsBryan Forbes
2021-04-22Clarify the license of the included pythoncapi_compat.h headerElvis Pranskevichus
2021-02-09v0.15v0.15Fantix King
2021-02-09Workaround Github Action issueFantix King
2021-02-09Fix flake8 errors and add it to CI (#45)Taneli Hukkinen
2021-02-09Remove deprecated setup.py testFantix King
2021-02-09Make __repr__ more similar to other mapping types (#58)Ofek Lev
2021-02-09Test Python 3.9 (#51)Taneli Hukkinen
2021-02-09Make PEP references hyperlinks (#32)Tom Keefe
2020-12-06Add Python 3.10 support: use Py_SET_SIZE() (#52)Victor Stinner
2020-05-17v0.14v0.14Yury Selivanov
2020-05-17Unbreak CIYury Selivanov
2020-05-17Accept None as a key in pure python module (#42)TIGirardi
2020-05-13v0.13v0.13Yury Selivanov
2020-05-13Import Literal type from typing_extensions if python version<3.8 (#33)Taneli Hukkinen
2020-05-13Improve type annotation of Map.__init__Taneli Hukkinen
2020-05-13Fix errors when a kwarg is named "col" (#35)Taneli Hukkinen
2020-05-13Make MapMutation.update consistently return an implicit NoneTaneli Hukkinen
2020-05-13Improve type annotations of Map.update and MapMutation.updateTaneli Hukkinen
2020-05-13Improve CI badge linkTaneli Hukkinen
2020-05-13Update README CI badgesTaneli Hukkinen
2020-05-13Fix return type annotation of Map.__reduce__Taneli Hukkinen
2020-05-13Add python version requirement metadataTaneli Hukkinen
2020-04-22Drop Travis and Appveyor CIElvis Pranskevichus
2020-04-22Update the test workflowElvis Pranskevichus
2020-04-22Add Github release workflowv0.12Elvis Pranskevichus
2020-04-22Define NDEBUG activelyElvis Pranskevichus
2020-04-22A bunch of fixesYury Selivanov
2020-04-22Fix the mutation API to maintain elements count correctly (#25, #24)TIGirardi
2019-11-04Bump the version to 0.12Yury Selivanov
2019-11-04Fix manylinux for 3.8Yury Selivanov
2019-11-02Add Python 3.8 support (#16)Bruno Oliveira
2019-10-11Bump the version to 0.11v0.11Yury Selivanov