summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [v3.0] Add newer Python 3 versions to build matrix (#1111)3.0Michael Manganiello2019-11-036-98/+70
* fix(python3): replace reserved keyword async with asynchronous (#1100)joe2019-09-2311-21/+21
* Switch to using getattr in qpid.Transport.__del__ (#668)bmbouter2016-11-301-1/+1
* Bumps version to 3.0.37v3.0.37Ask Solem2016-10-062-2/+2
* Updates ChangelogAsk Solem2016-10-061-1/+12
* Fix Connection.info() json compatibility. Closes #635Ask Solem2016-10-061-3/+8
* Bumps version to 3.0.36v3.0.36Ask Solem2016-09-302-2/+2
* Updates ChangelogAsk Solem2016-09-301-0/+21
* Adds Raphael Michel to AUTHORSAsk Solem2016-09-301-0/+1
* Merge pull request #618 from bmbouter/fixes-qpid-tests-so-all-tests-run-3.0bmbouter2016-08-091-36/+0
|\
| * Removes some Qpid tests causing other test skipsBrian Bouterse2016-08-091-36/+0
|/
* Adds Emmanuel Cazenave to AUTHORSAsk Solem2016-07-081-0/+1
* Fix deepcopy bug of a connection with alernate urlEmmanuel Cazenave2016-07-081-0/+1
* Reproduce a deepcopy bug of a Connection instanceEmmanuel Cazenave2016-07-081-1/+6
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-06-154-4/+4
* Fix redis unix socket connection; https://github.com/celery/celery/issues/2903Raphael Michel2016-05-261-0/+5
* Fixes outdated Connection docstringAsk Solem2016-04-221-5/+13
* Update mixins.pyfirefly42682016-04-121-1/+1
* Merge branch '3.0' of github.com:celery/kombu into 3.0Ask Solem2016-04-042-56/+98
|\
| * Merge pull request #579 from bmbouter/577-English-IPAbmbouter2016-04-012-56/+98
| |\
| | * Qpid Transport pipe usage is only for asynchronous operationBrian Bouterse2016-04-012-56/+98
* | | Broadcast must retain queue name between copy/pickle. Closes #578Ask Solem2016-04-042-5/+15
* | | [Redis] redis.UnixDomainSocketConnection inherits from redis.Connection but t...Ask Solem2016-04-041-0/+5
|/ /
* | [redis] socket_connect_timeout first supported by redis 2.10. Closes #576Ask Solem2016-03-312-6/+8
|/
* Bumps version to 3.0.35 and updates Changelogv3.0.35Ask Solem2016-03-223-2/+22
* [qpid] Fixes rst syntax errors in docstringsAsk Solem2016-03-221-124/+164
* [docs] Fixes rst typo in ChangelogAsk Solem2016-03-221-1/+2
* [docs] requirements/docs.txt now depends on kombu[mongodb]Ask Solem2016-03-221-0/+1
* [docs] Adds IntersphinxAsk Solem2016-03-221-1/+30
* Fixes Py2.6 compatibilityAsk Solem2016-03-211-1/+1
* Redis: Adds socket_keepalive,socket_keepalive_options,socket_connect_timeout ...Ask Solem2016-03-211-6/+25
* [redis] Typo caused TimeoutErrors to no longer be treated as connection error...Ask Solem2016-03-151-1/+1
* flakesAsk Solem2016-03-081-1/+1
* [msgpack] Use new use_bin_type option in msgpack 0.4. Closes #570Ask Solem2016-03-083-24/+25
* [SQS] bot does not support Python 3, so skip SQS in CI tests.Ask Solem2016-03-032-9/+14
* Fixes buildv3.0.34Ask Solem2016-03-031-2/+7
* Bumps version to 3.0.34 and updates ChangelogAsk Solem2016-03-033-3/+5
* [msgpack] msgpack should not use utf-8 encoding. Closes #570Ask Solem2016-03-031-4/+1
* Updates ChangelogAsk Solem2016-03-021-0/+18
* Merge pull request #567 from hudolejev/3.0Ask Solem Hoel2016-03-021-2/+2
|\
| * Sync setup.cfg with requirements/default.txtJuri Hudolejev2016-02-071-2/+2
* | Merge pull request #571 from bmbouter/updates-qpid-callbacksbmbouter2016-02-162-16/+38
|\ \
| * | Updates Qpid transport with updated names of Qpid async interfaceBrian Bouterse2016-02-162-16/+38
|/ /
* | Merge pull request #569 from bmbouter/568-add-error-handling-supportbmbouter2016-02-091-0/+9
|\ \ | |/ |/|
| * Adds asynchronous error handling to Qpid transportBrian Bouterse2016-02-091-0/+9
|/
* Merge pull request #564 from bmbouter/fixes-563bmbouter2016-01-252-25/+21
|\
| * Switches delivery_tag to uuid.uuid4() for Qpid transportBrian Bouterse2016-01-252-25/+21
|/
* Merge pull request #562 from bmbouter/implements-late-acking-workaroundbmbouter2016-01-252-13/+2
|\
| * @acks_late usage in Qpid Transport now acks all messagesBrian Bouterse2016-01-252-9/+3
| * Revert "@acks_late usage in Qpid Transport now acks all messages"Brian Bouterse2016-01-251-5/+0
|/