summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Protocol not available for BSD (#200) (#211)George Tantiras2018-10-131-0/+3
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-124-49/+141
* Add field type "x" (byte array) (#204)Davis Kirkendall2018-09-132-4/+18
* Added Python 3.7 to the build matrix. Enabled stages. (#203)Omer Katz2018-08-162-0/+15
* AMQP protocol header for AMQP 0-9-1 (#202)Carl Hörberg2018-08-161-1/+1
* Fix encoding errors (#198)Evan2018-08-133-6/+42
* Fix inconsistent frame_handler return value (#199)Evan2018-08-132-13/+16
* Fixed changelog.v2.3.2Omer Katz2018-05-301-14/+14
* Bump version: 2.3.1 → 2.3.2Omer Katz2018-05-304-4/+4
* Updated changelog.Omer Katz2018-05-301-0/+14
* remove socket option TCP_USER_TIMEOUT for osx, fixes #193 #193 (#194)Ofer Horowitz2018-05-301-0/+2
* Bump version.v2.3.1Omer Katz2018-05-281-2/+2
* Fix date.Omer Katz2018-05-281-1/+1
* Format code.Omer Katz2018-05-281-1/+1
* Sort imports.Omer Katz2018-05-281-1/+1
* Updated the changelog.Omer Katz2018-05-281-0/+16
* Bump version: 2.3.0 → 2.3.1Omer Katz2018-05-284-4/+4
* Ensure unicode is tested.Omer Katz2018-05-281-2/+2
* Install pytest-sugar.Omer Katz2018-05-281-0/+1
* Ignore pytest_cache.Omer Katz2018-05-281-0/+1
* Ensure a unicode string is tested.Omer Katz2018-05-281-1/+1
* Check if text_t instead of string_t (#192)Omer Katz2018-05-281-6/+3
* Bump version: 2.2.2 → 2.3.0v2.3.0Omer Katz2018-05-273-3/+3
* Updated the changelogOmer Katz2018-05-271-0/+40
* Do the right thing when python-gssapi is installed (#190)Jacopo Notarstefano2018-05-131-2/+1
* Update all pypi.python.org URLs to pypi.org (#189)Jon Dufresne2018-04-264-13/+13
* next version should be 2.3.0 for celery 4.2.0Asif Saifuddin Auvi2018-04-161-1/+1
* Pass python_requires argument to setuptools (#185)Jon Dufresne2018-03-051-0/+1
* tag 2.2.3Asif Saifuddin Auvi2018-02-141-1/+1
* Testing: Replace @patch decorators (#182)Matthias Urlichs2018-02-148-171/+170
* Fix UnboundLocalError from exception assignment to variable (#184)eric-eric-eric2018-02-092-12/+30
* Support for EXTERNAL authentication and specific login_method (#176)Matthias Erll2018-01-024-15/+119
* Run flake8 on both Python 2.7 and 3.6 (#177)cclauss2017-12-251-0/+2
* Disable the pip progress bar.Omer Katz2017-12-171-2/+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