summaryrefslogtreecommitdiff
path: root/amqp/platform.py
Commit message (Expand)AuthorAgeFilesLines
* remove TCP_USER_TIMEOUT option for SolarisCiaran McGirl2021-02-061-0/+2
* autopep8 + isortOmer Katz2020-11-081-1/+0
* Happify linters.Omer Katz2020-08-311-4/+4
* Make __all__ immutable.Omer Katz2020-08-191-2/+2
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-28/+2
* Happify lint.Omer Katz2019-04-041-1/+1
* Add support for AIX.Omer Katz2019-04-041-0/+7
* Provide fix for #242, Option not supported by protocol on SunOS (#272)Thomas Merkel2019-04-021-0/+5
* Fix spacing from #254. (#255)Patrick Cloke2019-02-071-1/+1
* Added support of cygwin platform (#254)Matus Valo2019-02-071-0/+3
* Fix Protocol not available for BSD (#200) (#211)George Tantiras2018-10-131-0/+3
* remove socket option TCP_USER_TIMEOUT for osx, fixes #193 #193 (#194)Ofer Horowitz2018-05-301-0/+2
* Ignore coverage measurement for hack to make pyamqp to work with Python<=2.7.7.Omer Katz2017-10-281-1/+1
* isort.Omer Katz2017-10-281-2/+2
* #145: Cleanup TCP configurations across platforms and unified defaults into o...Dan Chowdhury2017-10-231-14/+18
* changed python version check to < 2.7.7 so compatibility code will execute fo...Jonathan Schuff2017-04-131-1/+1
* win32: TCP_MAXSEG isn't available for setsockopt (#136)Tony Breeds2017-04-131-0/+7
* flakesAsk Solem2016-12-141-0/+1
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-141-0/+24
* Improve Linux version parsing to handle + and other characters. Closes #119Ask Solem2016-12-141-2/+19
* flakes2.1Ask Solem2016-12-071-0/+1
* flakesAsk Solem2016-12-071-0/+3
* Adds amqp.platform.TCP_USER_TIMEOUTAsk Solem2016-12-071-0/+27