descriptionPython AMQP Library
ownerunknown
last changeTue, 05 Apr 2011 21:26:46 -0500
changes
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
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
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.
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.
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
Mon, 28 Mar 2011 16:23:06 -0500 Barry Pederson Fix Issue # 15 http://code.google.com/p/py-amqplib/issues/detail?id=15
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.
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.
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.
Mon, 28 Mar 2011 13:37:21 -0500 Root Use setuptools if available, for enhanced functionality for packagers.
Mon, 28 Mar 2011 12:15:01 -0500 Barry Pederson Huge speed improvement for large messages, suggested by a patch from vba...@agoragames.com
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.
Thu, 10 Dec 2009 23:32:40 -0600 Barry Pederson The serialization layer was making hardcoded assumptions about how
Mon, 05 Oct 2009 09:38:02 -0500 barryp Minor tweak to ensure the Channel class is included in pydocs, no real change
Fri, 28 Aug 2009 22:36:21 -0500 barryp Added tag 0.6.1 for changeset 1f05ed5c599f
Fri, 28 Aug 2009 22:36:17 -0500 barryp Final minor changes to docs and version strings for 0.6.1 0.6.1
Sun, 16 Aug 2009 22:17:21 -0500 barryp Close TCP sockets when there's an error connecting, to keep file descriptors
Sun, 16 Aug 2009 10:23:28 -0500 barryp Fix minor typo in docs
Sat, 15 Aug 2009 23:29:29 -0500 barryp denis.bilenko@... pointed out a couple try/except blocks that catch too much,
Sat, 15 Aug 2009 18:31:14 -0500 barryp Make it so that the upper levels see the exceptions raised by the lower levels,
...
tags
Fri, 28 Aug 2009 22:36:17 -0500 0.6.1
Mon, 19 Jan 2009 10:42:24 -0600 0.6
Mon, 04 Aug 2008 22:52:58 -0500 0.5
Mon, 07 Jan 2008 17:40:45 -0600 0.3
Sat, 08 Dec 2007 14:05:20 -0600 0.2
Mon, 03 Dec 2007 15:35:46 -0600 0.1
...
bookmarks
...
branches
Tue, 05 Apr 2011 21:26:46 -0500 93cdc3149092 default
...