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
/
kombu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added optional support for zstd compression.
zstd-compression
Omer Katz
2019-01-11
1
-0
/
+17
*
Added support for lzma compression (#984)
Omer Katz
2019-01-10
1
-0
/
+15
*
SQS: fix trimming .fifo from queue name (#982)
Ilya Konstantinov
2019-01-09
1
-2
/
+2
*
Added optional support for brotli compression (#983)
Omer Katz
2019-01-09
1
-0
/
+9
*
Added missing comma for tuples with one element in __all__.
Omer Katz
2019-01-09
6
-6
/
+6
*
Happify lint.
Omer Katz
2019-01-09
1
-1
/
+2
*
Avoid using mutable default argument.
Omer Katz
2019-01-09
1
-2
/
+3
*
Fixed typo.
Omer Katz
2019-01-09
1
-1
/
+1
*
Remove unused private method.
Omer Katz
2019-01-08
1
-4
/
+0
*
Added documentation to arguments.
Omer Katz
2019-01-08
1
-0
/
+2
*
fixing an infinite loop when entity.channel is replaced by revive() on an con...
Tzach Yarimi
2019-01-08
1
-11
/
+8
*
Avoid raising StopIterator in generators. (#972)
Omer Katz
2019-01-03
1
-2
/
+2
*
Bump version: 4.2.1 → 4.2.2
Omer Katz
2019-01-03
1
-1
/
+1
*
fix a typo in Queue's docstring (#971)
Li Ming
2018-12-27
1
-1
/
+1
*
Happify lint.
Omer Katz
2018-12-20
1
-1
/
+1
*
Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)
Hunter Fernandes
2018-12-09
1
-8
/
+45
*
fix bytes_to_str bug (#747)
Jian Dai
2018-11-29
1
-1
/
+1
*
Moving the handling of Sentinel failures to the redis library itself. (#813)
Brian Price
2018-11-29
1
-6
/
+7
*
fixed bare except flake8 error by adding KeyError
Asif Saif Uddin
2018-11-27
1
-1
/
+1
*
handling non-base64-encoded SQS message (#937)
Tim Li
2018-11-27
1
-1
/
+4
*
Making the pyro transport available, fix it for recent Pyro4 versions, add br...
Irmen de Jong
2018-11-25
2
-13
/
+101
*
fix close of shared redis socket causing celery to hang (#954)
Alexey Popravka
2018-11-22
1
-1
/
+15
*
Correct order of Redis `zadd` dict elements (#953)
Jeppe Fihl-Pearson
2018-11-20
1
-1
/
+1
*
Add boto3 default region before hardcoded default (#951)
Victor Villas
2018-11-20
1
-1
/
+3
*
Support redis-py v2 and v3 (#948)
Ash Berlin-Taylor
2018-11-19
1
-1
/
+8
*
Used a tuple instead of a list to define __all__. (#945)
Mads Jensen
2018-11-12
35
-45
/
+45
*
disambiguate docstring typehints causing warnings building celery docs (#941)
Noah Hall
2018-11-01
1
-2
/
+2
*
Removed Jython bz2 import fallback (#938)
Mads Jensen
2018-10-28
1
-8
/
+5
*
Fixed Worker shutdown creates duplicate messages in SQS broker (#926)
Mintu Kumar Sah
2018-10-13
2
-3
/
+18
*
fixed deprecation warning (#927)
Asif Saif Uddin
2018-10-07
1
-1
/
+1
*
Fix infinity loop in create_loop (#923)
Vsevolod Strukchinsky
2018-09-27
1
-14
/
+4
*
Fix a deprecation warning about logger.warn() (#924)
Bruno Alla
2018-09-27
4
-6
/
+8
*
added retry=True (#920)
Asif Saif Uddin
2018-09-26
1
-2
/
+2
*
Correct capitalization of PyPI (#919)
Jon Dufresne
2018-09-17
1
-2
/
+2
*
Add transports based on Azure PaaS (#891)
Clemens Wolff
2018-08-30
3
-0
/
+301
*
Add support for 'rediss' scheme for secure redis connections. (#910)
Daniel Blair
2018-08-27
2
-0
/
+13
*
Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)
C Blue Neeh
2018-08-16
2
-2
/
+11
*
on worker restart - restore visible regardless to time (#905)
gal cohen
2018-08-15
1
-0
/
+4
*
fix/Broadcast-fail-by-give-queue-kwargs (#906)
KUAN Hsuan-Tso
2018-08-15
1
-1
/
+1
*
Queue: add handling of Exchange as str to constructor (#904)
Antonio Gutierrez
2018-08-12
1
-1
/
+4
*
"Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...
Alan Justino da Silva
2018-08-10
1
-6
/
+16
*
Add timeout to retry_over_time (#880)
tothegump
2018-08-09
2
-5
/
+13
*
Index in sqlalchemy transport for quick sorting (#850)
Mikhail Shcherbinin
2018-08-09
1
-2
/
+5
*
don't cache declaration of expiring queues (#884)
Matt Yule-Bennett
2018-08-09
1
-1
/
+5
*
Update pypi.python.org URL to pypi.org (#893)
Jon Dufresne
2018-06-27
1
-1
/
+1
*
fix librabbitmq link error (#889)
程飞
2018-06-13
1
-1
/
+1
*
Update all pypi.python.org URLs to pypi.org (#885)
Jon Dufresne
2018-06-10
2
-3
/
+3
*
Bump version: 4.2.0 → 4.2.1
v4.2.1
Omer Katz
2018-05-30
1
-1
/
+1
*
Handle librabbitmq fileno socket not connected raising ValueError (#878)
Bryan Shelton
2018-05-27
1
-1
/
+1
*
Cleaned up redundant call of PY3 constants. (#869)
Omer Katz
2018-05-20
1
-3
/
+1
[next]