Commit Graph

2796 Commits

Author SHA1 Message Date
Ask Solem 7708a66ab2 Now depends on amqp 2.1.2 2016-12-07 14:15:23 -08:00
bmbouter a960140e2f Switch to using getattr in qpid.Transport.__del__ (#667)
The __init__ function calls verify_runtime_environment before setting
the use_async_interface variable.  If it throws an exception in that
function, the __del__ method will be called, and raises an
AttributeError

using getattr in the __del__ method to guard against this
2016-11-30 22:32:32 +06:00
Patrick Creech 82f026eafa Switch to using getattr in qpid.Transport.__del__ (#658)
The __init__ function calls verify_runtime_environment before setting
the use_async_interface variable.  If it throws an exception in that
function, the __del__ method will be called, and raises an
AttributeError

using getattr in the __del__ method to guard against this
2016-11-30 21:13:44 +06:00
Anton Chaporgin 7e1e06b0f9 remove natural sort (#638)
I am no mongodb specialist, but there is an explicit mentioning in MongoDb docs about natural sorting:
"Queries that include a sort by $natural order do not use indexes to fulfill the query predicate"
https://docs.mongodb.com/v3.2/reference/method/cursor.sort/#index-use

So as far as we have "query" index set in ensure_indexes, so this will not be used according to the docs.
2016-11-30 17:55:01 +06:00
Toomore Chiang f2b926aeb6 Fixed wrong keyword argument `channel` (#652) 2016-11-30 17:53:09 +06:00
thaddock d4157f88c9 Update comments about SQS long polling. (#666)
Issue #665
2016-11-30 00:25:22 +06:00
Ask Solem a3891333de flakes 2016-11-22 13:43:49 -08:00
Ask Solem 0513fd8bef CI: Removes pypy3 target 2016-11-21 14:48:44 -08:00
Ask Solem 173b7a17d5 Merge branch 'master' of github.com:celery/kombu 2016-11-11 13:59:07 -08:00
Ask Solem bf64bf0c23 Safe argument to urllib.quote must be bytes on Py2. Closes #645 2016-11-11 13:58:59 -08:00
Carlos Edo 32997b17be fixed rpc example (#650) 2016-11-10 23:58:50 +06:00
Cemre Mengu 306445f436 Update consumers.rst (#647)
Added content type note for dummies like me
2016-11-08 14:38:03 +06:00
Ask Solem 6aa0204f10 Merge entries in 3.0 branch Changelog 2016-11-02 13:47:10 -07:00
Ask Solem b33eb16e2e Changelog typo 2016-11-02 13:46:26 -07:00
Ask Solem b48a887a86 Sets release date for 4.0 2016-10-28 16:44:17 -07:00
Ask Solem f6b0e7267a flakes 2016-10-28 16:22:45 -07:00
Ask Solem a7fda57557 Try to fix test suite 2016-10-28 16:17:13 -07:00
Ask Solem 5946409b9c Fixes SQS tests 2016-10-28 16:07:19 -07:00
Ask Solem 543d837848 Sets version to 4.0 2016-10-28 15:51:16 -07:00
Ask Solem e3d4b4ed53 Tests: Now depends on case 1.5.1 2016-10-28 15:50:25 -07:00
Ask Solem 27aae407f1 Tests: Now depends on case 1.5 2016-10-28 15:46:40 -07:00
Ask Solem baeef7ac1a Ports Qpid unit tests to pytest 2016-10-28 15:46:25 -07:00
Ask Solem 95d904801d Dist: Updates bdist_rpm requirements 2016-10-28 11:43:00 -07:00
Ask Solem 958ed450f6 flakes 2016-10-27 17:05:46 -07:00
Ask Solem 84d1eb9501 Exchange.publish now supports str/bytes argument 2016-10-27 17:01:00 -07:00
Ask Solem fb46262ee5 Signature of Message is now Message(body, channel=), not Message(channel, body=) 2016-10-27 16:55:40 -07:00
Ask Solem 4594655066 Removes deprecated serialiation.encode,.decode 2016-10-27 16:19:05 -07:00
Ask Solem 5d91ef3dbe Doc fixes 2016-10-27 16:15:40 -07:00
Ask Solem ded6f0c873 Entities can now be declared without binding to channel: entity.declare(channel=channel) 2016-10-27 14:22:19 -07:00
Ask Solem 43efbdf5c5 Fill in missing documentation 2016-10-26 18:01:55 -07:00
Ask Solem 719cd7b2af Producer.auto_declare now declares on first publish 2016-10-26 17:41:50 -07:00
Ask Solem 441a738102 Updates Changelog 2016-10-24 13:14:25 -07:00
Ask Solem c7fe94fa05 Bumps version to 4.0.0rc6 2016-10-21 17:49:46 -07:00
Ask Solem dac81908fd Json: Adds ability to override default encoder 2016-10-21 17:49:07 -07:00
Ask Solem 974fa0200b Connection: Fixes missing connection on Connection._revive 2016-10-17 14:59:16 -07:00
Ask Solem 62e2cf52cb Bumps version to 4.0.0rc5 2016-10-14 17:55:10 -07:00
Ask Solem 4c47054296 Now depends on amqp 2.1.1 2016-10-14 17:54:43 -07:00
Ask Solem 011157509d Fixes typo expire -> expires 2016-10-14 17:45:07 -07:00
Alan Justino 90b2f2edb7 Pidbox: Mailbox new arguments: TTL and expiry.
New keyword arguments added:

- queue_expires
- queue_ttl
- reply_queue_expires
- reply_queue_ttl

All take seconds in int/float.
2016-10-14 17:24:01 -07:00
Ask Solem 95e4c9ab21 Adds kombu.utils.time to API Reference 2016-10-14 17:01:45 -07:00
Ask Solem 47dcb9ead7 Removes left-over print statement 2016-10-14 16:58:58 -07:00
Ask Solem cb0f7ea222 Pidbox: Use Queue.expires instead of setting queue argument 2016-10-14 16:58:20 -07:00
Ask Solem 37f5b4ab86 Updates Changelog 2016-10-14 16:58:06 -07:00
Ask Solem 3dec40a007 Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (Issue #629) 2016-10-14 16:53:03 -07:00
Ask Solem 42c8b17d49 oid_from now accepts threads argument that if set to false does not use get_ident() 2016-10-13 14:31:01 -07:00
Ask Solem c457a88459 pep257 -> pydocstyle 2016-10-11 14:59:00 -07:00
Ask Solem c4787c452c Travis: adds pydocstyle target 2016-10-11 14:07:25 -07:00
Ask Solem b6893da353 Moves pydocstyle config to setup.cfg 2016-10-11 13:33:10 -07:00
Ask Solem 0cc7a517fa Fixes flakes 2016-10-11 12:48:50 -07:00
Ask Solem 836512cadd Adds pydocstyle as a tox target 2016-10-11 12:33:31 -07:00