summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #104 from Hardtack/masterAsif Saifuddin Auvi2017-11-081-11/+24
|\ \
| * | Convert dict key type to bytes typeChoi Geonu2017-10-241-1/+1
| * | AMQP_EMPTY_* were deprecated since v0.1Choi Geonu2017-10-241-9/+9
| * | Return NULLs explicitly in the module initializationChoi Geonu2017-10-241-1/+14
* | | Merge pull request #103 from matusvalo/python3-unit-testsAsif Saifuddin Auvi2017-10-249-24/+18
|\ \ \ | |/ / |/| |
| * | Add python3 support in unittestsMatus Valo2017-10-207-20/+15
| * | _queue_declare() should return queue name as string not bytesMatus Valo2017-10-202-4/+3
* | | Merge pull request #102 from matusvalo/fixed_buildAsif Saifuddin Auvi2017-10-201-3/+1
|\ \ \ | |/ / |/| |
| * | Fixed broken build when using makeMatus Valo2017-10-091-3/+1
|/ /
* | Merge pull request #99 from matusvalo/python3Asif Saifuddin Auvi2017-09-289-91/+116
|\ \ | |/ |/|
| * Removed support of python3.3 and added support for python3.6Matus Valo2017-09-171-1/+1
| * Added support of python3.4 and python3.5 in setup.pyMatus Valo2017-09-131-0/+2
| * use PyUnicode_FromStringAndSize in PySTRING_FROM_AMQBYTES macro.Matus Valo2017-09-131-2/+8
| * Python code ported to python3Matus Valo2017-09-102-1/+7
| * Module initialization ported to python3Matus Valo2017-09-102-3/+35
| * Python3 PyObject_CallMethodObjArgs method name should be str not bytesMatus Valo2017-09-102-1/+3
| * Use portable s# instead of t# format string in PyArg_ParseTupleMatus Valo2017-09-101-1/+1
| * Use memoryviews instead of old style buffersMatus Valo2017-09-102-4/+17
| * Added PyInt_AS_LONG and PyInt_Check macrosMatus Valo2017-09-101-0/+2
| * Use %R instead of %s in PeErr_Format for object REPRMatus Valo2017-09-101-2/+2
| * Don't use Py_TPFLAGS_HAVE_WEAKREFS tp flag under python3Matus Valo2017-09-101-2/+7
| * Convert PyString -> PyBytesMatus Valo2017-09-052-11/+11
| * Use Py_TYPE() instead of self->ob_typeMatus Valo2017-09-051-1/+1
| * Removed python <= 2.6 compatibility ifdefsMatus Valo2017-09-052-28/+16
| * Enable to build library under python3Matus Valo2017-09-051-4/+3
| * Remove support for python <= 2.6Matus Valo2017-09-051-2/+1
| * Updated build scrits for upstream rabbitmq-cMatus Valo2017-09-053-32/+5
| * Moved rabbitmq-c submodule to v0.8.0 tagMatus Valo2017-09-051-0/+0
| * Added official rabbitmq-c repo as submoduleMatus Valo2017-09-052-0/+4
| * Removed submodulesMatus Valo2017-09-053-6/+0
|/
* Merge pull request #87 from amitsaha/manylinux1Asif Saifuddin Auvi2016-09-037-0/+30
|\
| * Manylinux1 wheelsAmit Saha2016-08-197-0/+30
|/
* OS X -> macOSAsk Solem2016-06-131-5/+5
* Merge pull request #45 from rogerhu/pyerr_occurredAsk Solem Hoel2016-03-220-0/+0
|\
| * Check if the return value is -1. If so, goto fail, which will invoke PyErr_O...Roger Hu2014-06-161-4/+8
* | Merge pull request #47 from rogerhu/fix_hostname_corruptionAsk Solem Hoel2016-03-221-8/+32
|\ \
| * | We store references to hostname, userid, virtual_host, and password inside aRoger Hu2014-06-181-8/+32
| |/
* | Allow AMQP client properties to be exposed when connecting to RMQ broker.Roger Hu2015-10-303-9/+32
* | Check if the return value is -1. If so, goto fail, which will invoke PyErr_O...Roger Hu2015-10-301-4/+8
* | Add support for boolean.Roger Hu2015-10-301-0/+23
* | Merge pull request #51 from ubernostrum/masterAsk Solem Hoel2015-10-301-1/+1
|\ \
| * | Update to correct submodule URL for rabbitmq-codegen.James Bennett2014-07-181-1/+1
| |/
* | Adds rmihael to AUTHORSAsk Solem2015-10-301-0/+1
* | Update setup.py to fix buildout-related problemsrmihael2015-10-301-1/+7
* | Merge pull request #63 from mattrobenolt/patch-1Ask Solem Hoel2015-10-301-1/+1
|\ \
| * | Typo in READMEMatt Robenolt2015-01-071-1/+1
* | | Merge pull request #69 from agriffis/masterAsk Solem Hoel2015-10-301-1/+0
|\ \ \
| * | | Don't remove -Wall, since that can break compilation. Fixes #68Aron Griffis2015-07-011-1/+0
| |/ /
* | | More data type fixes for 64-bit compatibilityMichael Verrilli2015-10-301-5/+5
* | | 64-bit fixesMichael Verrilli2015-10-301-2/+2