summaryrefslogtreecommitdiff
path: root/kombu/clocks.py
Commit message (Collapse)AuthorAgeFilesLines
* enable pre-commit (#1355)Thomas Grainger2021-07-201-1/+1
| | | | | | | | | | | | | | | | | | | * 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>
* Remove five usage from kombu/.Omer Katz2020-07-231-4/+0
|
* pyupgradeOmer Katz2020-07-131-3/+2
|
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
|
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-2/+2
|
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-2/+5
|
* Use Google-style docstringsAsk Solem2016-07-161-14/+7
|
* Make sure __repr__ and __str__ returns bytes on Python 2Ask Solem2016-04-111-1/+3
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
|
* flakesAsk Solem2015-09-281-3/+9
|
* cosmeticsAsk Solem2013-12-061-2/+2
|
* WordingAsk Solem2013-10-011-1/+3
|
* Adds kombu.clocks.timetupleAsk Solem2013-09-121-2/+49
|
* LamportClock: can now set Lock classAsk Solem2013-09-111-1/+1
|
* Merge branch 'master' into 3.0Ask Solem2012-11-271-8/+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
| * Test improvementsAsk Solem2012-11-221-5/+2
| |
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| |
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-0/+1
| |
* | Use more str.formatAsk Solem2012-11-131-1/+1
| |
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-4/+5
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-1/+0
|
* LamportClock.adjust now returns the new valueAsk Solem2012-11-021-0/+1
|
* Fixes Py2.5 compatAsk Solem2012-10-311-9/+4
|
* Adds LamportClock.sort_heap and LamportClock.sortAsk Solem2012-10-311-0/+34
|
* [pidbox] Now uses a logical clock, and expires replies received after the ↵Ask Solem2012-10-241-0/+6
| | | | timeout
* Adds back kombu.compat.entry_to_queue. Closes celery/celery#8322.3-archivedAsk Solem2012-08-051-2/+2
|
* Use single quotesAsk Solem2012-06-151-1/+1
|
* Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
|
* Merge branch 'master' into 2.0-develAsk Solem2011-09-271-2/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS examples/simple_task_queue/client.py examples/simple_task_queue/worker.py kombu/__init__.py kombu/common.py kombu/pools.py kombu/transport/amqplib.py kombu/transport/virtual/__init__.py kombu/utils/compat.py kombu/utils/encoding.py requirements/test-jython.txt tox.ini
| * PEP8ify + pyflakesv1.4.0Ask Solem2011-09-221-2/+6
| |
* | use with statementsAsk Solem2011-09-121-8/+3
| |
* | Merge branch 'master' into 2.0-develAsk Solem2011-09-121-6/+11
|\ \ | |/ | | | | | | | | Conflicts: kombu/connection.py kombu/pools.py
| * Adds examples to userguideAsk Solem2011-09-121-3/+2
| |
| * kombu.clocks can't use with statements in kombu 1.xAsk Solem2011-09-101-3/+9
| |
* | Adds __all__ to modulesAsk Solem2011-09-091-0/+2
| |
* | Merge branch 'master' into 2.0-develAsk Solem2011-09-091-0/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/clocks.py kombu/common.py kombu/pools.py kombu/syn.py kombu/utils/__init__.py kombu/utils/debug.py kombu/utils/encoding.py kombu/utils/eventio.py kombu/utils/finalize.py kombu/utils/log.py
| * Adds missing file headersAsk Solem2011-09-091-0/+10
| |
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-0/+2
|/
* Adds kombu.clocks.LamportClockAsk Solem2011-09-071-0/+51