descriptionPython AMQP Library
ownerunknown
last changeThu, 29 Sep 2011 13:17:55 -0500
changes
Thu, 29 Sep 2011 13:17:55 -0500 Barry Pederson Added tag 1.0.2 for changeset 124bd71678e2 default tip
Thu, 29 Sep 2011 13:17:49 -0500 Barry Pederson Bump the version number to 1.0.2 for the packing fix for Windows 1.0.2
Thu, 29 Sep 2011 13:17:22 -0500 Barry Pederson Fix Issue 42 having to do with installing on Windows
Wed, 28 Sep 2011 20:13:32 -0500 Barry Pederson Oops, forgot to document what was changed in 1.0.1
Wed, 28 Sep 2011 19:59:34 -0500 Barry Pederson Added tag 1.0.1 for changeset cf8638fcc5c1
Wed, 28 Sep 2011 17:12:31 -0500 Barry Pederson Fix Issue 41 relating to a minor problem some older versions of FreeBSD have with socket.getaddrinfo() 1.0.1
Wed, 28 Sep 2011 17:09:45 -0500 Barry Pederson Add MANIFEST.in, so that demos, tests, docs are included in the
Wed, 28 Sep 2011 17:07:47 -0500 Barry Pederson Add more Trove classifiers to help packagers, bump the version number for the next release
Thu, 28 Jul 2011 00:29:35 -0500 Barry Pederson Added tag 1.0.0 for changeset 59dc52a3c871
Thu, 28 Jul 2011 00:26:37 -0500 Barry Pederson Wrap this thing up, call it 1.0.0 in celebration of OSCON 2011 1.0.0
Sun, 17 Jul 2011 23:45:50 -0500 Barry Pederson Fix Issue 35 , comparing a Message to something else (such as None), raises an AttributeError
Wed, 22 Jun 2011 21:40:34 -0500 Barry Pederson Process basic_return methods from the server whenever they're received, rather than queueing them up and basically ignoring them unless the user called wait(). (Issue 29, thanks to pkwar...@gmail.com for bringing up the issue and providing a patch)
Wed, 22 Jun 2011 20:25:36 -0500 Barry Pederson Enable TCP keepalive (Issue 32, suggested by g...@theoldmonk.net)
Wed, 22 Jun 2011 20:03:47 -0500 Barry Pederson Enable TCP_NODELAY, gives a nice little 6x speedup of the unittests at least.
Wed, 22 Jun 2011 19:57:35 -0500 Barry Pederson Shutdown a socket before closing it, to ensure pending transmissions aren't discarded. (Issue 30, thanks to chr...@pianocktail.org for pointing this out).
Wed, 22 Jun 2011 10:20:23 -0500 Barry Pederson Add support for IPv6, supporting literal addresses or domain names with AAAA records.
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.
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.
...
tags
Thu, 29 Sep 2011 13:17:49 -0500 1.0.2
Wed, 28 Sep 2011 17:12:31 -0500 1.0.1
Thu, 28 Jul 2011 00:26:37 -0500 1.0.0
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
Thu, 29 Sep 2011 13:17:55 -0500 deb490f6d24f default
...