summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump PyPy to 6.0. Add PyPy3 to the build process.pypy60Omer Katz2019-01-092-2/+9
* revert.Omer Katz2019-01-092-6/+3
* Move to xenial.Omer Katz2019-01-091-0/+2
* Move to Python 3.7.Omer Katz2019-01-091-1/+2
* Run flake8 with two jobs.Omer Katz2019-01-091-3/+3
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-092-2/+8
* Added optional support for brotli compression (#983)Omer Katz2019-01-094-0/+28
* Update reference.Omer Katz2019-01-091-2/+3
* Fixed sphinx warnings.Omer Katz2019-01-094-8/+8
* Run sphinx checks with two jobs.Omer Katz2019-01-091-2/+2
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-096-6/+6
* Happify lint.Omer Katz2019-01-091-1/+2
* Avoid using mutable default argument.Omer Katz2019-01-091-2/+3
* Fixed typo.Omer Katz2019-01-091-1/+1
* Remove unused private method.Omer Katz2019-01-082-10/+0
* Added documentation to arguments.Omer Katz2019-01-081-0/+2
* fixing an infinite loop when entity.channel is replaced by revive() on an con...Tzach Yarimi2019-01-081-11/+8
* Mention 4.2.2-post1 in changelog.Omer Katz2019-01-081-1/+16
* Avoid raising StopIterator in generators. (#972)Omer Katz2019-01-031-2/+2
* Bump version: 4.2.1 → 4.2.2Omer Katz2019-01-034-5/+4
* Update Changelog.Omer Katz2019-01-031-4/+7
* Fix failing unittests of pyamqp transport. (#978)Matus Valo2019-01-031-2/+2
* fix a typo in Queue's docstring (#971)Li Ming2018-12-271-1/+1
* Corrected typo in exchange name. (#969)vikvns2018-12-201-1/+1
* Happify lint.Omer Katz2018-12-201-1/+1
* Happify lint.Omer Katz2018-12-201-2/+6
* Happify lint.Omer Katz2018-12-201-1/+1
* Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)Hunter Fernandes2018-12-092-10/+68
* fix bytes_to_str bug (#747)Jian Dai2018-11-291-1/+1
* Moving the handling of Sentinel failures to the redis library itself. (#813)Brian Price2018-11-292-8/+14
* fixed bare except flake8 error by adding KeyErrorAsif Saif Uddin2018-11-271-1/+1
* handling non-base64-encoded SQS message (#937)Tim Li2018-11-271-1/+4
* Making the pyro transport available, fix it for recent Pyro4 versions, add br...Irmen de Jong2018-11-259-15/+219
* set email notification to falseAsif Saif Uddin2018-11-231-0/+1
* fix close of shared redis socket causing celery to hang (#954)Alexey Popravka2018-11-221-1/+15
* Correct order of Redis `zadd` dict elements (#953)Jeppe Fihl-Pearson2018-11-201-1/+1
* Add boto3 default region before hardcoded default (#951)Victor Villas2018-11-202-1/+35
* Revert "Pin Redis-py version (#946)" (#952)Omer Katz2018-11-191-1/+1
* Support redis-py v2 and v3 (#948)Ash Berlin-Taylor2018-11-192-4/+32
* 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