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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved serialization section from README to it's own section in the user guide
Ask Solem
2010-11-11
3
-202
/
+104
*
PEP8ify + pyflakes
Ask Solem
2010-11-11
2
-6
/
+8
*
100% coverage for kombu.messaging, 97% total
Ask Solem
2010-11-11
4
-8
/
+51
*
Added redis to contrib/requirements/test
Ask Solem
2010-11-11
1
-1
/
+1
*
Beanstalk transport now passing functional tests
Ask Solem
2010-11-11
1
-2
/
+7
*
Added functional tests for Beanstalk transport
Ask Solem
2010-11-11
1
-0
/
+15
*
Functional tests for Redis transport
Ask Solem
2010-11-11
1
-0
/
+9
*
Added common base class for transport functional tests
Ask Solem
2010-11-11
2
-112
/
+142
*
98% coverage for kombu.compat
Ask Solem
2010-11-11
4
-10
/
+315
*
Fixed typo 'KeyError(' -> 'KeyError'
Ask Solem
2010-11-11
1
-1
/
+1
*
Fixed test breaking on Python 2.4 because the repr of KeyError is different t...
Ask Solem
2010-11-11
1
-1
/
+2
*
PE8ify + pyflakes
Ask Solem
2010-11-11
12
-33
/
+28
*
99% coverage for kombu.simple
Ask Solem
2010-11-11
4
-9
/
+131
*
100% coverage for kombu.entity
Ask Solem
2010-11-11
2
-0
/
+27
*
Added Queue.__eq__ + Exchange.__eq__
Ask Solem
2010-11-11
1
-0
/
+22
*
Redis: Close channel poller thread on finalization
Ask Solem
2010-11-11
1
-0
/
+3
*
Added missing autodoc files
Ask Solem
2010-11-11
2
-0
/
+22
*
100% unit test coverage for Redis transport
Ask Solem
2010-11-11
3
-21
/
+286
*
Redis: Add Channel.Client so the Redis client can be overridden
Ask Solem
2010-11-11
1
-4
/
+6
*
99% coverage for kombu.pidbox
Ask Solem
2010-11-10
2
-1
/
+222
*
Moved gen_unique_id test from Celery here
Ask Solem
2010-11-10
1
-1
/
+19
*
pika transport: queue_purge must return int
Ask Solem
2010-11-10
1
-0
/
+4
*
Bumped version to 0.9.4
Ask Solem
2010-11-10
2
-2
/
+2
*
Remove leftover print statements in pika backend
Ask Solem
2010-11-10
1
-3
/
+0
*
Added kombu.utils.all() and .any() for Python 2.4
Ask Solem
2010-11-10
2
-1
/
+24
*
Pidbox node queues must be durable=False auto_delete=True
Ask Solem
2010-11-10
1
-1
/
+3
*
Bumped version to 0.9.3
Ask Solem
2010-11-10
2
-2
/
+2
*
Fixed a compatibility issue with other clients not sending application headers
Ask Solem
2010-11-10
1
-8
/
+9
*
Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4
Ask Solem
2010-11-10
2
-1
/
+74
*
Bumped version to 0.9.2
Ask Solem
2010-11-10
3
-9
/
+15
*
tests setup: Ignore import errors
Ask Solem
2010-11-09
1
-1
/
+4
*
94% coverage of the core library, but still missing coverage of compat, pidbo...
Ask Solem
2010-11-09
19
-38
/
+492
*
Don't show stderr output when running test suite
Ask Solem
2010-11-09
3
-5
/
+39
*
Tests for kombu.transport.virtual
Ask Solem
2010-11-09
3
-6
/
+372
*
92% coverage for kombu.utils, also tests for kombu.transport.virtual.scheduling
Ask Solem
2010-11-08
7
-219
/
+394
*
100% coverage for kombu.transport.virtual.exchange
Ask Solem
2010-11-08
2
-6
/
+113
*
redis: brpop doesn't have subsecond timeouts, so use one thread per channel t...
Ask Solem
2010-11-08
1
-1
/
+92
*
virtual: Prefetch count was totally broken, because of a logic error
Ask Solem
2010-11-08
1
-1
/
+3
*
Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-...
Ask Solem
2010-10-27
1
-0
/
+37
*
Ported Beanstalk transport from ghettoq
Ask Solem
2010-10-27
4
-0
/
+138
*
mongodb, couchdb: Copyright year 2010 only
Ask Solem
2010-10-27
2
-4
/
+2
*
Added kombu.utils.uuid4, same as gen_unique_id but returns UUID object
Ask Solem
2010-10-27
2
-20
/
+22
*
couchdb: Forgot to import uuid
Ask Solem
2010-10-27
1
-0
/
+1
*
Ported CouchDB transport from ghettoq
Ask Solem
2010-10-27
6
-5
/
+142
*
Ported MongoDB transport from ghettoq
Ask Solem
2010-10-27
4
-25
/
+131
*
Remove example using nonexisting Consumer.get in README
Ask Solem
2010-10-27
4
-70
/
+71
*
Fixed wording in docstring of Queue.get
Ask Solem
2010-10-27
1
-3
/
+3
*
Fixed title for kombu.utils.functional
Ask Solem
2010-10-27
1
-2
/
+1
*
Updated MANIFEST.in
v0.9.1
Ask Solem
2010-10-27
1
-0
/
+2
*
Added Shane Caraveo <shane@caraveo.com> to AUTHORS
Ask Solem
2010-10-27
1
-0
/
+1
[next]