summaryrefslogtreecommitdiff
path: root/frozendict/__init__.py
Commit message (Expand)AuthorAge
* Python 3.10 compatibility: collections.Mapping removedHEADarchive/debian/1.2-3masterAndrej Shadura2021-11-18
* Merge pull request #12 from lurch/patch-1Santiago Lezica2016-10-06
|\
| * docstring correctionAndrew Scheller2016-09-07
* | Merge branch 'perf-improvements' of https://github.com/eugene-eeo/python-froz...Santiago Lezica2016-10-06
|\ \
| * | fix memory explosion, much faster version.Eeo Jun2016-09-26
| |/
* | Apply review commentPawel Polewicz2016-09-27
* | Restore compatibility with python 2.6Pawel Polewicz2016-09-27
|/
* Version 1.0Santiago Lezica2016-07-22
* Even DRYer FrozenOrderedDict classEeo Jun2016-04-27
* Keep things simple and DRYEeo Jun2016-04-27
* More efficient __contains__Eeo Jun2016-04-27
* Rename frozenordereddict to FrozenOrderedDictJoe2016-03-17
* Implement frozenordereddictJoe2016-03-07
* Fix Python 3 errorsJason R. Coombs2014-07-16
* Rearrange importsJason R. Coombs2014-07-16
* Update __init__.pySantiago Lezica2014-02-23
* Initial commitSantiago Lezica2012-12-07