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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing comma for tuples with one element in __all__.
Omer Katz
2019-01-09
3
-3
/
+3
*
Fixed typo.
Omer Katz
2019-01-09
1
-1
/
+1
*
fix bytes_to_str bug (#747)
Jian Dai
2018-11-29
1
-1
/
+1
*
Used a tuple instead of a list to define __all__. (#945)
Mads Jensen
2018-11-12
7
-10
/
+10
*
Add timeout to retry_over_time (#880)
tothegump
2018-08-09
1
-3
/
+8
*
Cleaned up redundant PY3 constants (#854)
Asif Saifuddin Auvi
2018-04-29
2
-8
/
+5
*
Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)
John Koehl
2018-01-28
1
-1
/
+8
*
Make flake8 happy.
Omer Katz
2017-12-17
1
-4
/
+4
*
Update json utils. (#804)
Aaron Morris
2017-10-01
1
-2
/
+1
*
Removed some unnecessary variable assignments and fix variable-typo in docs
Mads Jensen
2017-09-22
1
-1
/
+0
*
E302 violations fixed
Mads Jensen
2017-06-08
1
-0
/
+2
*
Prefer https over http and updated links to new locations. (#745)
Mads Jensen
2017-05-30
1
-2
/
+2
*
Fixes unreachable code. Closes #655
Ask Solem
2016-12-07
1
-6
/
+2
*
flakes
Ask Solem
2016-11-22
2
-0
/
+3
*
Safe argument to urllib.quote must be bytes on Py2. Closes #645
Ask Solem
2016-11-11
1
-2
/
+2
*
Json: Adds ability to override default encoder
Ask Solem
2016-10-21
1
-2
/
+5
*
Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (...
Ask Solem
2016-10-14
1
-0
/
+10
*
Adds pydocstyle as a tox target
Ask Solem
2016-10-11
16
-55
/
+163
*
Removes kombu.syn, moves detect_environment to utils.compat
Ask Solem
2016-10-05
2
-2
/
+34
*
Virtual transport deliver now calls callback, no return value. Fixes #593
Ask Solem
2016-09-02
1
-4
/
+8
*
One space after period for proportional fonts
Ask Solem
2016-07-29
1
-1
/
+1
*
Must be able to import kombu.utils.symbol_by_name
Ask Solem
2016-07-18
1
-2
/
+4
*
Reorganizes kombu.utils.__init__ package
Ask Solem
2016-07-16
10
-424
/
+442
*
Use Google-style docstrings
Ask Solem
2016-07-16
6
-105
/
+86
*
Typo: text_type -> text_t
Ask Solem
2016-07-08
1
-2
/
+2
*
JSON: Encoder now handles datetimes, django Promise, UUID and Decimal. Close...
Ask Solem
2016-07-08
1
-10
/
+38
*
Avoid expensive try: except in cached_property
Ask Solem
2016-07-07
1
-8
/
+4
*
Rate limit related fixes
Ask Solem
2016-04-18
1
-0
/
+12
*
Fixes reSt error
Ask Solem
2016-04-15
1
-1
/
+1
*
Make sure __repr__ and __str__ returns bytes on Python 2
Ask Solem
2016-04-11
4
-6
/
+19
*
Use vine.utils.wraps so that __wrapped__ is set
Ask Solem
2016-04-07
3
-3
/
+5
*
Use unicode_litereals everywhere and updates flakeplus target to --2.7
Ask Solem
2016-04-06
9
-9
/
+9
*
94% coverage
Ask Solem
2016-04-01
4
-27
/
+39
*
[utils][eventio] Use kqueue on NetBSD
Ask Solem
2016-03-09
1
-4
/
+3
*
[utils.json] Allow for overriding json._default_encoder
Ask Solem
2016-03-03
1
-2
/
+4
*
ConnectionPool/ProducerPool now register after fork individually + cleanup
Ask Solem
2015-12-09
1
-1
/
+9
*
json change broke Python3
Ask Solem
2015-12-02
1
-3
/
+3
*
Merge branch 'master' of github.com:celery/kombu
Ask Solem
2015-12-02
1
-1
/
+10
|
\
|
*
Catch exception with simplejson "Unpaired high surrogate"
PMickael
2015-12-02
1
-1
/
+10
*
|
poll: Must translate POLLNVAL and POLLHUP into error conditions. Issue celery...
Ask Solem
2015-12-02
1
-1
/
+4
|
/
*
Removes debugging print statement
Ask Solem
2015-11-25
1
-1
/
+0
*
Redis: Adds queue_order_strategy transport option (Closes #518).
Ask Solem
2015-11-24
1
-0
/
+97
*
Removes ancient gen_unique_id alias to uuid
Ask Solem
2015-11-24
1
-1
/
+0
*
Removes workaround for broken uuid4 in Pyhton 2.5 (Issue #540)
Ask Solem
2015-11-24
1
-18
/
+1
*
Fix uuid shim in upcoming Python 3.5.1.
Kai Groner
2015-11-24
1
-5
/
+8
*
Keep default arguments to Connection even if URL provided. Closes celery/cel...
Ask Solem
2015-11-24
1
-2
/
+8
*
Redis: Precedence bug
Ask Solem
2015-09-29
1
-1
/
+1
*
Tiemout can be None
Ask Solem
2015-09-29
1
-1
/
+1
*
flakes
Ask Solem
2015-09-28
2
-8
/
+8
*
Single item tuples no longer require whitespace
Ask Solem
2015-07-13
1
-4
/
+4
[next]