summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* According to Python's documentation, if we don't want timeouts we must set th...fix-timeoutsOmer Katz2019-06-211-4/+5
* 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-136-3/+161
* Pin sphinx_celery to 1.4.6.Omer Katz2019-06-131-1/+1
* Drop 3.4 from Windows build.Omer Katz2019-06-101-6/+0
* Pin tox-docker to 1.2.1 for now.Omer Katz2019-06-101-1/+1
* Mark tox-docker as required.Omer Katz2019-06-101-0/+1
* Ensure all dependencies are upgraded so that the virtualenvs will have a newe...Omer Katz2019-06-101-2/+1
* version 2.5.02.5.0Asif Saif Uddin2019-05-302-2/+13
* drop py34Asif Saif Uddin2019-05-231-3/+2
* change test stage orderAsif Saif Uddin2019-05-231-1/+1
* dropped py34Asif Saif Uddin2019-05-231-6/+0
* fixed vine versionAsif Saif Uddin2019-05-151-1/+1
* Happify lint.Omer Katz2019-04-041-1/+1
* Add support for AIX.Omer Katz2019-04-041-0/+7
* Cache pip packages.Omer Katz2019-04-031-0/+3
* Run Windows build with tox.Omer Katz2019-04-033-195/+23
* Fix windows build.Omer Katz2019-04-031-1/+1
* Upgrade pip on our Windows buildOmer Katz2019-04-031-1/+1
* Provide fix for #242, Option not supported by protocol on SunOS (#272)Thomas Merkel2019-04-021-0/+5
* Update version.Omer Katz2019-03-261-2/+2
* Cleanups (#269)Omer Katz2019-03-254-30/+28
* pep8.Omer Katz2019-03-251-0/+1
* Mark integration tests as flaky.Omer Katz2019-03-192-0/+4
* Display rabbitmq logs on failure.Omer Katz2019-03-192-0/+19
* Use tox-docker in integration tests (#262)Omer Katz2019-03-095-28/+113
* Run integration tests in a seperate stage.Omer Katz2019-03-041-4/+16
* Bump version: 2.4.1 → 2.4.2v2.4.2Omer Katz2019-03-034-4/+4
* Updated the changelog.Omer Katz2019-03-031-0/+36
* Added pytest-travis-fold.Omer Katz2019-03-021-0/+1
* Speed up CI a bit by disabling pip version check.Omer Katz2019-03-022-2/+3
* isort.Omer Katz2019-03-0212-23/+25
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-022-2/+8
* Adds Python 3.7 to the list of supported languages in setup.py and adds Pytho...Jeremiah Cooper2019-03-022-0/+10
* Test array inside table.Omer Katz2019-02-281-1/+8
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-272-1/+9
* Added RabbitMQ integration tests (#257)Matus Valo2019-02-184-31/+142
* Fix broken setup.py test --pytest-argsMatus Valo2019-02-151-2/+3
* Fix spacing from #254. (#255)Patrick Cloke2019-02-071-1/+1
* Added support of cygwin platform (#254)Matus Valo2019-02-071-0/+3
* Bump version: 2.4.0 → 2.4.1v2.4.1Omer Katz2019-02-044-4/+4
* Updated changelog.Omer Katz2019-02-041-0/+40
* Treat EWOULDBLOCK as timeout (#253)Lucian Petrut2019-02-042-0/+22
* Always treat SSLError timeouts as socket timeouts (#247)Dirk Mueller2019-01-312-1/+21
* Support float read_timeout/write_timeout (#246)cadl422019-01-282-7/+19
* 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-262-1/+12
* 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-173-8/+162