Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-09-30 21:43:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-immutabledict: updated to 2.2.0

Version 2.2.0

Use poetry-core instead of poetry for build-system.

Version 2.1.0

Fix type annotation on keyword argument in copy(**add_or_replace).
   2021-06-04 06:43:06 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-immutabledict: not for Python 2.7
   2021-05-30 23:30:17 by Pierre Pronchery | Files touched by this commit (4)
Log message:
py-immutabledict: import version 2.0.0

immutable is a fork of frozendict, an immutable wrapper around dictionaries.

It implements the complete mapping interface. It can be used as a drop-in
replacement for dictionaries where immutability is desired. The immutabledict
constructor mimics dict, and all of the expected interfaces (iter, len, repr,
hash, getitem) are provided. Note that an immutabledict does not guarantee the
immutability of its values, so the utility of hash method is restricted by
usage.

The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.

Next | Query returned 13 messages, browsing 11 to 20 | previous