summaryrefslogtreecommitdiff
path: root/examples/simple_receive.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* pyupgradeOmer Katz2020-07-131-1/+0
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-0/+2
* Merge branch 'master' into 3.0Ask Solem2012-11-271-0/+1
|\
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-0/+3
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-3/+0
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-3/+3
* Improve examplesAsk Solem2011-09-071-16/+16
* Examples should close connection and channelAsk Solem2011-04-051-0/+4
* Added SimpleQueue examples: examples/simple_receive.py, simple_send.pyAsk Solem2010-12-011-0/+24