summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show skip reasons.py37-ciOmer Katz2018-08-161-1/+1
* Add missing dependencies.Omer Katz2018-08-161-0/+1
* Run tests with Python 3.7.Omer Katz2018-08-161-0/+4
* 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
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-1967-185/+198
* Always report coverage (#837)Omer Katz2018-03-052-6/+1
* Enable pip cache in appveyor.Omer Katz2018-02-201-0/+3
* update version tag to 4.2.0Asif Saifuddin Auvi2018-02-061-1/+1
* Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)John Koehl2018-01-282-4/+31
* Removed an always true if-check in t/integration/transport.py (#827)Mads Jensen2018-01-271-6/+2
* Replaced a dict-construct with a dictionary comprehension. (#828)Mads Jensen2018-01-271-3/+3
* Fix rabbit and warrens link (#825)Harry Moreno2018-01-162-2/+2
* Virtual transport timeout does not supesede period polling (#689)Arcadiy Ivanov2018-01-133-0/+12
* Fixed ValueError caused by mongodb rc version: invalid literal for in… (#816)dust82018-01-132-0/+10
* msgpack package has been renamed (#822)Nicolas Delaby2018-01-091-1/+1
* Fix typo with Timer's docstring (#821)j2gg0s2018-01-071-1/+1
* Make flake8 happy.Omer Katz2017-12-174-19/+19
* Disable pip progress bar.Omer Katz2017-12-171-1/+3
* Install sphinx_celery from git for now. (#818)Omer Katz2017-12-131-1/+1