index
:
delta/python-packages/kombu.git
1.0-archived
2.1-archived
2.2-archived
2.3-archived
2.4-archived
2.5
2.5-archived
3.0
4.0
4.0-devel
4.2
4.6.9
4.x
5.0-devel
amqp508
asynchronous-broadcasts
asyncmove
auvipy-patch-1
await
azureQ
bionic
broadcast-queues
brotli
brotli-compression
callbacks
changelog
ci
clnetup2
clnsetup
codeql
curlclient
distutil
drop-lzma-backport
drop36py
fastuuid
feature/coll_queue
fix-async-sem-release
fix-celery-1847
fix-ci
fix-windows-build
gh-pages
isort
librabbitmq-transport-priority-fix
lint
lzma-compression
lzma-windows-build
main
master
matusvalo-patch-1
mypy
nsq
opencollective-bot
override-empty-transport-options
pinmongo
pkgutils
pre-commit-ci-update-config
py310
py37
py37-ci
pyamqp2.6.1
pydoc
pypy60
pyro5
pytest62
pytestup
pyup-config
redispin
refactor-connection-init
remove-py3
remove-python2-support
revert-1041-master
revert-1058-revert-1041-master
revert-1068-revert-1058-revert-1041-master
revert-1089-issue-1087-redis-fix
revert-1171-fix_conn_imaybe_declare
revert-1307-revert-1132-redis-improvements
revert-906-fix/Broadcast-fail-by-give-queue-kwargs
revert-946-patch-1
security
setup
setuptoolci
slots
sqla
sqlalchemy-14-support
sqlavup
sqsopts
test_ci
thedrow-patch-1
thread-safe-cached-property
timer-secs-coerce-to-float
travis
txdocker2
types
updep
webserver
xdist
zstd-compression
github.com: celery/kombu.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added optional support for zstd compression.
zstd-compression
Omer Katz
2019-01-11
1
-0
/
+14
*
Added support for lzma compression (#984)
Omer Katz
2019-01-10
1
-0
/
+25
*
SQS: fix trimming .fifo from queue name (#982)
Ilya Konstantinov
2019-01-09
1
-0
/
+6
*
Added optional support for brotli compression (#983)
Omer Katz
2019-01-09
1
-0
/
+16
*
Remove unused private method.
Omer Katz
2019-01-08
1
-6
/
+0
*
Fix failing unittests of pyamqp transport. (#978)
Matus Valo
2019-01-03
1
-2
/
+2
*
Happify lint.
Omer Katz
2018-12-20
1
-1
/
+1
*
Happify lint.
Omer Katz
2018-12-20
1
-2
/
+6
*
Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)
Hunter Fernandes
2018-12-09
1
-2
/
+23
*
Moving the handling of Sentinel failures to the redis library itself. (#813)
Brian Price
2018-11-29
1
-2
/
+7
*
Making the pyro transport available, fix it for recent Pyro4 versions, add br...
Irmen de Jong
2018-11-25
1
-0
/
+93
*
Add boto3 default region before hardcoded default (#951)
Victor Villas
2018-11-20
1
-0
/
+32
*
Support redis-py v2 and v3 (#948)
Ash Berlin-Taylor
2018-11-19
1
-3
/
+24
*
Removed Jython bz2 import fallback (#938)
Mads Jensen
2018-10-28
1
-16
/
+0
*
Fixed Worker shutdown creates duplicate messages in SQS broker (#926)
Mintu Kumar Sah
2018-10-13
2
-0
/
+30
*
Fix infinity loop in create_loop (#923)
Vsevolod Strukchinsky
2018-09-27
1
-11
/
+8
*
Fix a deprecation warning about logger.warn() (#924)
Bruno Alla
2018-09-27
1
-1
/
+1
*
Add support for 'rediss' scheme for secure redis connections. (#910)
Daniel Blair
2018-08-27
1
-0
/
+9
*
Added tests that verify that librabbitmq is selected when available and not s...
Omer Katz
2018-08-16
1
-0
/
+14
*
Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)
C Blue Neeh
2018-08-16
1
-0
/
+5
*
on worker restart - restore visible regardless to time (#905)
gal cohen
2018-08-15
1
-0
/
+19
*
fix/Broadcast-fail-by-give-queue-kwargs (#906)
KUAN Hsuan-Tso
2018-08-15
1
-2
/
+2
*
Queue: add handling of Exchange as str to constructor (#904)
Antonio Gutierrez
2018-08-12
1
-0
/
+14
*
"Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...
Alan Justino da Silva
2018-08-10
1
-1
/
+9
*
Add timeout to retry_over_time (#880)
tothegump
2018-08-09
1
-0
/
+17
*
don't cache declaration of expiring queues (#884)
Matt Yule-Bennett
2018-08-09
1
-0
/
+3
*
Handle librabbitmq fileno socket not connected raising ValueError (#878)
Bryan Shelton
2018-05-27
1
-0
/
+12
*
clened up redundant call of PY3 constants (#856)
Asif Saifuddin Auvi
2018-04-30
1
-3
/
+1
*
Prevent spurious exception on Resource.resize(0) (#826)
Alex Hill
2018-04-08
1
-0
/
+7
*
Rename `async` keyword to `asynchronous` (#839)
Thomas Achtemichuk
2018-03-19
18
-38
/
+38
*
Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)
John Koehl
2018-01-28
1
-3
/
+23
*
Virtual transport timeout does not supesede period polling (#689)
Arcadiy Ivanov
2018-01-13
1
-0
/
+9
*
Fixed ValueError caused by mongodb rc version: invalid literal for in… (#816)
dust8
2018-01-13
1
-0
/
+9
*
Make flake8 happy.
Omer Katz
2017-12-17
2
-11
/
+11
*
Prefer dict literal syntax over dict() (#787)
Mads Jensen
2017-09-08
3
-29
/
+29
*
Make messages durable by default in qpid (#785)
David Davis
2017-08-20
1
-2
/
+2
*
Pass connection options from broker_options to default_channel (#769)
Anthony Lukach
2017-08-02
1
-0
/
+26
*
Fix SQS requests and response handling (#754)
Anthony Lukach
2017-07-17
1
-2
/
+3
*
Fix infinite loop in create_loop (#760)
Gabriel Amram
2017-07-10
1
-1
/
+2
*
Fix readpreference option parsing in MongoDB transport (#751)
Mikhail Elovskikh
2017-06-08
1
-0
/
+6
*
Re-Adding support for sqlalchemy as it is needed by Apache project Airflow (#...
Amin Ghadersohi
2017-05-17
1
-0
/
+50
*
Prevent SQS from defaulting to localhost hostname (#733)
Anthony Lukach
2017-05-05
1
-0
/
+4
*
Parse password from Redis transport URL (#710)
George Psarakis
2017-04-27
1
-0
/
+14
*
Add missing function import
George Psarakis
2017-04-26
1
-1
/
+1
*
Test cases for generate_oid
George Psarakis
2017-04-26
1
-0
/
+19
*
Refactor chroot normalization
Dima Kurguzov
2017-04-21
1
-9
/
+8
*
Fix last chroot character trimming
Dima Kurguzov
2017-04-21
1
-0
/
+10
*
Remove print from tests; looks like it was left in from debugging (#719)
Jon Dufresne
2017-04-17
1
-1
/
+0
*
PEP8 fix
georgepsarakis
2017-04-16
1
-1
/
+1
*
Re-enable unit tests and add case for endpoint URL property
georgepsarakis
2017-04-16
1
-5
/
+18
[next]