summaryrefslogtreecommitdiff
path: root/kombu/utils
Commit message (Expand)AuthorAgeFilesLines
* refactor: Refactor utils/json (#1659)Serhii Tereshchenko2023-03-021-74/+93
* add autoflake to .pre-commit-config.yaml to automatically remove unused impor...Jason Barnett2022-12-281-1/+1
* importlib_metadata remove deprecated entry point interfaces (#1601)woutdenolf2022-10-091-1/+6
* 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-1518-7/+43
* Annotate init files (#1527)Marcelo Trylesinski2022-04-141-3/+3
* Annotate `utils/uuid.py` and `utils/text.py` (#1514)Marcelo Trylesinski2022-04-122-14/+16
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-121-2/+20
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-4/+2
* Use new entry_points interfaceKeoni Garner2022-04-071-1/+5
* [pre-commit.ci] pre-commit autoupdate (#1393)pre-commit-ci[bot]2021-09-271-3/+3
* Use Python's built-in json module by default, instead of simplejsonnikolas2021-08-141-6/+6
* enable pre-commit (#1355)Thomas Grainger2021-07-209-29/+27
* Remove backward compatible code not used anymore (#1344)Matus Valo2021-05-252-33/+14
* Revert "chore: Refactor code quality issues (#1320)" (#1342)Matus Valo2021-05-191-1/+1
* chore: Refactor code quality issues (#1320)Aksh Gupta2021-04-281-1/+1
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-131-0/+2
* Use a thread-safe implementation of cached_property (#1316)Omer Katz2021-04-011-47/+37
* Disable namedtuple to object feature in simplejson (#1297)Choi Geonu2021-03-011-1/+4
* Remove python2 compatibility code (#1277)Matus Valo2020-11-251-15/+3
* Make `utils.functional.retry_over_time` appear in rendered docs (#1245)Ash Berlin-Taylor2020-09-031-1/+1
* Remove string types compat code.Omer Katz2020-08-051-8/+0
* autopep8.remove-python2-supportOmer Katz2020-08-043-5/+4
* Restore this import compatibility code.Omer Katz2020-08-041-1/+5
* Remove five usage from kombu/utils.Omer Katz2020-07-2310-136/+55
* pyupgradeOmer Katz2020-07-1318-53/+32
* Fix flake8Matus Valo2020-05-121-4/+4
* Support standard values for ssl_cert_reqs query parameter. (#1139)Dave Peticolas2020-02-021-4/+19
* Use importlib.metadata from the standard library on Python 3.8+ (#1086)Miro Hrončok2019-12-031-1/+5
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-021-1/+15
* fix typo when use type hint (#1123)Manjusaka2019-11-141-1/+1
* Make sure that max_retries=0 is treated differently than None (#1080)Eric Higdon2019-08-131-1/+1
* Switch from pkg_resources importlib-metadata (#1071)David Szotten2019-07-061-5/+5
* Revert "Use fastuuid on CPython>=3.5 (#1056)" (#1061)Asif Saif Uddin2019-06-151-4/+1
* Use fastuuid on CPython>=3.5 (#1056)Omer Katz2019-06-101-1/+4
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-254-7/+12
* logger.warn is deprecated.Omer Katz2019-03-131-1/+1
* Support SSL URL parameters correctly for rediss protocol (#1002)Paul Bailey2019-02-211-0/+23
* Ignore flake8 errors for now due to type annotations bug in pyflakes.Omer Katz2019-02-043-0/+6
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-182-2/+12
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-093-3/+3
* Fixed typo.Omer Katz2019-01-091-1/+1
* fix bytes_to_str bug (#747)Jian Dai2018-11-291-1/+1
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-127-10/+10
* Add timeout to retry_over_time (#880)tothegump2018-08-091-3/+8
* Cleaned up redundant PY3 constants (#854)Asif Saifuddin Auvi2018-04-292-8/+5
* Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)John Koehl2018-01-281-1/+8