summaryrefslogtreecommitdiff
path: root/kombu/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* One space after period for proportional fontsAsk Solem2016-07-291-1/+1
* Must be able to import kombu.utils.symbol_by_nameAsk Solem2016-07-181-2/+4
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-1610-424/+442
* Use Google-style docstringsAsk Solem2016-07-166-105/+86
* 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
* Avoid expensive try: except in cached_propertyAsk Solem2016-07-071-8/+4
* Rate limit related fixesAsk Solem2016-04-181-0/+12
* Fixes reSt errorAsk Solem2016-04-151-1/+1
* Make sure __repr__ and __str__ returns bytes on Python 2Ask Solem2016-04-114-6/+19
* Use vine.utils.wraps so that __wrapped__ is setAsk Solem2016-04-073-3/+5
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-069-9/+9
* 94% coverageAsk Solem2016-04-014-27/+39
* [utils][eventio] Use kqueue on NetBSDAsk Solem2016-03-091-4/+3
* [utils.json] Allow for overriding json._default_encoderAsk Solem2016-03-031-2/+4
* ConnectionPool/ProducerPool now register after fork individually + cleanupAsk Solem2015-12-091-1/+9
* json change broke Python3Ask Solem2015-12-021-3/+3
* Merge branch 'master' of github.com:celery/kombuAsk Solem2015-12-021-1/+10
|\
| * Catch exception with simplejson "Unpaired high surrogate"PMickael2015-12-021-1/+10
* | poll: Must translate POLLNVAL and POLLHUP into error conditions. Issue celery...Ask Solem2015-12-021-1/+4
|/
* Removes debugging print statementAsk Solem2015-11-251-1/+0
* Redis: Adds queue_order_strategy transport option (Closes #518).Ask Solem2015-11-241-0/+97
* Removes ancient gen_unique_id alias to uuidAsk Solem2015-11-241-1/+0
* Removes workaround for broken uuid4 in Pyhton 2.5 (Issue #540)Ask Solem2015-11-241-18/+1
* Fix uuid shim in upcoming Python 3.5.1.Kai Groner2015-11-241-5/+8
* Keep default arguments to Connection even if URL provided. Closes celery/cel...Ask Solem2015-11-241-2/+8
* Redis: Precedence bugAsk Solem2015-09-291-1/+1
* Tiemout can be NoneAsk Solem2015-09-291-1/+1
* flakesAsk Solem2015-09-282-8/+8
* Single item tuples no longer require whitespaceAsk Solem2015-07-131-4/+4