summaryrefslogtreecommitdiff
path: root/amqp/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Initial reference documentation amqp.transportMatus Valo2020-11-101-3/+4
* Added __repr__ to Connection() and *Transport() classesMatus Valo2020-09-141-0/+8
* pyupgrade.Omer Katz2020-09-031-7/+7
* Stop to use deprecated method ssl.wrap_socket (#327)Hervé Beraud2020-09-021-2/+2
* Happify linters.Omer Katz2020-08-311-3/+4
* Make __all__ immutable.Omer Katz2020-08-191-1/+1
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-8/+14
* Fix flake8Matus Valo2020-04-211-1/+1
* Separate logger for Connection.heartbeat_tick methodOwain Jones2020-04-161-3/+6
* Reverse the conditions for clarity.Omer Katz2019-09-111-13/+15
* Fix a channel issue against a connection already closedHervé Beraud2019-09-111-3/+5
* Ignore all methods except Close and Close-OK when channel/connection is closi...Matus Valo2019-06-131-1/+6
* Don't revive channel when connection is closing (#220)Matus Valo2018-12-301-0/+2
* Handle negative acknowledgments sent by RMQ (#208)Matus Valo2018-10-191-0/+4
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-121-17/+27
* Support for EXTERNAL authentication and specific login_method (#176)Matthias Erll2018-01-021-6/+29
* isort.Omer Katz2017-10-281-9/+6
* Remove LGPL headers from source files as project has since changed to BSD (#163)Adam Smith2017-08-241-14/+0
* Convert mechanisms to bytes if it is a string (#157)Omer Katz2017-07-141-1/+3
* Drain events should read until message is ready (#144)Robert Kopaczewski2017-05-221-1/+3
* don't fail if collect already called (#128)gord chung2017-04-131-1/+2
* Refactored to make authn modular; added GSSAPI (#110)Alexander Dutton2016-12-291-19/+35
* do not reconnect on collect (#121)gord chung2016-12-291-1/+2
* Adds pydocstyle tox targetAsk Solem2016-10-111-35/+43
* Removes left over print statements. Closes #3465Ask Solem2016-09-231-2/+0
* Support for the RabbitMQ auth_close extension (closes celery/kombu#611)Ask Solem2016-09-131-14/+42
* Frame_writer is no longer a generator. Closes #103Ask Solem2016-09-071-4/+1
* CosmeticsAsk Solem2016-08-091-17/+19
* Fixes argspec for Connection.Close: BssBB -> BsBB. Closes #45Ask Solem2016-07-111-1/+1
* set literalAsk Solem2016-06-151-2/+2
* flakesAsk Solem2016-05-311-1/+2
* Backward compatibility with 1.4 API (Closes celery/kombu#595)Ask Solem2016-05-311-12/+59
* Removes outdated funtests directoryAsk Solem2016-04-061-3/+2
* flakesAsk Solem2016-03-211-1/+1
* Transport: re-raise original socket.error to keep errno etc.Ask Solem2016-03-021-25/+4
* Connection.channel now raises RecoverableConnectionError if closed (Closes #70)Ask Solem2016-03-021-6/+8
* Removes unused Connection.FIXMEAsk Solem2016-03-021-3/+0
* Now uses vine for promisesAsk Solem2016-03-021-6/+8
* Fixes args/kwargs confusion when creating transport. Closes #72Ask Solem2016-01-081-6/+6
* Unit tests for amqp, with 96% coverage so farAsk Solem2015-12-071-25/+34
* Connection.__init__ no longer connects automatically, use connection.connect()Ask Solem2015-12-071-11/+17
* Python 2.7ismAsk Solem2015-10-191-1/+1
* FlakesAsk Solem2015-09-181-2/+2
* Merge branch 'reclaro/set_keepalive_settings'Ask Solem2015-09-091-11/+7
|\
| * Set tcp socket optionsAndrea Rosa2014-07-161-3/+1
| * Expose socket optionsAndrea Rosa2014-06-261-3/+3
| * Expose keeaplive settingsAndrea Rosa2014-06-161-2/+8
* | add keepalive optionsRongze Zhu2015-09-091-4/+14
* | flakesAsk Solem2015-09-041-4/+10
* | Merge branch 'master' of github.com:celery/py-amqpAsk Solem2015-09-041-1/+19
|\ \