summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Pin Redis-py version (#946)"revert-946-patch-1Omer Katz2018-11-191-1/+1
* Pin Redis-py version (#946)Ash Berlin-Taylor2018-11-151-1/+1
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-1235-45/+45
* disambiguate docstring typehints causing warnings building celery docs (#941)Noah Hall2018-11-011-2/+2
* Enabled Python 3.7 testing on AppVeyor. (#939)Mads Jensen2018-11-011-7/+7
* Removed Jython bz2 import fallback (#938)Mads Jensen2018-10-283-25/+6
* Replace README web link with link to documentation (#935)Kyle Verhoog2018-10-191-1/+1
* Fixed Worker shutdown creates duplicate messages in SQS broker (#926)Mintu Kumar Sah2018-10-134-3/+48
* fixed deprecation warning (#927)Asif Saif Uddin2018-10-071-1/+1
* Fix infinity loop in create_loop (#923)Vsevolod Strukchinsky2018-09-272-25/+12
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-276-7/+10
* added retry=True (#920)Asif Saif Uddin2018-09-261-2/+2
* Correct capitalization of PyPI (#919)Jon Dufresne2018-09-171-2/+2
* Jython (#915)Asif Saif Uddin (Auvi)2018-09-052-4/+1
* Add transports based on Azure PaaS (#891)Clemens Wolff2018-08-3014-1/+390
* Add support for 'rediss' scheme for secure redis connections. (#910)Daniel Blair2018-08-273-0/+22
* Added Python 3.7 to the build matrix (#908)Omer Katz2018-08-164-2/+9
* Added tests that verify that librabbitmq is selected when available and not s...Omer Katz2018-08-161-0/+14
* Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)C Blue Neeh2018-08-163-2/+16
* on worker restart - restore visible regardless to time (#905)gal cohen2018-08-152-0/+23
* fix/Broadcast-fail-by-give-queue-kwargs (#906)KUAN Hsuan-Tso2018-08-152-3/+3
* Queue: add handling of Exchange as str to constructor (#904)Antonio Gutierrez2018-08-122-1/+18
* "Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...Alan Justino da Silva2018-08-102-7/+25
* Add timeout to retry_over_time (#880)tothegump2018-08-093-5/+30
* Index in sqlalchemy transport for quick sorting (#850)Mikhail Shcherbinin2018-08-091-2/+5
* don't cache declaration of expiring queues (#884)Matt Yule-Bennett2018-08-092-1/+8
* Added python 3.7 to classifierAsif Saifuddin Auvi2018-06-281-0/+1
* Update pypi.python.org URL to pypi.org (#893)Jon Dufresne2018-06-271-1/+1
* fix librabbitmq link error (#889)程飞2018-06-131-1/+1
* Update all pypi.python.org URLs to pypi.org (#885)Jon Dufresne2018-06-107-22/+22
* Bump version: 4.2.0 → 4.2.1v4.2.1Omer Katz2018-05-304-4/+4
* Updated changelog.Omer Katz2018-05-301-0/+16
* Remove data_files from setup.py (#882)Sławomir Ehlert2018-05-301-18/+2
* Bump stable version for docs.Omer Katz2018-05-281-2/+2
* Ignore .pytest_cache.Omer Katz2018-05-281-0/+1
* Handle librabbitmq fileno socket not connected raising ValueError (#878)Bryan Shelton2018-05-272-1/+13
* Bump version: 4.1.0 → 4.2.0Omer Katz2018-05-214-7/+7
* Actually run linters first.Omer Katz2018-05-201-0/+4
* Cleaned up redundant call of PY3 constants. (#869)Omer Katz2018-05-201-3/+1
* Run linters first in CI.Omer Katz2018-05-201-1/+5
* Use pytest-sugar for output.Omer Katz2018-05-202-1/+2
* clened up redundant call of PY3 constants (#856)Asif Saifuddin Auvi2018-04-301-3/+1
* used unittest and remove unittest2 (#855)Asif Saifuddin Auvi2018-04-291-1/+1
* Cleaned up redundant PY3 constants (#854)Asif Saifuddin Auvi2018-04-292-8/+5
* Update Changelog for 4.2.0 (#848)Alex Hill2018-04-161-2/+54
* Pass python_requires argument to setuptools (#847)Jon Dufresne2018-04-121-0/+1
* Fixed mailing list detail (#846)Radha Krishna. S2018-04-101-2/+2
* Prevent spurious exception on Resource.resize(0) (#826)Alex Hill2018-04-082-5/+14
* Add ConsumerProducerMixin to __all__ in mixins.py (#840)Jonas Lergell2018-04-021-1/+1
* Comment out 3.7 since the beta is not available in appveyor.Omer Katz2018-03-231-7/+7