summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Skip cp27-cp27mu builds (due to undefined symbol: PyUnicodeUCS2_AsASCIISt...Henry Tang2020-03-271-2/+3
* Fix manylinux1 (#146)Henry Tang2020-03-271-5/+32
* Remove deprecated U mode in open for Python 3.9 compatibility.Karthikeyan Singaravelan2020-03-161-1/+7
* Dont expect that paths are relative to source rootMatus Valo2018-03-201-3/+5
* Fix a commentFabre Florian2018-02-131-1/+1
* Fix MANIFEST.in to exclude rabbitmq-c/ and add behaviour of make target 'rabb...Fabre Florian2018-02-131-1/+25
* Unittests can be run directly without installation of libraryMatus Valo2018-01-211-1/+1
* Add python3 support in unittestsMatus Valo2017-10-201-0/+7
* 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
* Python code ported to python3Matus Valo2017-09-101-0/+1
* 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-051-22/+2
* Update setup.py to fix buildout-related problemsrmihael2015-10-301-1/+7
* 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
* | Update setup.pyDaniel2015-07-061-1/+1
|/
* Force setup.py install to always call buildAsk Solem2014-11-171-0/+9
* Flakes after flake8 upgradev1.6.0Ask Solem2014-11-171-20/+13
* Test stuffAsk Solem2014-11-171-1/+1
* Now depends on py-amqpAsk Solem2014-05-151-2/+3
* Merge branch 'rogerhu/fix_clockgettime' into 1.5Ask Solem2014-05-061-0/+3
|\
| * Fix issue with clock_gettime().v1.0.5-fixRoger Hu2014-05-021-0/+4
* | pre mergeAsk Solem2014-05-061-4/+1
* | Enable -lrt on Linux. Closes #42Ask Solem2014-04-221-2/+8
|/
* Updated to use rabbitmq-c 0.5.0 and exposes Connection.server_propertiesAsk Solem2014-04-141-9/+7
* Python on Mavericks enables -mno-fused-madd not supported by clang1.0Ask Solem2014-04-141-0/+2
* 1.0.3 fixes installation on 10.9Ask Solem2013-11-151-5/+13
* Remove warningsAsk Solem2013-11-151-1/+1
* Remove amqp dependency (not required yet)Ask Solem2013-01-141-1/+1
* Removes -ansi compile option, as snprintf was first defined in C99. Closes #17Ask Solem2013-01-141-1/+1
* Now depends on py-amqpAsk Solem2012-11-091-2/+1
* Bumps version to 1.0.0 and updates Changelog, now Production/StableAsk Solem2012-11-021-76/+81
* And finally it builds again on after autotools updateAsk Solem2012-07-311-1/+1
* Support latest rabbitmq-c + Mountain LionAsk Solem2012-07-271-1/+2
* Apparently llvm-gcc doesn't like private function prototypes. Closes #5Ask Solem2012-06-231-1/+0
* Use 'make dist' to compile fromAsk Solem2012-05-291-40/+34
* Compiles with -Wall -ansi -pedanticAsk Solem2012-05-291-0/+7
* Callback called from C & now passes memory buffer if message does not exceed ...Ask Solem2012-05-281-12/+20
* Channel.basic_cancel, Channel.flow, Channel.recover, + (read on)Ask Solem2012-05-231-16/+61
* Install amqplib if installation failsAsk Solem2012-05-221-105/+123
* Link against .o'sAsk Solem2012-05-221-3/+2
* Fixes restore envAsk Solem2012-05-211-1/+1
* link staticallyAsk Solem2012-05-211-9/+45
* Now installable with pip/easy_installAsk Solem2012-05-211-10/+4
* Renamed to 'librabbitmq'Ask Solem2012-05-211-13/+17
* seutp.py install, now calls buildAsk Solem2012-05-211-3/+14
* Embed rabbitmq-c + rabbitmq-codegenAsk Solem2012-05-211-3/+28
* Fixed installation of the packageAsk Solem2010-06-141-1/+2