Ask Solem
|
4f0cc4befa
|
Ported CouchDB transport from ghettoq
|
2010-10-27 14:22:38 +02:00 |
Ask Solem
|
66242c6f9f
|
Added autodoc for new modules
|
2010-10-26 16:28:02 +02:00 |
Ask Solem
|
7706f226f9
|
Added missing autodoc files
|
2010-10-21 15:35:18 +02:00 |
Ask Solem
|
014b1159f4
|
Docs: Added autodoc for kombu.compression + kombu.simple
|
2010-08-04 15:51:25 +02:00 |
Ask Solem
|
fd0296af7b
|
All occurences of the term Backend has been replaced with Transport.
kombu.backends -> kombu.transport
BrokerConnection(backend_cls="pika") -> BrokerConnection(transport="pika")
kombu.backends.base.BaseBackend -> kombu.transport.base.Transport
kombu.backends.pyredis.RedisBackend -> kombu.transport.pyredis.Transport
etc, etc.
|
2010-08-04 13:53:43 +02:00 |
Ask Solem
|
621b77a92a
|
Added Sphinx Documentation
|
2010-07-23 14:43:33 +02:00 |