summaryrefslogtreecommitdiff
path: root/kombu/utils/json.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Refactor utils/json (#1659)Serhii Tereshchenko2023-03-021-74/+93
* Make JSONEncoder keep the same type for date/datetime.Manuel Vázquez Acosta2022-09-211-1/+6
* Avoid losing type of UUID when serializing/deserializing (#1575)Carlos Gottberg2022-07-171-1/+5
* Datetime serialization and deserialization fixed (#1515)dobosevych2022-05-311-3/+3
* json.py cleaning from outdated libs (#1533)dobosevych2022-04-161-16/+5
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-121-2/+20
* Use Python's built-in json module by default, instead of simplejsonnikolas2021-08-141-6/+6
* enable pre-commit (#1355)Thomas Grainger2021-07-201-4/+4
* Disable namedtuple to object feature in simplejson (#1297)Choi Geonu2021-03-011-1/+4
* Remove five usage from kombu/utils.Omer Katz2020-07-231-7/+3
* pyupgradeOmer Katz2020-07-131-4/+2
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-251-2/+3
* Cleaned up redundant PY3 constants (#854)Asif Saifuddin Auvi2018-04-291-4/+2
* Update json utils. (#804)Aaron Morris2017-10-011-2/+1
* flakesAsk Solem2016-11-221-0/+2
* Json: Adds ability to override default encoderAsk Solem2016-10-211-2/+5
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-1/+5
* Typo: text_type -> text_tAsk Solem2016-07-081-2/+2
* JSON: Encoder now handles datetimes, django Promise, UUID and Decimal. Close...Ask Solem2016-07-081-10/+38
* 94% coverageAsk Solem2016-04-011-7/+9
* [utils.json] Allow for overriding json._default_encoderAsk Solem2016-03-031-2/+4
* json change broke Python3Ask Solem2015-12-021-3/+3
* Catch exception with simplejson "Unpaired high surrogate"PMickael2015-12-021-1/+10
* cosmeticsAsk Solem2014-05-291-8/+5
* Removes anyjson dependency :sad:Ask Solem2014-05-201-0/+49