summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Added a test that proves that amqp is not threadsafe.threadsaftyOmer Katz2019-03-191-0/+20
* Use tox-docker in integration tests (#262)Omer Katz2019-03-091-14/+70
* isort.Omer Katz2019-03-0211-21/+23
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-021-0/+7
* Test array inside table.Omer Katz2019-02-281-1/+8
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-271-0/+7
* Added RabbitMQ integration tests (#257)Matus Valo2019-02-181-0/+91
* Treat EWOULDBLOCK as timeout (#253)Lucian Petrut2019-02-041-0/+18
* Always treat SSLError timeouts as socket timeouts (#247)Dirk Mueller2019-01-311-1/+17
* Support float read_timeout/write_timeout (#246)cadl422019-01-281-6/+16
* Add unit test for SSLTransport _write function (#251)Antonio Ojea2019-01-271-0/+21
* read_frame python3 compatible for large payloads (#248)Antonio Ojea2019-01-261-0/+11
* Add unit test for test_wrap_socket_sni (#250)Antonio Ojea2019-01-251-0/+11
* Fix crash in basic_publish when broker does not support connection.blocked ca...Matus Valo2019-01-172-6/+159
* basic_consume() should return consumer tag instead of tuple (#240)Matus Valo2019-01-152-4/+11
* Parametrize product_version in integration tests (#236)Matus Valo2019-01-141-1/+2
* Move delivery_info to constructor of Message. (#235)Matus Valo2019-01-103-4/+87
* queue, exchange and basic.get integration tests (#234)Matus Valo2019-01-041-36/+369
* Use tuple instead of list.Omer Katz2019-01-011-2/+2
* Don't return method signature from AbstractChannel::wait() (#233)Matus Valo2018-12-312-9/+50
* Don't revive channel when connection is closing (#220)Matus Valo2018-12-302-0/+30
* Improved empty AMQPError string representation (#231)Matus Valo2018-12-291-2/+23
* Fix basic_consume() with no consumer_tag provided (#221)Matus Valo2018-11-262-23/+154
* Prevent failed checks in integration tests caused by table datatype (#216)Matus Valo2018-11-071-5/+25
* Added unittest for having_timeout (#217)Matus Valo2018-11-071-0/+46
* Drain events before publish data. (#214)Matus Valo2018-11-071-4/+49
* Added integration tests (#213)Matus Valo2018-11-062-0/+273
* Handle negative acknowledgments sent by RMQ (#208)Matus Valo2018-10-192-6/+63
* Improved tests of Connection.connect, Connection.close behaviors (#212)tomc7972018-10-161-7/+39
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-122-3/+78
* Add field type "x" (byte array) (#204)Davis Kirkendall2018-09-131-3/+5
* Fix encoding errors (#198)Evan2018-08-131-0/+33
* Fix inconsistent frame_handler return value (#199)Evan2018-08-131-8/+9
* Format code.Omer Katz2018-05-281-1/+1
* Sort imports.Omer Katz2018-05-281-1/+1
* Ensure unicode is tested.Omer Katz2018-05-281-2/+2
* Ensure a unicode string is tested.Omer Katz2018-05-281-1/+1
* Testing: Replace @patch decorators (#182)Matthias Urlichs2018-02-146-169/+168
* Fix UnboundLocalError from exception assignment to variable (#184)eric-eric-eric2018-02-091-11/+28
* Support for EXTERNAL authentication and specific login_method (#176)Matthias Erll2018-01-022-9/+72
* Added coverage for the case where the connection is dropped.Omer Katz2017-10-281-0/+5
* Increase coverage for the having_timeout() context manager.Omer Katz2017-10-281-0/+4
* isort.Omer Katz2017-10-288-16/+11
* autopep8.Omer Katz2017-10-281-6/+6
* Added coverage for the case where the socket initialization fails.Omer Katz2017-10-281-0/+12
* Don't send AAAA DNS request when domain resolved to IPv4 address (#153)Ihar Hrachyshka2017-10-281-5/+121
* Python 3 UTF-8 Encode/Decode w/ Surrogates (#168)Stephen Hatch2017-10-261-0/+7
* #145: Cleanup TCP configurations across platforms and unified defaults into o...Dan Chowdhury2017-10-232-0/+55
* fix for sending empty messages (addresses #151) (#154)Christian Blades2017-08-181-0/+6
* Convert mechanisms to bytes if it is a string (#157)Omer Katz2017-07-141-0/+16