Commit Graph

568 Commits

Author SHA1 Message Date
Ask Solem 9d3945457a msgpack 0.1.7 dropped py24 support 2011-09-13 16:16:27 +01:00
Ask Solem 549a387f25 Tests passing 2011-09-13 13:56:06 +01:00
Ask Solem be13b02db7 Producer improvements 2011-09-13 08:55:37 +01:00
Ask Solem c1db84a6c1 working on an introduction section in the userguide 2011-09-12 12:57:55 +01:00
Ask Solem aceaa71956 Improve example code 2011-09-12 12:57:12 +01:00
Ask Solem 5f267314bf pickle does not handle unicode 2011-09-12 12:57:04 +01:00
Ask Solem defbc86904 Merge branch '2.0-devel' of github.com:ask/kombu into 2.0-devel 2011-09-12 10:49:50 +01:00
Ask Solem ac1af44fba Task queue example working 2011-09-12 10:47:22 +01:00
Ask Solem 3e82865f7f use with statements 2011-09-12 10:28:37 +01:00
Ask Solem 3cc4d143d6 Merge branch 'master' into 2.0-devel
Conflicts:
	kombu/connection.py
	kombu/pools.py
2011-09-12 10:27:55 +01:00
Ask Solem 09146d0b93 Adds examples to userguide 2011-09-12 10:25:42 +01:00
Ask Solem e845c01404 Improves docstring for BrokerConnection 2011-09-11 15:06:44 +01:00
Ask Solem baebe3127b Adds Pool userguide 2011-09-11 15:06:24 +01:00
Ask Solem c34ac6f492 Couldn't even lower limit at start of process 2011-09-11 15:05:27 +01:00
Ask Solem 6161a14857 Improve userguide 2011-09-11 15:05:08 +01:00
Ask Solem 0725768dde urlparse.parse_qsl is not available on py2.5 2011-09-10 12:04:20 +01:00
Ask Solem 5568a6b73c Forgot to inherit from PoolGroup 2011-09-10 12:03:33 +01:00
Ask Solem 2b5f191ba9 Forgot to inherit from PoolGroup 2011-09-10 12:03:22 +01:00
Ask Solem e5e07f0c55 kombu.clocks can't use with statements in kombu 1.x 2011-09-10 11:01:17 +01:00
Ask Solem f9a1316d35 kombu.common: Adds itermessages, send_reply, isend_reply, collect_replies, insured, ipublish 2011-09-10 11:00:37 +01:00
Ask Solem a7a8fdbdc4 pools.reset now raises if limit is lower and force is not set 2011-09-10 10:55:30 +01:00
Ask Solem 6bab3bf862 kombu.common: Adds itermessages, send_reply, isend_reply, collect_replies, insured, ipublish 2011-09-10 00:20:29 +01:00
Ask Solem 47f10addf1 Moves LogMixin + Log from cl to kombu 2011-09-10 00:19:38 +01:00
Ask Solem f508688669 Adds utils.compat.WatchedFileHandler 2011-09-09 23:48:46 +01:00
Ask Solem 88b8be3164 Adds __all__ to modules 2011-09-09 23:47:58 +01:00
Ask Solem 320f522426 Merge branch 'master' into 2.0-devel
Conflicts:
	kombu/clocks.py
	kombu/common.py
	kombu/pools.py
	kombu/syn.py
	kombu/utils/__init__.py
	kombu/utils/debug.py
	kombu/utils/encoding.py
	kombu/utils/eventio.py
	kombu/utils/finalize.py
	kombu/utils/log.py
2011-09-09 23:30:51 +01:00
Ask Solem 5d1fd967d9 Adds missing file headers 2011-09-09 23:28:12 +01:00
Ask Solem c461757a19 Remove py24 env from tox.ini 2011-09-09 14:57:32 +01:00
Ask Solem 70ef1e74f5 Ship with our own version of contexlib.nested 2011-09-09 14:56:11 +01:00
Ask Solem 2f6fe164e8 django-kombu is now part of kombu as kombu.transport.django 2011-09-09 14:37:54 +01:00
Ask Solem 2daf3c25a9 kombu-sqlalchemy now part of kombu as kombu.transport.sqlalchemy 2011-09-09 14:02:36 +01:00
Ask Solem 0a4669c40b Merge branch 'master' into 2.0-devel
Conflicts:
	kombu/common.py
2011-09-09 13:52:58 +01:00
Ask Solem f371e6e7c7 Moves cl.consumers.ConsumerMixin to kombu.mixins 2011-09-09 13:01:51 +01:00
Ask Solem a717b6c723 ProducerPool.Producer: can be used to override the producer type used 2011-09-09 13:01:25 +01:00
Ask Solem 20ef0d1790 Connection.Pool.acquire_channel now uses default_channel 2011-09-09 13:01:06 +01:00
Ask Solem 1c9adee3a9 Adds kombu.common.maybe_declare: To only declare entity if not already declared in current connection 2011-09-08 23:59:07 +01:00
Ask Solem 810d5994d8 Exchange+Queue now hashable on type+name 2011-09-08 23:58:42 +01:00
Ask Solem 8f2675e173 Adds kombu.utils.limits.TokenBucket 2011-09-08 23:57:50 +01:00
Ask Solem 412a1b15d4 Adds BrokerConnection.connected
This method returns True if the connection object has actually
established a connection, and is not closed.
2011-09-08 20:18:03 +01:00
Ask Solem 81dd557f46 pools.set_limit should not set limit if the limit is the same 2011-09-07 18:01:56 +01:00
Ask Solem a9ee9a16db Improve examples 2011-09-07 15:24:36 +01:00
Ask Solem 66ef95038f 2.0-devel: No longer supports Python 2.4 2011-09-07 15:21:47 +01:00
Ask Solem 0b29991566 Improve examples 2011-09-07 15:21:38 +01:00
Ask Solem 204b245fb4 Adds Connection.Producer + Connection.Consumer 2011-09-07 14:41:17 +01:00
Ask Solem dd3b5d5c08 Pika: Close client reference 2011-09-07 14:22:46 +01:00
Ask Solem 729988f2ab Adds missing reference pages 2011-09-07 14:13:11 +01:00
Ask Solem e0bd3e52c8 gen_unique_id() -> uuid() (but both avail. for compat.) 2011-09-07 14:11:20 +01:00
Ask Solem 795cfe8efd kombu.pools now support generic 'pool groups' which can be registered and will be reset at after-fork 2011-09-07 14:04:27 +01:00
Ask Solem 7387777c30 Producer/Consumer now has .connection attribute 2011-09-07 14:03:56 +01:00
Ask Solem 246a0395f3 Mock transport must support channel.connection.client 2011-09-07 14:03:37 +01:00