summaryrefslogtreecommitdiff
path: root/kombu/abstract.py
Commit message (Expand)AuthorAgeFilesLines
* master now depends on Python 2.7Ask Solem2014-05-191-3/+3
* Merge branch '2.5'Ask Solem2013-04-301-2/+2
|\
| * fixes typoAsk Solem2013-04-241-2/+2
* | Merge branch '2.5'Ask Solem2013-01-171-2/+3
|\ \ | |/
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-2/+3
* | Merge branch '2.5'Ask Solem2012-12-101-3/+4
|\ \ | |/
| * Improves Queue/binding/Exchange repr/strAsk Solem2012-11-281-1/+2
| * Result of Queue.as_dict is now JSON serializable again. Closes #177Ask Solem2012-11-281-3/+3
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-10/+2
|\ \ | |/
| * Test improvementsAsk Solem2012-11-221-5/+0
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * More useful repr for Queue and ExchangeAsk Solem2012-11-151-2/+2
| * Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-141-2/+6
* | Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-151-2/+6
* | Use more str.formatAsk Solem2012-11-131-5/+5
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-1/+2
|/
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-1/+1
* Use single quotesAsk Solem2012-06-151-4/+4
* Exchange+Queue+SimpleQueue can now be bound to connection (using default_chan...Ask Solem2012-06-111-1/+2
* Bound entities now pickleableAsk Solem2012-05-061-0/+12
* Merge branch '1.0'Ask Solem2012-01-091-0/+3
|\
| * maybe_declare should not cache declaration if entity is not durableAsk Solem2012-01-051-0/+3
* | Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
* | Merge branch 'master' into 2.0-develAsk Solem2011-11-081-2/+2
|\ \ | |/
| * Spell-checkAsk Solem2011-11-021-2/+2
* | Adds __all__ to modulesAsk Solem2011-09-091-0/+2
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-1/+3
|/
* Adds Queue.as_dict + Exchange.as_dictAsk Solem2011-02-111-2/+8
* Update copyright headers to include 2011Ask Solem2011-01-311-1/+1
* Improved reference documentationAsk Solem2010-10-271-1/+15
* connection.ensure now worksAsk Solem2010-10-221-0/+10
* Added nowait + refactored away assert_is_bound thingAsk Solem2010-07-221-25/+15
* Some simple refactoringAsk Solem2010-06-291-0/+77