Ask Solem
|
6cef9ce1e3
|
Adds Christopher Grebs to AUTHORS
|
2011-08-29 12:40:48 +01:00 |
Ask Solem
|
52530446f2
|
Merge branch 'EnTeQuAk/master'
|
2011-08-29 12:40:28 +01:00 |
Ask Solem
|
c25571bceb
|
pools: Don't instantiate connections at init
|
2011-08-29 12:37:56 +01:00 |
Christopher Grebs
|
9f78ae0fed
|
Fixed unittests to run with PyPy, moved some module logic to test utilities
|
2011-08-28 17:30:44 +02:00 |
Christopher Grebs
|
b5bfb4231a
|
Fixed test_transport_pyamqplib, localhost != 127.0.0.1
|
2011-08-28 17:30:10 +02:00 |
Ask Solem
|
982cffc92d
|
Should not parse URLs if transport is sqlalchemy
|
2011-08-22 09:23:42 +01:00 |
Ask Solem
|
9e90bb1578
|
Last commit broke if hostname was None
|
2011-08-20 15:53:06 +01:00 |
Ask Solem
|
148ee04578
|
hostname argument to BrokerConnection can now be an URL (transport://userid:password@host:port/vhost. Note that the / at the end must always be included, the vhost '/' becomes '//')
|
2011-08-20 00:01:43 +01:00 |
Ask Solem
|
feea01bdbf
|
Fixes __exit__ for Producer
|
2011-08-20 00:00:04 +01:00 |
Ask Solem
|
0da39b8f72
|
amqp is now an alias to amqplib
|
2011-08-19 23:59:44 +01:00 |
Ask Solem
|
de8838eec7
|
Adds kombu.syn.detect_environment
|
2011-08-19 23:59:28 +01:00 |
Ask Solem
|
3146f3f9db
|
compat.Publisher now supports passing channel
|
2011-08-19 23:59:04 +01:00 |
Ask Solem
|
83320afa97
|
Adds utils reprkwargs + reprcall
|
2011-08-15 12:41:49 +01:00 |
Ask Solem
|
df0c67feb0
|
LogWrapped should ignore __enter__, __exit__
|
2011-08-15 12:41:36 +01:00 |
Ask Solem
|
b86c129a82
|
Adds kombu.utils.encoding
|
2011-08-15 12:41:14 +01:00 |
Ask Solem
|
8ad9264dbb
|
serialization gains the ability to lookup content type by name
|
2011-08-15 12:40:46 +01:00 |
Ask Solem
|
ad30cddd34
|
exchange argument to publish can now be an Exchange
|
2011-08-15 12:40:15 +01:00 |
Ask Solem
|
f7a6a4c171
|
Fixes keyerror on delete for virtual transports
|
2011-08-04 12:03:10 +01:00 |
Ask Solem
|
ebf77172fb
|
Fixes some strange eventlet error
|
2011-08-04 12:02:56 +01:00 |
Ask Solem
|
08c20cb349
|
Support anonymous queues
|
2011-07-29 14:01:38 +01:00 |
Ask Solem
|
a303be7ca6
|
Updates Changelog
|
2011-07-29 12:52:26 +01:00 |
Ask Solem
|
efac4b34a8
|
Adds John Spray to AUTHORS
|
2011-07-29 11:40:36 +01:00 |
John Spray
|
9750376f19
|
Silence all exceptions from `import ctypes` to match behaviour
of the standard Python uuid module, and avoid passing on MemoryError
exceptions on SELinux-enabled systems.
Closes #52. Closes #53
|
2011-07-29 11:39:47 +01:00 |
Ask Solem
|
21b8faa1a0
|
Now depends on amqplib >= 1.0.0
|
2011-07-28 11:46:59 +01:00 |
Ask Solem
|
65dc58505a
|
Producer now works as a context manager.
|
2011-07-28 11:46:44 +01:00 |
Ask Solem
|
4faf662d4f
|
Adds kombu.utils.fxrangemax
|
2011-07-26 15:33:04 +01:00 |
Ask Solem
|
322ebcb9cf
|
SQS: Disables SimpleDB persistence by default
|
2011-07-25 15:40:50 +01:00 |
Ask Solem
|
914f2665c5
|
Adds autodoc for kombu.pools
|
2011-07-25 15:39:42 +01:00 |
Ask Solem
|
59fb3a649c
|
Bumps version to 1.2.1 and updates Changelog
|
2011-07-25 15:12:26 +01:00 |
Ask Solem
|
e4104694f2
|
Tests passing
|
2011-07-25 15:10:06 +01:00 |
Ask Solem
|
aa0ac8a8e5
|
kombu.pools.ProducerPool, taken from celery
|
2011-07-25 15:09:54 +01:00 |
Ask Solem
|
5371daf31d
|
memory transport now automatically creates unknown queues
|
2011-07-20 14:11:09 +01:00 |
Ask Solem
|
9979ea0ac9
|
Redis: Automatically delete auto_delete queues at basic_cancel
|
2011-07-20 13:16:08 +01:00 |
Ask Solem
|
5ed5e0d17b
|
PEP8ify + pyflakes
|
2011-07-20 12:21:28 +01:00 |
Ask Solem
|
ffc164da87
|
Updates Changelog
|
2011-07-20 12:08:02 +01:00 |
Ask Solem
|
c06930caa1
|
Adds Mher Movsisyan to AUTHORS
|
2011-07-19 17:04:59 +01:00 |
Ask Solem
|
2b5ea5610c
|
Merge branch 'mher/master'
|
2011-07-19 17:04:45 +01:00 |
Ask Solem
|
6b0440e6e9
|
Merge branch 'master' of github.com:ask/kombu
|
2011-07-19 17:04:12 +01:00 |
Ask Solem
|
d895696563
|
ConnectionPool no longer forces connect at acquire, and ensure now supports an on_revive callback
|
2011-07-19 16:33:47 +01:00 |
Ask Solem
|
781a407ca2
|
Adds Consumer.consuming_from
|
2011-07-19 16:33:11 +01:00 |
Ask Solem Hoel
|
7c30466293
|
Merge pull request #50 from heckj/master
fixes for docs
|
2011-07-19 07:45:44 -07:00 |
Mher Movsisyan
|
45b7b67cf2
|
Adds SerializerRegistry.unregister
|
2011-07-19 18:44:01 +05:00 |
Ask Solem
|
39c667a89a
|
Adds BrokerConnection.autoretry
|
2011-07-19 12:53:49 +01:00 |
Joe Heck
|
60e44cc1fa
|
fixing docs re: key vs routing_key
|
2011-07-18 15:33:01 -07:00 |
Ask Solem
|
e1b19b9566
|
compat ConsumerSet should auto declare new queues
|
2011-07-18 16:38:40 +01:00 |
Ask Solem
|
f4fea5d27c
|
Consumer.cancel_by_queue did not remove the queue from .queues
|
2011-07-18 16:38:23 +01:00 |
Ask Solem
|
4ccdeb37d6
|
Updates Changelog
|
2011-07-15 12:43:24 +01:00 |
Ask Solem
|
daf5830464
|
Fixes cyclic reference for virtual Channel.close. Closes #49
|
2011-07-15 12:42:36 +01:00 |
Ask Solem
|
f9cf38e8e6
|
Merge branch 'master' of github.com:ask/kombu
|
2011-07-15 11:51:39 +01:00 |
Ask Solem
|
d34db8e764
|
Fixes error in previous commit
|
2011-07-15 11:51:25 +01:00 |