summary refs log tree commit diff
path: root/synapse/util/frozenutils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use immutabledict instead of frozendict (#15113)David Robertson2023-03-221-3/+3
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-1/+2
* Add types to synapse.util. (#10601)reivilibre2021-09-101-2/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fixed code misc. quality issues (#9649)Ankit Dobhal2021-03-221-1/+1
* Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-281-22/+0
* Directly import json from the standard library. (#8259)Patrick Cloke2020-09-081-2/+3
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-2/+5
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-4/+2
* Strictly enforce canonicaljson requirements in a new room version (#7381)Patrick Cloke2020-05-141-1/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-5/+4
* Python 3: Convert some unicode/bytes uses (#3569)Amber Brown2018-08-021-3/+3
* run isortAmber Brown2018-07-091-3/+3
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-1/+1
* pep8Adrian Tschira2018-05-291-0/+1
* fix recursion errorAdrian Tschira2018-05-241-7/+5
* remaining isintance fixesAdrian Tschira2018-05-241-2/+3
* Use static JSONEncodersRichard van der Hoff2018-03-291-0/+19
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder...Erik Johnston2015-02-111-2/+6
* Optimize FrozenEvent creationErik Johnston2015-01-061-2/+3
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pyflakesErik Johnston2014-12-161-2/+0
* Remove FrozenEncoderErik Johnston2014-12-161-8/+0
* Add PEP8 newlinesErik Johnston2014-12-091-1/+1
* Add forgotten fileErik Johnston2014-12-081-0/+56