summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable progress bar.travis-pypy-fixOmer Katz2017-12-171-3/+2
* Move away from containerized worker for PyPy.Omer Katz2017-12-171-1/+2
* Make flake8 happy.Omer Katz2017-12-171-2/+2
* autopep8.Omer Katz2017-12-171-1/+2
* Install sphinx-celery from git for now. (#174)Omer Katz2017-12-131-1/+1
* Lookup by socket option name. (#173)Matthias Erll2017-12-111-2/+2
* Added coverage for the case where the connection is dropped.Omer Katz2017-10-281-0/+5
* Ignore coverage measurement for hack to make pyamqp to work with Python<=2.7.7.Omer Katz2017-10-281-1/+1
* Increase coverage for the having_timeout() context manager.Omer Katz2017-10-281-0/+4
* Try upgrading wheel, pip and setuptools first.Omer Katz2017-10-281-1/+3
* isort.Omer Katz2017-10-2820-47/+33
* autopep8.Omer Katz2017-10-281-6/+6
* Turns out CPython can't record coverage for continue statements.Omer Katz2017-10-281-1/+1
* 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-282-23/+171
* Python 3 UTF-8 Encode/Decode w/ Surrogates (#168)Stephen Hatch2017-10-263-5/+12
* #145: Cleanup TCP configurations across platforms and unified defaults into o...Dan Chowdhury2017-10-234-52/+98
* Include license file in the generated wheel package (#169)Jon Dufresne2017-10-171-0/+3
* Fix ResourceWarning in setup.py (#170)Jon Dufresne2017-10-171-4/+5
* Bump version: 2.2.1 → 2.2.2v2.2.2Omer Katz2017-09-144-4/+4
* Updated changelog.Omer Katz2017-09-141-0/+15
* Update UTF-8 encoding behavior between Py2/Py3 (#164)Tyler James Harden2017-09-081-4/+4
* Remove LGPL headers from source files as project has since changed to BSD (#163)Adam Smith2017-08-249-126/+0
* fix for sending empty messages (addresses #151) (#154)Christian Blades2017-08-182-5/+13
* Bump version: 2.2.0 → 2.2.1v2.2.1Omer Katz2017-07-144-4/+4
* Update changelog.Omer Katz2017-07-141-0/+13
* Convert mechanisms to bytes if it is a string (#157)Omer Katz2017-07-143-2/+20
* Update release date for 2.2.0.Omer Katz2017-07-141-1/+1
* Fix #132.Omer Katz2017-07-121-2/+2
* Bump version: 2.1.4 → 2.2.0v2.2.0Omer Katz2017-07-124-4/+4
* Release notes for 2.2.0 (#146)Omer Katz2017-05-311-0/+39
* SNI PR fixes (#150)Dhananjay Sathe2017-05-301-13/+27
* Fix _wrap_socket_sni method definition (#149)Dhananjay Sathe2017-05-261-1/+1
* Drain events should read until message is ready (#144)Robert Kopaczewski2017-05-223-10/+16
* Fix travis.yml after recent merge (#143)Jon Dufresne2017-04-171-3/+1
* Document and test all supported Python versions (#140)Jon Dufresne2017-04-164-11/+41
* Use Logger.warning() as Logger.warn() is deprecated (#142)Jon Dufresne2017-04-161-1/+1
* Enable pip cache for Travis CI (#141)Jon Dufresne2017-04-161-1/+1
* don't fail if collect already called (#128)gord chung2017-04-132-1/+7
* changed python version check to < 2.7.7 so compatibility code will execute fo...Jonathan Schuff2017-04-132-1/+6
* win32: TCP_MAXSEG isn't available for setsockopt (#136)Tony Breeds2017-04-132-2/+13
* Add support for setting the SNI hostname header (#139)Dhananjay Sathe2017-04-132-5/+25
* Fixed a typo in a doc string (#133)Michael2017-01-271-1/+1
* fix flake8 (#129)gord chung2017-01-041-0/+1
* Refactored to make authn modular; added GSSAPI (#110)Alexander Dutton2016-12-298-32/+421
* do not reconnect on collect (#121)gord chung2016-12-292-1/+9
* Bump version: 2.1.3 → 2.1.4v2.1.4Ask Solem2016-12-144-4/+4
* Updates ChangelogAsk Solem2016-12-141-0/+32
* CI: Removes pypy3 from build matrixAsk Solem2016-12-142-5/+0
* flakesAsk Solem2016-12-141-0/+1