summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Migrate another case imports to unittest.mock after dropping python 3.5Matus Valo2020-09-024-13/+5
* Happify linters.Omer Katz2020-08-311-46/+49
* Adjust test to actual default.Omer Katz2020-08-311-1/+2
* isort.Omer Katz2020-08-315-7/+6
* Python issue 10272 has been fixed in Python 3.1.Omer Katz2020-08-311-1/+1
* Remove get_errno() since it is no longer needed.Omer Katz2020-08-311-21/+1
* All supported Python versions detect the optimal Python version.Omer Katz2020-08-311-1/+1
* Use unittest.mock instead of caseMatus Valo2020-08-2010-15/+29
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-1914-77/+28
* Fix buffer overflow in frame_writer after frame_max is increasedDan Fuller2020-07-251-0/+9
* Fix deserialization of long string field values that are not utf-8.Tim Burke2020-05-301-0/+1
* Fix saving partial read buffer on windows during socket timeout. (#321)Tim Burke2020-05-241-0/+37
* Cython generic content (#315)Matus Valo2020-04-211-2/+4
* Implement speedups in cython (#311)Matus Valo2020-04-072-14/+26
* Added negative scenario for TLS integration test (#300)Matus Valo2020-01-153-16/+94
* Add support for TLS integration tests. (#299)Matus Valo2020-01-083-7/+68
* Addded a test for creating a channel when the connection is closed.Omer Katz2019-09-111-0/+6
* Added a test.Omer Katz2019-09-111-2/+8
* Undeprecate auto_delete flag for exchanges. (#287)Gilbert Gilb's2019-08-131-6/+4
* Fix faulty ssl sni intiation parameters (#283)Dhananjay Sathe2019-08-041-1/+1
* Close channel in integration testsMatus Valo2019-06-141-0/+1
* Read also rabbitmq host from env. variable in integration testsMatus Valo2019-06-141-1/+4
* Ignore all methods except Close and Close-OK when channel/connection is closi...Matus Valo2019-06-133-2/+132
* Cleanups (#269)Omer Katz2019-03-252-2/+3
* pep8.Omer Katz2019-03-251-0/+1
* Mark integration tests as flaky.Omer Katz2019-03-191-0/+3
* Display rabbitmq logs on failure.Omer Katz2019-03-191-0/+7
* 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