| Thu, 29 Sep 2011 13:17:55 -0500 |
Barry Pederson |
Added tag 1.0.2 for changeset 124bd71678e2
default tip
|
changeset |
files
|
| 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
|
changeset |
files
|
| Thu, 29 Sep 2011 13:17:22 -0500 |
Barry Pederson |
Fix Issue 42 having to do with installing on Windows
|
changeset |
files
|
| Wed, 28 Sep 2011 20:13:32 -0500 |
Barry Pederson |
Oops, forgot to document what was changed in 1.0.1
|
changeset |
files
|
| Wed, 28 Sep 2011 19:59:34 -0500 |
Barry Pederson |
Added tag 1.0.1 for changeset cf8638fcc5c1
|
changeset |
files
|
| 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
|
changeset |
files
|
| Wed, 28 Sep 2011 17:09:45 -0500 |
Barry Pederson |
Add MANIFEST.in, so that demos, tests, docs are included in the
|
changeset |
files
|
| 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
|
changeset |
files
|
| Thu, 28 Jul 2011 00:29:35 -0500 |
Barry Pederson |
Added tag 1.0.0 for changeset 59dc52a3c871
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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
|
changeset |
files
|
| 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)
|
changeset |
files
|
| Wed, 22 Jun 2011 20:25:36 -0500 |
Barry Pederson |
Enable TCP keepalive (Issue 32, suggested by g...@theoldmonk.net)
|
changeset |
files
|
| Wed, 22 Jun 2011 20:03:47 -0500 |
Barry Pederson |
Enable TCP_NODELAY, gives a nice little 6x speedup of the unittests at least.
|
changeset |
files
|
| 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).
|
changeset |
files
|
| Wed, 22 Jun 2011 10:20:23 -0500 |
Barry Pederson |
Add support for IPv6, supporting literal addresses or domain names with AAAA records.
|
changeset |
files
|
| 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.
|
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
|
| ... |