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
/
compression.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pyupgrade
Omer Katz
2020-07-13
1
-1
/
+0
*
Restore bz2 import checks in compression.py (#1003)
Patrick Woods
2019-02-08
1
-4
/
+8
*
Added optional support for zstd compression. (#985)
Omer Katz
2019-01-13
1
-0
/
+17
*
Added support for lzma compression (#984)
Omer Katz
2019-01-10
1
-0
/
+15
*
Added optional support for brotli compression (#983)
Omer Katz
2019-01-09
1
-0
/
+9
*
Avoid using mutable default argument.
Omer Katz
2019-01-09
1
-2
/
+3
*
Used a tuple instead of a list to define __all__. (#945)
Mads Jensen
2018-11-12
1
-2
/
+2
*
Removed Jython bz2 import fallback (#938)
Mads Jensen
2018-10-28
1
-8
/
+5
*
Use Google-style docstrings
Ask Solem
2016-07-16
1
-18
/
+15
*
Use unicode_litereals everywhere and updates flakeplus target to --2.7
Ask Solem
2016-04-06
1
-1
/
+1
*
flakes
Ask Solem
2014-04-15
1
-1
/
+1
*
don't convert decompressed data into utf-8 string
Adam Gaca
2014-04-15
1
-1
/
+1
*
Wording
Ask Solem
2013-10-01
1
-1
/
+1
*
Copyright 2012 is VMware, inc.
Ask Solem
2012-11-22
1
-3
/
+0
*
dict.keys is useless
Ask Solem
2012-08-05
1
-1
/
+1
*
Use single quotes
Ask Solem
2012-06-15
1
-4
/
+4
*
Handle binary bodies in compression.
Steeve Morin
2012-02-08
1
-2
/
+4
*
Updates copyright years to include 2012
Ask Solem
2012-01-06
1
-1
/
+1
*
Adds __all__ to modules
Ask Solem
2011-09-09
1
-0
/
+3
*
2.0-devel: No longer supports Python 2.4
Ask Solem
2011-09-07
1
-0
/
+2
*
Update copyright headers to include 2011
Ask Solem
2011-01-31
1
-1
/
+1
*
The bz2 module does not exist on Jython
Ask Solem
2011-01-23
1
-4
/
+8
*
Unit tests now passing on Python 3
Ask Solem
2010-12-03
1
-6
/
+8
*
Improved reference documentation
Ask Solem
2010-10-27
1
-0
/
+38
*
Added support for automatic compression/decompression of messages.
Ask Solem
2010-07-31
1
-0
/
+35