<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/kombu/simple.py, branch remove-python2-support</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>autopep8.</title>
<updated>2020-08-04T14:37:29+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-08-04T14:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=85578afc4fea28adc16afdd3d7418b240357d96e'/>
<id>85578afc4fea28adc16afdd3d7418b240357d96e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove five usage from kombu/.</title>
<updated>2020-07-23T13:32:53+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7bc0e1d0731123024979aa122a907303e154ade1'/>
<id>7bc0e1d0731123024979aa122a907303e154ade1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade</title>
<updated>2020-07-13T13:58:06+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-13T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7a6e7cc45b9afe799770313a66c4211d1986ff30'/>
<id>7a6e7cc45b9afe799770313a66c4211d1986ff30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Used a tuple instead of a list to define __all__. (#945)</title>
<updated>2018-11-12T14:05:58+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2018-11-12T14:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=5e6fcca8d4aeb4217a3ab27cd0341430b1e277f6'/>
<id>5e6fcca8d4aeb4217a3ab27cd0341430b1e277f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)</title>
<updated>2018-08-16T09:00:50+00:00</updated>
<author>
<name>C Blue Neeh</name>
<email>azuer88@users.noreply.github.com</email>
</author>
<published>2018-08-16T09:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=9e64dafa617d4403edfa07e7ead015ce081046c0'/>
<id>9e64dafa617d4403edfa07e7ead015ce081046c0</id>
<content type='text'>
* Update SimpleQueue for queue_arguments passing

Allow SimpleQueue to pass queue_arguments to Queue object.

This allows SimpleQueue to connect to RabbitMQ queues with custom arguments like 'x-queue-mode'='lazy'.

* Missed indent

* remove trailing space

* add 'queue_args' to arguments (and documentation) for SimpleQueue

Signed-off-by: Blue Cuenca &lt;blue.cuenca@gmail.com&gt;

* add test to verify new argument 'queue_args'.

Signed-off-by: Blue Cuenca &lt;blue.cuenca@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update SimpleQueue for queue_arguments passing

Allow SimpleQueue to pass queue_arguments to Queue object.

This allows SimpleQueue to connect to RabbitMQ queues with custom arguments like 'x-queue-mode'='lazy'.

* Missed indent

* remove trailing space

* add 'queue_args' to arguments (and documentation) for SimpleQueue

Signed-off-by: Blue Cuenca &lt;blue.cuenca@gmail.com&gt;

* add test to verify new argument 'queue_args'.

Signed-off-by: Blue Cuenca &lt;blue.cuenca@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed some unnecessary variable assignments and fix variable-typo in docs</title>
<updated>2017-09-22T19:04:13+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-17T17:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=572a4c02ba22349881a12251a5578bdb1e4c673e'/>
<id>572a4c02ba22349881a12251a5578bdb1e4c673e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer dict literal syntax over dict() (#787)</title>
<updated>2017-09-08T04:43:59+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-08T04:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=65d203c71ec5ea5fb9438f8a028b9f133e036cd4'/>
<id>65d203c71ec5ea5fb9438f8a028b9f133e036cd4</id>
<content type='text'>
* Prefer dict literal syntax over dict()

* An overlooked dict-constructor in transport/SQS.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prefer dict literal syntax over dict()

* An overlooked dict-constructor in transport/SQS.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Address shortcomings with timeout parameter described in issue #720 (#729)</title>
<updated>2017-04-26T06:03:02+00:00</updated>
<author>
<name>c-nichols</name>
<email>c-nichols@users.noreply.github.com</email>
</author>
<published>2017-04-26T06:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=075cd73206c33feb69b1e9209225c28ae594815d'/>
<id>075cd73206c33feb69b1e9209225c28ae594815d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Entities can now be declared without binding to channel: entity.declare(channel=channel)</title>
<updated>2016-10-27T21:22:19+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2016-10-27T21:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=ded6f0c873201ab8a20ac3a1c453f891878e74d8'/>
<id>ded6f0c873201ab8a20ac3a1c453f891878e74d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds pydocstyle as a tox target</title>
<updated>2016-10-11T19:33:31+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2016-10-11T19:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=836512cadd23c96f23bbb5cd8f4a1bf83c36ab19'/>
<id>836512cadd23c96f23bbb5cd8f4a1bf83c36ab19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
