summaryrefslogtreecommitdiff
path: root/kombu/pidbox.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* Prevent caching of oid in pidbox (#1394)Matus Valo2021-10-051-8/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-201-3/+2
* Fix pidbox not using default channelsChris Lambacher2020-10-131-2/+2
* Remove five usage from kombu/.Omer Katz2020-07-231-3/+2
* pyupgradeOmer Katz2020-07-131-6/+5
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-251-5/+10
* Control pattern matching (#997)Jason Held2019-02-271-6/+32
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* added retry=True (#920)Asif Saif Uddin2018-09-261-2/+2
* Fixes typo expire -> expiresAsk Solem2016-10-141-1/+1
* Pidbox: Mailbox new arguments: TTL and expiry.Alan Justino2016-10-141-8/+17
* Pidbox: Use Queue.expires instead of setting queue argumentAsk Solem2016-10-141-3/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-0/+3
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-2/+3
* Use Google-style docstringsAsk Solem2016-07-161-7/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* flakesAsk Solem2016-03-031-1/+1
* Pidbox: Mailbox now supports producer_pool argumentAsk Solem2015-12-141-21/+39
* Fixes flakes after flake8 upgradeAsk Solem2014-05-271-8/+10
* master now depends on Python 2.7Ask Solem2014-05-191-3/+3
* Added serialization supportDmitry Malinovsky2014-04-041-5/+16
* Pidbox: adds default on_decode_error handlerAsk Solem2014-02-211-1/+5
* Pidbox: expires cannot be NoneAsk Solem2013-10-221-1/+1
* Fixes problems with time vs monotonicAsk Solem2013-10-141-3/+4
* Use time.monotonic when availableAsk Solem2013-10-071-4/+3
* flakesAsk Solem2013-09-231-7/+8
* Adds more testsAsk Solem2013-09-121-2/+6
* 100% coverage for kombu.utils.logAsk Solem2013-06-181-1/+1
* pidbox: log method errors with tracebackAsk Solem2013-05-291-1/+7
* Merge branch '2.5'Ask Solem2013-04-301-3/+10
|\
| * Pidbox: publish reply should ignore InconsistencyErrorAsk Solem2013-04-241-3/+10
* | Merge branch '2.5'Ask Solem2013-04-151-3/+9
|\ \ | |/
| * Consumer.accept: A whitelist of content types/serializers to allowAsk Solem2013-04-111-3/+9
* | Merge branch '2.5'Ask Solem2013-04-021-3/+17
|\ \ | |/
| * Pidbox: Now warns if there are multiple nodes consuming from the same pidboxAsk Solem2013-03-251-3/+17
* | Use except as excAsk Solem2013-02-121-1/+1
* | Merge branch '2.5'Ask Solem2013-01-171-25/+29
|\ \ | |/
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-26/+30
* | Merge branch '2.5'Ask Solem2012-12-101-1/+1
|\ \ | |/
| * Fixes problem with pidbox on 2.6 (kwargs must be str)Ask Solem2012-11-291-1/+1
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-6/+2
|\ \ | |/
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * Doc fixesAsk Solem2012-11-211-2/+1
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-1/+2
* | Use more str.formatAsk Solem2012-11-131-1/+1
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-0/+1
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-2/+1
* [pidbox] Now uses a logical clock, and expires replies received after the tim...Ask Solem2012-10-241-10/+28
* Tests passingAsk Solem2012-10-241-5/+4