summaryrefslogtreecommitdiff
path: root/kombu/utils/url.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-201-2/+1
* Remove backward compatible code not used anymore (#1344)Matus Valo2021-05-251-19/+12
* autopep8.remove-python2-supportOmer Katz2020-08-041-0/+2
* Remove five usage from kombu/utils.Omer Katz2020-07-231-4/+2
* pyupgradeOmer Katz2020-07-131-2/+1
* Support standard values for ssl_cert_reqs query parameter. (#1139)Dave Peticolas2020-02-021-4/+19
* 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-041-0/+2
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-181-1/+5
* Safe argument to urllib.quote must be bytes on Py2. Closes #645Ask Solem2016-11-111-2/+2
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-27/+57
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* sanitize_url now works if host is NoneAsk Solem2014-05-211-1/+1
* flakesAsk Solem2014-05-201-1/+0
* Adds maybe_sanitize_url to kombu.utils.urlAsk Solem2014-05-201-0/+8
* Adds sanitize_url and as_url to kombu.utils.urlAsk Solem2014-05-201-2/+30
* parse_url function should not know about mongodb, and the transport already s...Ask Solem2014-05-201-9/+1
* master now depends on Python 2.7Ask Solem2014-05-191-3/+1
* Codebase now runs on both Py3 and Py2 (not using 2to3)Ask Solem2012-11-121-2/+4
* Started dual Py3/Py2 codebaseAsk Solem2012-11-121-5/+4
* Use single quotesAsk Solem2012-06-151-1/+1
* _parse_url didn't handle correctly a mongodb uriFlavio Percoco Premoli2012-05-021-2/+2
* parse_url removed more than one leading slash. Closes #121Ask Solem2012-04-131-1/+2
* Split parse_url in twoAsk Solem2012-03-291-8/+14
* Moves parse_url to kombu.utils.url and simplifies it a bitAsk Solem2012-03-291-0/+30