summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog.Omer Katz2020-09-031-0/+11
* pyupgrade.Omer Katz2020-09-0319-61/+54
* Bump version: 5.0.0a1 → 5.0.0b1Omer Katz2020-09-035-7/+6
* Update changelog.Omer Katz2020-09-031-5/+20
* Stop to use deprecated method ssl.wrap_socket (#327)Hervé Beraud2020-09-023-28/+16
* Migrate another case imports to unittest.mock after dropping python 3.5Matus Valo2020-09-024-13/+5
* Happify linters without errors.Omer Katz2020-08-311-3/+5
* Happify linters.Omer Katz2020-08-318-70/+65
* Adjust test to actual default.Omer Katz2020-08-311-1/+2
* isort.Omer Katz2020-08-317-40/+19
* Default to ssl.PROTOCOL_TLS.Omer Katz2020-08-311-1/+1
* CI for Python 3 only.Omer Katz2020-08-313-25/+17
* Prepare setup.py for Python 3 only support.Omer Katz2020-08-311-15/+10
* Python issue 10272 has been fixed in Python 3.1.Omer Katz2020-08-312-5/+1
* Remove get_errno() since it is no longer needed.Omer Katz2020-08-313-45/+6
* All supported Python versions detect the optimal Python version.Omer Katz2020-08-312-12/+1
* Map in Docker only used 5671 and 5672 portsMatus Valo2020-08-251-0/+3
* Multiple improvements of cythonized codeMatus Valo2020-08-247-5/+22
* Use unittest.mock instead of caseMatus Valo2020-08-2010-15/+29
* Fix pypi classifier development status (#294)Hervé Beraud2020-08-191-1/+1
* Bump version: 2.4.2 → 5.0.0a1Omer Katz2020-08-194-5/+6
* Specify vine 5.0.0a1 as a dependency for py-amqp 5.0.0a1.Omer Katz2020-08-193-5/+9
* Update version pattern.Omer Katz2020-08-192-4/+22
* Make __all__ immutable.Omer Katz2020-08-198-11/+11
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-1932-259/+106
* Merge branch 'master' of https://github.com/celery/py-amqpAsif Saif Uddin (Auvi)2020-07-312-5/+31
|\
| * Remove unused comment (#329)Dan Fuller2020-07-281-3/+0
| * Fix buffer overflow in frame_writer after frame_max is increasedDan Fuller2020-07-252-2/+31
* | v2.6.1v2.6.1Asif Saif Uddin (Auvi)2020-07-314-4/+4
* | Vhangelog entry for v2.6.1Asif Saif Uddin (Auvi)2020-07-311-0/+13
|/
* python 3.8 to classifierAsif Saif Uddin (Auvi)2020-06-011-6/+7
* version 2.6.02.6.0Asif Saif Uddin (Auvi)2020-06-014-5/+5
* update changelog for 2.6.0Asif Saif Uddin (Auvi)2020-06-011-4/+19
* Fix deserialization of long string field values that are not utf-8.Tim Burke2020-05-302-1/+6
* Fix saving partial read buffer on windows during socket timeout. (#321)Tim Burke2020-05-242-3/+61
* Improve documentation a_global parameter of basic_qos() method.Matus Valo2020-05-011-5/+10
* Speedups of serialization.py are more restrictiveMatus Valo2020-04-271-2/+2
* Run only integration tests when speedups enabledMatus Valo2020-04-271-13/+29
* Added simple cythonization of abstract_channel.pyMatus Valo2020-04-272-0/+10
* Simplify .travis.ymlMatus Valo2020-04-251-48/+16
* Cython generic content (#315)Matus Valo2020-04-215-7/+30
* Fix flake8Matus Valo2020-04-211-1/+1
* Add Speedups section to README.rst (#313)Matus Valo2020-04-171-0/+16
* Separate logger for Connection.heartbeat_tick methodOwain Jones2020-04-161-3/+6
* Added Quick overview to README.rstMatus Valo2020-04-141-0/+57
* Implement speedups in cython (#311)Matus Valo2020-04-076-32/+96
* Fix amqp.Message docstring (#309)Matus Valo2020-03-261-1/+1
* pin pytest<=5.3.5 due issue in pytest-sugar (#310)Matus Valo2020-03-261-1/+1
* Added negative scenario for TLS integration test (#300)Matus Valo2020-01-153-16/+94
* Added python 3.8 to CI (#301)Matus Valo2020-01-142-2/+11