<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/py-amqp.git/demo, branch optimizations</title>
<subtitle>github.com: celery/py-amqp.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/'/>
<entry>
<title>Fixes flakes for extra funtests and demo</title>
<updated>2012-09-21T11:57:29+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2012-09-21T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=d8cd73977ebad7ccdad50d78d1a55155c346724e'/>
<id>d8cd73977ebad7ccdad50d78d1a55155c346724e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error: Message does not have a callback property</title>
<updated>2012-09-21T11:57:07+00:00</updated>
<author>
<name>Rumyana Neykova</name>
<email>rumi.neykova@gmail.com</email>
</author>
<published>2012-08-20T09:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=520db9ca6f709b5309122f35703a752af6e56b5e'/>
<id>520db9ca6f709b5309122f35703a752af6e56b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes the Access domain and the ticket argument to channel methods</title>
<updated>2012-07-24T11:07:02+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2012-07-24T11:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=775a2ab809cf4b8d7e1edb931ef53fbb6ea239c0'/>
<id>775a2ab809cf4b8d7e1edb931ef53fbb6ea239c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename to amqp</title>
<updated>2012-07-23T14:11:50+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2012-07-23T14:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=7ba49c08e9631521783a0c3302ac19c2fc6e184d'/>
<id>7ba49c08e9631521783a0c3302ac19c2fc6e184d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.x compatibility - code has been tweaked so that when the 2to3 utility is run</title>
<updated>2011-03-29T05:23:28+00:00</updated>
<author>
<name>Barry Pederson</name>
<email>bp@barryp.org</email>
</author>
<published>2011-03-29T05:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=b75288fd9da92213cbaf04e0895ffe9360bd99a0'/>
<id>b75288fd9da92213cbaf04e0895ffe9360bd99a0</id>
<content type='text'>
against the client library and the unittests, the unittests pass when run on
Python 3.0, 3.1, and 3.2.  The tests also pass on Python.s 2.4 through 2.7

setup.py should run 2to3 automatically, so you can run something like

    python3.2 setup.py install

and have it do the right thing.  The demo programs are bilingual, and work
on either Python 2.x or 3.x without having to be run through 2to3/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
against the client library and the unittests, the unittests pass when run on
Python 3.0, 3.1, and 3.2.  The tests also pass on Python.s 2.4 through 2.7

setup.py should run 2to3 automatically, so you can run something like

    python3.2 setup.py install

and have it do the right thing.  The demo programs are bilingual, and work
on either Python 2.x or 3.x without having to be run through 2to3/
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the nbclient_0_8.py module, and corresponding demo.  The main client</title>
<updated>2008-11-26T22:16:58+00:00</updated>
<author>
<name>barryp@macbook.home</name>
<email>barryp@macbook.home</email>
</author>
<published>2008-11-26T22:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=4a08781ba07e87c10355c166cd6ef0099c76ad9e'/>
<id>4a08781ba07e87c10355c166cd6ef0099c76ad9e</id>
<content type='text'>
has changed so much, and now has its own nonblocking feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
has changed so much, and now has its own nonblocking feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different variable name for the routing key in the amqp_clock.py</title>
<updated>2008-11-09T17:42:33+00:00</updated>
<author>
<name>barryp@macbook.home</name>
<email>barryp@macbook.home</email>
</author>
<published>2008-11-09T17:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=c46d7fc602e932a25dde53dbc37312926b79b03a'/>
<id>c46d7fc602e932a25dde53dbc37312926b79b03a</id>
<content type='text'>
demo, so as not to be confused with an exchange type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
demo, so as not to be confused with an exchange type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version number because some significant changes were made.</title>
<updated>2008-06-09T22:23:35+00:00</updated>
<author>
<name>barryp@macbook.home</name>
<email>barryp@macbook.home</email>
</author>
<published>2008-06-09T22:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=dee5df4fc04aa111f1862e28994942e09a3bf92c'/>
<id>dee5df4fc04aa111f1862e28994942e09a3bf92c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added non-blocking client and demo, from</title>
<updated>2008-03-03T15:27:04+00:00</updated>
<author>
<name>barryp@macbook.home</name>
<email>barryp@macbook.home</email>
</author>
<published>2008-03-03T15:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=e2fdf63ee7891c6e6795b9cb8d50dfaa5629f2d3'/>
<id>e2fdf63ee7891c6e6795b9cb8d50dfaa5629f2d3</id>
<content type='text'>
Dmitriy Samovskiy &lt;dmitriy.samovskiy@cohesiveft.com&gt;:
-----------------------

We put together an add-on for py-amqplib that implements AMQP client
with non-blocking sockets (see NonBlockingConnection class and
nbloop() function in nbclient_0_8.py). nbdemo_receive.py is a demo
script, and nbclient.zip includes both nbclient_0_8.py and
nbdemo_receive.py.

There are at least 2 scenarios where non-blocking sockets help, and
both are applicable to consumers:

    1) when you want to be able to interrupt consumer's event loop without
       waiting for a next incoming message;
    2) when you want to consume messages from multiple brokers (or over
       multiple connections) in a single event loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dmitriy Samovskiy &lt;dmitriy.samovskiy@cohesiveft.com&gt;:
-----------------------

We put together an add-on for py-amqplib that implements AMQP client
with non-blocking sockets (see NonBlockingConnection class and
nbloop() function in nbclient_0_8.py). nbdemo_receive.py is a demo
script, and nbclient.zip includes both nbclient_0_8.py and
nbdemo_receive.py.

There are at least 2 scenarios where non-blocking sockets help, and
both are applicable to consumers:

    1) when you want to be able to interrupt consumer's event loop without
       waiting for a next incoming message;
    2) when you want to consume messages from multiple brokers (or over
       multiple connections) in a single event loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments on demo_send to match what it really does.</title>
<updated>2007-12-04T15:58:55+00:00</updated>
<author>
<name>barryp@octane.med.und.nodak.edu</name>
<email>barryp@octane.med.und.nodak.edu</email>
</author>
<published>2007-12-04T15:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=5794dd6d3d5ee8b46e1d59f3ec0c6866e81acfe5'/>
<id>5794dd6d3d5ee8b46e1d59f3ec0c6866e81acfe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
