summaryrefslogtreecommitdiff
path: root/kombu/simple.py
Commit message (Expand)AuthorAgeFilesLines
* pyupgradeOmer Katz2020-07-131-3/+2
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)C Blue Neeh2018-08-161-2/+6
* Removed some unnecessary variable assignments and fix variable-typo in docsMads Jensen2017-09-221-1/+0
* Prefer dict literal syntax over dict() (#787)Mads Jensen2017-09-081-5/+5
* Address shortcomings with timeout parameter described in issue #720 (#729)c-nichols2017-04-261-6/+22
* Entities can now be declared without binding to channel: entity.declare(chann...Ask Solem2016-10-271-1/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-1/+5
* 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
* SimpleQueue removes messages from the wrong end of buffer. Closes #380Ask Solem2014-07-311-1/+1
* Add suppport to custom routing_key if passing a QueueFernando Jorge Mota2013-12-221-1/+3
* Use time.monotonic when availableAsk Solem2013-10-071-4/+3
* Py3 fixesAsk Solem2013-09-101-2/+3
* flakesAsk Solem2013-09-101-1/+1
* SimpleQueue: allow override of exchange_typeVince Gonzalez2013-09-091-2/+2
* Merge branch '2.5'Ask Solem2013-01-171-2/+3
|\
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-2/+3
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-3/+0
|\ \ | |/
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-2/+3
|/
* Use single quotesAsk Solem2012-06-151-3/+3
* Exchange+Queue+SimpleQueue can now be bound to connection (using default_chan...Ask Solem2012-06-111-6/+3
* Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
* Adds __all__ to modulesAsk Solem2011-09-091-0/+2
* 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-2/+4
* SimpleQueue and SimpleBuffer can now be used as contextsAsk Solem2011-06-281-0/+6
* Update copyright headers to include 2011Ask Solem2011-01-311-1/+1
* amqplib: Set connection.clientAsk Solem2011-01-181-1/+1
* Unit tests now passing on Python 3Ask Solem2010-12-031-1/+1
* Fixed SimpleQueue.get if there was no timeout specifiedAsk Solem2010-12-011-2/+2
* 99% coverage for kombu.simpleAsk Solem2010-11-111-6/+6
* Improved reference documentationAsk Solem2010-10-271-14/+25
* Documentation: Started writing the User GuideAsk Solem2010-08-041-2/+8
* kombu.simple.SimpleQueue + SimpleBuffer: Simple queueing interface.Ask Solem2010-08-011-0/+112