| Tue, 05 Apr 2011 21:26:46 -0500 |
Barry Pederson |
Add support for queue_unbind, which is supported by RabbitMQ as an extension to the 0-8 protocol.
default tip
|
changeset |
files
|
| Mon, 04 Apr 2011 21:22:50 -0500 |
Barry Pederson |
Alter one of the unittests skipped over for Python 3.x so that it can run and check the behavior we want even in 3.x
|
changeset |
files
|
| Mon, 04 Apr 2011 20:51:48 -0500 |
Barry Pederson |
Add patch from Viktor Naoumov <vnaumov@r...> adding the ability on Python >= 2.6 to specify a dictionary of SSL options to pass to ssl.wrap_socket(), sock as specifying a client cert, a CA cert, and requiring the ca cert match.
|
changeset |
files
|
| Tue, 29 Mar 2011 12:13:30 -0500 |
Barry Pederson |
Since encoding of unicode message bodies has now moved from happening at Message creation time to transmission time, move the setting of a default content_encoding message property to happen at the same time. So they're both late behaviors now, instead of one being early and one being late.
|
changeset |
files
|
| Tue, 29 Mar 2011 00:23:28 -0500 |
Barry Pederson |
Python 3.x compatibility - code has been tweaked so that when the 2to3 utility is run
|
changeset |
files
|
| Mon, 28 Mar 2011 16:23:06 -0500 |
Barry Pederson |
Fix Issue # 15 http://code.google.com/p/py-amqplib/issues/detail?id=15
|
changeset |
files
|
| Mon, 28 Mar 2011 15:04:03 -0500 |
Barry Pederson |
Fix for Issue #17 where connections were silently dropped if an unserializable object was present in a Message's application_header. Now a ValueError is raised, and the Connection is not disrupted by sending an incomplete message.
|
changeset |
files
|
| Mon, 28 Mar 2011 14:02:22 -0500 |
Barry Pederson |
amqplib has never been threadsafe, and frequently discussed on the rabbitmq mailing list, but somehow never mentioned in the included docs.
|
changeset |
files
|
| Mon, 28 Mar 2011 13:53:20 -0500 |
Barry Pederson |
Update the README to point to rabbitmq.org's nice list of other Python clients.
|
changeset |
files
|
| Mon, 28 Mar 2011 13:37:21 -0500 |
Root |
Use setuptools if available, for enhanced functionality for packagers.
|
changeset |
files
|
| Mon, 28 Mar 2011 12:15:01 -0500 |
Barry Pederson |
Huge speed improvement for large messages, suggested by a patch from vba...@agoragames.com
|
changeset |
files
|
| Thu, 10 Dec 2009 23:40:05 -0600 |
Barry Pederson |
Bump up the version number so we can tell this from the last released version.
|
changeset |
files
|
| Thu, 10 Dec 2009 23:32:40 -0600 |
Barry Pederson |
The serialization layer was making hardcoded assumptions about how
|
changeset |
files
|
| Mon, 05 Oct 2009 09:38:02 -0500 |
barryp |
Minor tweak to ensure the Channel class is included in pydocs, no real change
|
changeset |
files
|
| Fri, 28 Aug 2009 22:36:21 -0500 |
barryp |
Added tag 0.6.1 for changeset 1f05ed5c599f
|
changeset |
files
|
| Fri, 28 Aug 2009 22:36:17 -0500 |
barryp |
Final minor changes to docs and version strings for 0.6.1
0.6.1
|
changeset |
files
|
| Sun, 16 Aug 2009 22:17:21 -0500 |
barryp |
Close TCP sockets when there's an error connecting, to keep file descriptors
|
changeset |
files
|
| Sun, 16 Aug 2009 10:23:28 -0500 |
barryp |
Fix minor typo in docs
|
changeset |
files
|
| Sat, 15 Aug 2009 23:29:29 -0500 |
barryp |
denis.bilenko@... pointed out a couple try/except blocks that catch too much,
|
changeset |
files
|
| Sat, 15 Aug 2009 18:31:14 -0500 |
barryp |
Make it so that the upper levels see the exceptions raised by the lower levels,
|
changeset |
files
|
| ... |