Ask Solem
|
45b3ab7959
|
Adds James Turk to AUTHORS
|
2011-09-22 16:36:14 +01:00 |
Ask Solem
|
77cf967869
|
Merge branch 'jamesturk/patch-1'
|
2011-09-22 16:33:42 +01:00 |
Ask Solem
|
e72d0ab1a5
|
Merge branch 'dziegler/patch-1'
|
2011-09-22 16:32:26 +01:00 |
Ask Solem
|
b2d67a91fa
|
Merge Changelog from 1.3 branch
|
2011-09-22 16:30:00 +01:00 |
James Turk
|
e60f317e5d
|
update check for empty payload to work in MongoDB >= 2.0
|
2011-09-19 18:56:31 -03:00 |
Ask Solem
|
87aa6ebbb1
|
Adds KOMBU_DISABLE_LIMIT_PROTECTION envvar
|
2011-09-16 19:21:08 +01:00 |
Ask Solem
|
d0c7b9a2d0
|
AMQP_PROTOCOL_HEADER must be bytes on py3k
|
2011-09-16 18:14:13 +01:00 |
Ask Solem
|
f6bb91931f
|
tox: Missing cover3-html
|
2011-09-14 12:11:35 +01:00 |
Ask Solem
|
6059d00149
|
Fixes tox for py32
|
2011-09-14 11:19:42 +01:00 |
Ask Solem
|
fa57ca269b
|
Tox: Fixes coverage.xml location
|
2011-09-14 11:03:15 +01:00 |
Ask Solem
|
aee380882e
|
Tox: specify correct xunit location
|
2011-09-14 08:58:49 +01:00 |
Ask Solem
|
a8856c25bc
|
tox: Store cover in toplevel directory
|
2011-09-14 01:02:56 +01:00 |
Ask Solem
|
1d6806997b
|
Fixes removepyc script
|
2011-09-14 00:51:34 +01:00 |
Ask Solem
|
ddae2aa201
|
Improve removepyc script
|
2011-09-13 19:25:03 +01:00 |
Ask Solem
|
281916716c
|
Tox: remove pyc files before testing
|
2011-09-13 18:24:32 +01:00 |
Ask Solem
|
6653a34ea0
|
More tox improvements
|
2011-09-13 18:14:20 +01:00 |
Ask Solem
|
fc524d9178
|
Improves tox for py3k
|
2011-09-13 17:03:58 +01:00 |
Ask Solem
|
4dff6f6f6d
|
Tests passing on Python 3.2
|
2011-09-13 16:14:41 +01:00 |
Ask Solem
|
c9686f2b53
|
defaultdict now avail. in py 2.4
|
2011-09-13 10:30:21 +01:00 |
Ask Solem
|
3988bbfc0b
|
msgpack 0.1.7 dropped py24 support
|
2011-09-13 08:56:34 +01:00 |
Ask Solem
|
001a32a870
|
Merge branch 'master' of github.com:ask/kombu
|
2011-09-12 10:48:07 +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 |
Mher Movsisyan
|
1889854092
|
Bumps version to 1.3.2
|
2011-09-10 23:41:27 +05: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
|
e5e07f0c55
|
kombu.clocks can't use with statements in kombu 1.x
|
2011-09-10 11:01:17 +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
|
5d1fd967d9
|
Adds missing file headers
|
2011-09-09 23:28:12 +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 |
David Ziegler
|
2f76d1719b
|
Fix for redis-py version check.
|
2011-09-07 22:33:17 -07: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
|
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 |
Ask Solem
|
bfc8037d25
|
Pika: client attribute now available on the connection object
|
2011-09-07 14:03:19 +01:00 |