summaryrefslogtreecommitdiff
path: root/kombu/utils
Commit message (Expand)AuthorAgeFilesLines
* [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
* Make flake8 happy.Omer Katz2017-12-171-4/+4
* Update json utils. (#804)Aaron Morris2017-10-011-2/+1
* Removed some unnecessary variable assignments and fix variable-typo in docsMads Jensen2017-09-221-1/+0
* E302 violations fixedMads Jensen2017-06-081-0/+2
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-2/+2
* Fixes unreachable code. Closes #655Ask Solem2016-12-071-6/+2
* flakesAsk Solem2016-11-222-0/+3
* Safe argument to urllib.quote must be bytes on Py2. Closes #645Ask Solem2016-11-111-2/+2
* Json: Adds ability to override default encoderAsk Solem2016-10-211-2/+5
* Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (...Ask Solem2016-10-141-0/+10
* Adds pydocstyle as a tox targetAsk Solem2016-10-1116-55/+163
* Removes kombu.syn, moves detect_environment to utils.compatAsk Solem2016-10-052-2/+34
* Virtual transport deliver now calls callback, no return value. Fixes #593Ask Solem2016-09-021-4/+8