summaryrefslogtreecommitdiff
path: root/examples/complete_send.py
Commit message (Collapse)AuthorAgeFilesLines
* enable pre-commit (#1355)Thomas Grainger2021-07-201-5/+8
| | | | | | | | | | | | | | | | | | | * enable pre-commit * use extend-ignore for flake8 * manual flake8 fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update kombu/__init__.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* pyupgradeOmer Katz2020-07-131-1/+0
|
* Fix typo in examplePavlo Kapyshin2016-08-011-1/+1
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-0/+2
|
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-2/+0
|
* change unbind to support bindings parameters.rumyana neykova2012-09-201-5/+6
|
* Modify complete_send/receive examples to use exchange to exchange bindingRumyana Neykova2012-08-231-6/+5
|
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-9/+9
|
* Improve examplesAsk Solem2011-09-071-20/+17
|
* 2to3 says we should use a for loop hereAsk Solem2010-12-021-1/+1
|
* Added SimpleQueue examples: examples/simple_receive.py, simple_send.pyAsk Solem2010-12-011-0/+35