summaryrefslogtreecommitdiff
path: root/kombu/transport/pyamqplib.py
Commit message (Expand)AuthorAgeFilesLines
* 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-270/+0
* Fixes some strange eventlet errorAsk Solem2011-08-041-0/+2
* no_ack can now be controlled on individual queuesAsk Solem2011-06-291-0/+14
* Properly report default values in Connection.info/.as_uriAsk Solem2011-06-131-10/+9
* amqplib: Default hostname should be 'localhost', don't raise KeyErrorAsk Solem2011-06-091-1/+1
* Passes functional testsAsk Solem2011-06-071-1/+1
* Fix indentation.David Strauss2011-05-021-1/+1
* Support use of login_method for amqplib.David Strauss2011-05-021-0/+3
* Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3Ask Solem2011-04-211-1/+1
* amqplib: Now converts SSLError timeout errors to socket.timeout (http://bugs....Ask Solem2011-04-211-7/+20
* amqplib may raise AttributeError if the connection is lostAsk Solem2011-04-171-1/+5
* Closes cyclic reference in ConnectionAsk Solem2011-04-071-0/+7
* BrokerConnection userid/password can't be guest as other transports may have ...Ask Solem2011-04-011-2/+2
* ConnectionPool: Re-connect if amqplib connection closedAsk Solem2011-02-071-0/+3
* Update copyright headers to include 2011Ask Solem2011-01-311-1/+1
* Correctly pass properties to amqp.Message()Anton Gyllenberg2011-01-291-2/+2
* amqplib: Set connection.clientAsk Solem2011-01-181-1/+3
* Fixed a compatibility issue with other clients not sending application headersAsk Solem2010-11-101-8/+9
* 94% coverage of the core library, but still missing coverage of compat, pidbo...Ask Solem2010-11-091-8/+10
* Improved reference documentationAsk Solem2010-10-271-0/+10
* All occurences of the term Backend has been replaced with Transport.Ask Solem2010-08-041-0/+210