Commit Graph

736 Commits

Author SHA1 Message Date
Ask Solem 88990cea4e Merge branch 'nitzanm/master' 2012-01-10 15:50:31 +00:00
Ask Solem 7fcf14cc32 eventio poll timeout should be in seconds. Closes #86 2012-01-10 15:46:14 +00:00
Ask Solem a71040bf36 Loads more tests 2012-01-10 15:38:17 +00:00
Ask Solem 88fecb014a Adds mock >= 0.7.0 to testing requirements 2012-01-10 12:22:51 +00:00
Ask Solem dd7808f97b Adds missing reference files 2012-01-09 16:50:12 +00:00
Ask Solem 7a4f6410d7 tests: Force the simplejson anyjson implementation to avoid inconsistencies 2012-01-09 16:17:34 +00:00
Ask Solem f022580603 2.0 release candidate 1 2012-01-09 16:16:12 +00:00
Ask Solem 9441dfe0db Merge branch '1.0'
Conflicts:
	README.rst
	kombu/__init__.py
	kombu/common.py
	kombu/serialization.py
	kombu/transport/base.py
2012-01-09 16:15:37 +00:00
Ask Solem ba0935db39 Updates copyright years to include 2012 2012-01-06 17:08:38 +00:00
Ask Solem ccf9563d24 pool userguide typo 2012-01-05 17:20:55 +00:00
Ask Solem 2578e442f0 maybe_declare should not cache declaration if entity is not durable 2012-01-05 16:32:44 +00:00
Ask Solem 4c599f9719 Readds Message.MessageStateError 2012-01-05 15:21:31 +00:00
Ask Solem 461e737e8c Remove reference to kamqp 2012-01-05 14:44:23 +00:00
Ask Solem a0f2d70c67 Adds __dict__ to Message.__slots__ 2012-01-05 12:32:19 +00:00
Nitzan Miron 48ca2cd63d Added support for queue prefixes in SQS. 2011-12-14 14:52:16 +02:00
Ask Solem ee7b17f206 Optimizations 2011-12-09 16:43:17 +00:00
Ask Solem af724b6375 Adds Message.ack_log_error 2011-12-08 15:49:32 +00:00
Ask Solem a0d363b576 librabbitmq fix application_headers -> headers 2011-12-08 11:20:42 +00:00
Flavio [FlaPer87] Percoco Premoli 52c49f7854 Using queue as filter transport.mongodb 2011-12-06 11:04:33 +01:00
Ask Solem 5b3c793dfb Adds utils.encoding:default_encode 2011-12-05 17:37:27 +00:00
Ask Solem 3b4629c726 Adds Message.ack_log_error 2011-12-05 17:36:28 +00:00
Ask Solem 5e20a38e64 Fixes tests 2011-12-01 16:19:38 +00:00
Ask Solem de0606358c Adds Python implementation trove classifiers, PyPy, CPython and Jython 2011-12-01 11:36:38 +00:00
Ask Solem 63284ce01f Bumps version to 1.5.1 2011-11-30 13:05:48 +00:00
Ask Solem a563d17cfe Updates Changelog 2011-11-30 13:05:44 +00:00
Ask Solem 2de2666c98 Fixes issue with kombu.compat. Closes #83 2011-11-30 12:57:10 +00:00
Ask Solem dbe75a468d Don't use kamqp in master branch 2011-11-30 12:36:54 +00:00
Ask Solem cab4070c77 flakes 2011-11-28 16:28:32 +00:00
Ask Solem 339607c2f9 Merge branch 'master' into 2.0-devel
Conflicts:
	README.rst
	kombu/__init__.py
	kombu/compat.py
	kombu/connection.py
	kombu/entity.py
	kombu/messaging.py
	kombu/pools.py
	kombu/syn.py
	kombu/tests/__init__.py
	kombu/tests/test_transport_virtual.py
	kombu/transport/redis.py
	kombu/utils/encoding.py
2011-11-28 15:47:26 +00:00
Ask Solem 246e42efed kombu.mixins: Fixes typo 2011-11-28 15:37:25 +00:00
Ask Solem 2c459e4c8c Adds ability to disable content_types in the serializer registry 2011-11-28 13:09:23 +00:00
Ask Solem 9fa04affa8 Fixes typos 2011-11-28 13:08:46 +00:00
Ask Solem 097dff9d32 Bumps version to 1.5.0 and updates Changelog 2011-11-27 17:53:10 +00:00
Ask Solem 321c8baebb Fixes 'function object has no attribute "close"'. Closes #78 2011-11-27 17:53:10 +00:00
Ask Solem d0ca4c263b Adds Brian Bernstein to AUTHORS 2011-11-27 17:53:10 +00:00
Brian Bernstein 25993c9e0a SQS Transport: Fix for KeyError on message acknowledgment-- (#73)
Avoids duplicate keys on message delivery tags by using UUIds instead
of a simple counter.

Closes #73
2011-11-27 17:53:09 +00:00
Ask Solem d44e2a26f2 paver bump now supports specifying version with -C arg 2011-11-27 17:53:09 +00:00
Ask Solem 196ba98d61 syn.blocking is useless, so remove usage of it 2011-11-27 17:03:55 +00:00
Ask Solem 2ee489777a Adds Hong Minhee to AUTHORS 2011-11-27 16:43:29 +00:00
Hong Minhee e68693f1ab SQS Transport: Must have lowercase transport alias.
This is because urlparse normalizes url schemes into all lowercase,
making it impossible to resolve the SQS transport when using broker URLs.
2011-11-27 16:43:22 +00:00
Hong Minhee c5b4d473a2 unicode.translate cannot take table encoded by string.maketrans function.
It uses a dict mapping instead,
so this patch replaces CHARS_REPLACE_TABLE with a dict of Unicode ordinals.

Closes #82
2011-11-27 16:40:49 +00:00
Ask Solem 16759ac7c1 kombu.compat: Don't close None channel 2011-11-27 16:32:19 +00:00
Ask Solem 78dfb865c8 PEP8ify + pyflakes 2011-11-27 11:25:30 +00:00
Ask Solem 4b7c002d46 Fixes 2011-11-27 11:18:41 +00:00
Ask Solem 3edba18123 parse url: Fixes port bug 2011-11-27 11:15:50 +00:00
Ask Solem e4f3811c8a Fix up New BSD LICENSE layout 2011-11-23 15:00:57 +00:00
Ask Solem acd750f8d7 Merge branch 'master' of github.com:ask/kombu 2011-11-22 16:30:21 +00:00
Ask Solem 0154ed39ca Redis: Must map back to string before joining version. Closes #63. Thanks to martijnm 2011-11-22 16:29:27 +00:00
Ask Solem da7d21af6f New pika backend works with 0.9.5 BlockingConnection (but with loads of latency) 2011-11-22 16:24:58 +00:00
Ask Solem b7b634d74c Fixes 2011-11-22 16:24:28 +00:00