Ask Solem
|
7f9b38ff8b
|
[kombu3] No longer supports Python 2.5
|
2012-11-08 20:20:41 +00:00 |
Ask Solem
|
fa816f6dc9
|
BrokerConnection is now Connection in docs
|
2012-06-24 16:32:17 +01:00 |
Ask Solem
|
895d3c1ea1
|
Cosmetics
|
2012-02-03 18:11:06 +00:00 |
Ask Solem
|
61fe421806
|
Use MSG_PEEK to verify amqplib connection
|
2012-02-03 18:03:11 +00:00 |
Ask Solem
|
35d78df332
|
Fixes syntax errors in funtests/transport.py
|
2011-09-05 12:55:48 +01:00 |
Adam Nelson
|
fb0afb3cc7
|
Merge remote-tracking branch 'upstream/sqs'
Conflicts:
README.rst
funtests/tests/test_SQS.py
funtests/transport.py
kombu/transport/SQS.py
|
2011-08-16 21:31:34 -04:00 |
Ask Solem
|
daf5830464
|
Fixes cyclic reference for virtual Channel.close. Closes #49
|
2011-07-15 12:42:36 +01:00 |
Ask Solem
|
70e2c6b68c
|
PEP8ify
|
2011-06-07 15:46:11 +01:00 |
Ask Solem
|
897ee5c3e1
|
Passes functional tests
|
2011-06-07 15:20:09 +01:00 |
Ask Solem
|
6bcedcbe53
|
SQS transport now replaces dots in queue names with dashes
and also all other punctuation with underscores, as SQS only
accepts alphanumerics + -,_.
Thanks to adamn
|
2011-05-25 14:46:29 +01:00 |
Ask Solem
|
03da6ed197
|
Amazon SQS transport passing functional tests. Sponsored by the good guys at Yipit.com!
|
2011-05-25 14:38:44 +01:00 |
Ask Solem
|
a5f54f0745
|
SQS transport now replaces dots in queue names with dashes, and all other punctuation with underscores, as SQS only accepts alphanumerics + -,_. Thanks to adamn
|
2011-05-25 14:36:11 +01:00 |
Ask Solem
|
1ab629c23c
|
Amazon SQS transport passing functional tests. Sponsored by the good guys at Yipit.com!
|
2011-05-15 13:19:34 +02:00 |
Ask Solem
|
1606cd96a0
|
Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()
|
2011-04-21 18:29:51 +02:00 |
Ask Solem
|
d6601ec92c
|
Closes cyclic reference in Connection
|
2011-04-07 15:53:29 +02:00 |
Ask Solem
|
348babd81b
|
Redis: Fixes serious issue where larger messages may be lost when consuming using the Redis transport (ask/celery issue #318). Thanks to Simon Zimmerman, Andy McCurdy and Honza Král!
|
2011-04-06 15:59:16 +02:00 |
Ask Solem
|
3444c19078
|
virtual: BrokerConnection.connect now immediately creates a channel.
|
2011-03-28 17:40:44 +02:00 |
Ask Solem
|
952fc27b03
|
Functional tests for Pika transport, also asyncore drain_events now properly raises socket.timeout on timeout
|
2010-11-12 13:30:30 +01:00 |
Ask Solem
|
5a2b661109
|
Moved kombu/tests/test_functional to funtests/ so they are not executed with the unit test suite
|
2010-11-12 11:50:18 +01:00 |