Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump pyupgrade version and add __future__.annotations import | Marcelo Trylesinski | 2022-04-15 | 16 | -0/+33 |
| | |||||
* | enable pre-commit (#1355) | Thomas Grainger | 2021-07-20 | 10 | -16/+28 |
| | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | pyupgrade | Omer Katz | 2020-07-13 | 16 | -35/+13 |
| | |||||
* | Rename `async` keyword to `asynchronous` (#839) | Thomas Achtemichuk | 2018-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests | ||||
* | Switching to boto3 only (#693) | Mischa Spiegelmock | 2017-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch Boto2 to Boto3 for SQS messaging * Fixed region support * Add SQS FIFO queue support * Add sensible defaults for message attributes * Asynchronous support, plus boto3 for region endpoint lookups * Clean up imports * Fix Python 2 support * Fix receive_message tests * Reformat docstring * boto3 import changes for CI * skip tests if boto3 not installed * skip tests if boto3 not installed * flake8 * noboto * ditching boto2. got queue URL fetching, async HTTP request generation and signing working. * request signing working kinda * async parsing of SQS message response more or less working * botocore sqs dep * ripping out more old boto2 stuff * removing tests that are no longer valid with boto3/SQS * fix boto3 dep, min version and no botocore * no boto2 for test * cleaning up some SQS tests. fixing header parsing of response to msg * fixing some sqs tests * removing response-parsing tests that are no longer necessary as we're using the botocore response parsing machinery instead of implementing SAX parsing in kombu. * fixing more SQS tests * wants a region * trying to fix py2 parsing of sqs message * lint * py2/py2 message header parsing stupidness * forgot * python 2 sux * flake8 * Import boto3 from the right place * Changes * Update encode fuction * Fix lint * remove some unused things * removing unused stuff * ugh * ugh * ugh * landscape ignoring * shut up, landscape | ||||
* | fixed rpc example (#650) | Carlos Edo | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | memory transport example (#627) | kindule | 2016-09-24 | 1 | -0/+24 |
| | |||||
* | Fix typo in example | Pavlo Kapyshin | 2016-08-01 | 1 | -1/+1 |
| | |||||
* | Reorganizes kombu.utils.__init__ package | Ask Solem | 2016-07-16 | 2 | -3/+2 |
| | |||||
* | flakes | Ask Solem | 2016-06-15 | 2 | -1/+2 |
| | |||||
* | spelling mistake | xiaoshaaming | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Use unicode_litereals everywhere and updates flakeplus target to --2.7 | Ask Solem | 2016-04-06 | 15 | -13/+47 |
| | |||||
* | flakes | Ask Solem | 2016-03-21 | 3 | -4/+4 |
| | |||||
* | flakes | Ask Solem | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Adds ConsumerProducerMixin (Issue #530) | Ask Solem | 2015-10-21 | 1 | -25/+13 |
| | |||||
* | Implement kombu version of the RabbitMQ rpc-tut-6 example. Closes #530 | Ask Solem | 2015-10-21 | 2 | -0/+115 |
| | |||||
* | Single item tuples no longer require whitespace | Ask Solem | 2015-07-13 | 5 | -7/+7 |
| | |||||
* | Fixes flakes after flake8 upgrade | Ask Solem | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | master now depends on Python 2.7 | Ask Solem | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Adds async_consume example | Ask Solem | 2014-02-03 | 1 | -0/+29 |
| | |||||
* | Example should not use exchange bindings. Closes #286 | Ask Solem | 2013-12-11 | 1 | -10/+3 |
| | |||||
* | flakes | Ask Solem | 2013-09-12 | 1 | -1/+0 |
| | |||||
* | Py3 fixes | Ask Solem | 2013-09-10 | 5 | -13/+11 |
| | |||||
* | Fixes simple task queue example. Closes #230 | Ask Solem | 2013-05-01 | 2 | -3/+6 |
| | |||||
* | python 3 fixes | Ask Solem | 2013-02-12 | 2 | -2/+0 |
| | |||||
* | Use except as exc | Ask Solem | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | Merge branch '2.5' | Ask Solem | 2013-02-07 | 1 | -4/+5 |
|\ | | | | | | | | | Conflicts: pavement.py | ||||
| * | More pep8ify | Ask Solem | 2013-01-17 | 1 | -4/+5 |
| | | |||||
* | | merge helloworld into examples | HVN | 2012-12-11 | 2 | -0/+19 |
| | | |||||
* | | Merge branch 'master' into 3.0 | Ask Solem | 2012-11-27 | 2 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/abstract.py kombu/clocks.py kombu/messaging.py kombu/pidbox.py kombu/pools.py kombu/tests/mocks.py kombu/tests/test_common.py kombu/tests/test_messaging.py kombu/tests/test_serialization.py kombu/tests/test_utils.py kombu/tests/transport/test_redis.py kombu/tests/utilities/test_encoding.py kombu/transport/pika.py kombu/transport/zmq.py kombu/transport/zookeeper.py kombu/utils/__init__.py kombu/utils/encoding.py kombu/utils/finalize.py pavement.py requirements/default.txt | ||||
| * | Revert 7f9b38f... [kombu3] No longer supports Python 2.5 | Ask Solem | 2012-11-13 | 8 | -1/+19 |
|/ | |||||
* | [kombu3] No longer supports Python 2.5 | Ask Solem | 2012-11-08 | 8 | -19/+1 |
| | |||||
* | Don't use LogMixin. Closes #169 | Ask Solem | 2012-11-02 | 1 | -2/+5 |
| | |||||
* | Fixes typo in simple_task_queue example | Ask Solem | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | examples/ cosmetics | Ask Solem | 2012-09-21 | 2 | -12/+11 |
| | |||||
* | change unbind to support bindings parameters. | rumyana neykova | 2012-09-20 | 1 | -5/+6 |
| | |||||
* | Modify complete_send/receive examples to use exchange to exchange binding | Rumyana Neykova | 2012-08-23 | 2 | -12/+21 |
| | |||||
* | BrokerConnection is now Connection in docs | Ask Solem | 2012-06-24 | 11 | -169/+93 |
| | |||||
* | Merge branch 'master' into 2.0-devel | Ask Solem | 2011-10-25 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS examples/simple_task_queue/worker.py kombu/connection.py kombu/serialization.py kombu/transport/SQS.py kombu/utils/eventio.py | ||||
| * | Fixes to get the simple_task_queue example running. Closes #72 | Stefan Eletzhofer | 2011-10-25 | 2 | -7/+10 |
| | | |||||
| * | PEP8ify + pyflakesv1.4.0 | Ask Solem | 2011-09-22 | 4 | -7/+3 |
| | | |||||
* | | Improve example code | Ask Solem | 2011-09-12 | 1 | -1/+4 |
| | | |||||
* | | Task queue example working | Ask Solem | 2011-09-12 | 4 | -16/+19 |
|/ | |||||
* | Adds examples to userguide | Ask Solem | 2011-09-12 | 5 | -0/+69 |
| | |||||
* | Improve examples | Ask Solem | 2011-09-07 | 8 | -81/+148 |
| | |||||
* | Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3 | Ask Solem | 2011-04-21 | 2 | -2/+1 |
| | |||||
* | Examples should close connection and channel | Ask Solem | 2011-04-05 | 2 | -0/+8 |
| | |||||
* | 2to3 says we should use a for loop here | Ask Solem | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Added eventlet examles: examples/simple_eventlet_receive.py ↵ | Ask Solem | 2010-12-01 | 2 | -0/+89 |
| | | | | simple_eventlet.send.py | ||||
* | Added SimpleQueue examples: examples/simple_receive.py, simple_send.py | Ask Solem | 2010-12-01 | 4 | -0/+51 |
| |