summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improvements and cosmetics for Issue #281sqsoptsAsk Solem2013-12-132-83/+88
* Tests should not use the filesystemAsk Solem2013-12-121-126/+31
* Fix Python 3 unit tests in Travis CI.Matt Wise2013-12-033-7/+5
* Skip SQS unit tests in Python 3.3.Matt Wise2013-12-031-0/+6
* Remove kombu.trasnport.SQS from the coverage report exclusion list.Matt Wise2013-12-031-1/+0
* Fix SQS tests in Python 3.3Matt Wise2013-12-031-2/+0
* Add boto to the requirements for TravisCI testsMatt Wise2013-12-031-0/+1
* Skip transport.SQS unit tests if Boto is not installedMatt Wise2013-12-031-2/+14
* Use the Amazon SQS Bulk Fetch API to implement the Kombu prefetch_count.Matt Wise2013-12-023-2/+185
* Make _get() simpler, move most logic into private methods.Matt Wise2013-12-022-16/+94
* Use real Queue objects to test publishing/consuming messages in SQS tests.Matt Wise2013-12-021-12/+24
* More consistent test queue nameMatt Wise2013-12-021-1/+1
* Pyflakes cleanupMatt Wise2013-12-021-2/+2
* Add test_get_with_empty_list method to check that Empty is raisedMatt Wise2013-12-021-0/+4
* Pep8 cleanupMatt Wise2013-12-021-4/+15
* Revert "Add 'messages_to_fetch' option to kombu.transport.SQS. Default to 10."Matt Wise2013-12-022-163/+29
* Add can_consume_max_estimate() method to QoS object.Matt Wise2013-12-021-0/+15
* Add myself to the AUTHORS fileMatt Wise2013-11-221-0/+1
* Add 'messages_to_fetch' option to kombu.transport.SQS. Default to 10.Matt Wise2013-11-222-29/+163
* Add basic put/get unit tests for kombu.transport.SQSMatt Wise2013-11-212-9/+43
* Initial unit testing framework for kombu.transport.SQS package.Matt Wise2013-11-212-1/+207
* Fixes versionAsk Solem2013-11-211-1/+1
* Sets release-date for 3.0.6Ask Solem2013-11-211-1/+1
* Changes by -> release-byAsk Solem2013-11-211-86/+86
* Updates ChangelogAsk Solem2013-11-211-1/+11
* Bumps version to 3.0.6v3.0.6Ask Solem2013-11-211-1/+1
* Updates ChangelogAsk Solem2013-11-211-0/+4
* Tests passingAsk Solem2013-11-211-2/+2
* flakesAsk Solem2013-11-214-21/+39
* Redis transport: Make sure PUBSUB message does not crash the transport (Issue...Ask Solem2013-11-211-8/+11
* kombu.VERSION is now a namedtupleAsk Solem2013-11-202-3/+9
* Updates ChangelogAsk Solem2013-11-201-0/+19
* Timer: Do not hash on kwargs. Closes #275Ask Solem2013-11-201-1/+1
* Adds by field againAsk Solem2013-11-201-1/+69
* Adds Fabrice Rabaute to AUTHORSAsk Solem2013-11-201-0/+1
* Check against correct typesFabrice Rabaute2013-11-201-3/+5
* Importing kqueue should not fail because of a missing KQ_ constantAsk Solem2013-11-181-31/+27
* Redis Unixsocket: Support setting virtual host in queryAsk Solem2013-11-181-18/+26
* Bumps version to 3.0.5v3.0.5Ask Solem2013-11-152-2/+2
* Updates ChangelogAsk Solem2013-11-151-0/+23
* Now depends on amqp 1.3.3Ask Solem2013-11-152-2/+2
* Adds bitdeliAsk Solem2013-11-152-1/+4
* [Py3] anyjson.loads requires string argument. Closes #270Ask Solem2013-11-159-14/+20
* Avoid hardcoded path to CoreServices libraryAsk Solem2013-11-141-4/+3
* Merge branch '3.0'Ask Solem2013-11-141-0/+1
|\
| * Adds Victor Garcia to AUTHORSAsk Solem2013-11-141-0/+1
* | Merge pull request #269 from dongweiming/modify_transport_mongodbAsk Solem Hoel2013-11-141-4/+1
|\ \ | |/ |/|
| * Modify: transport/mongodbdongweiming2013-11-131-4/+1
* | Merge pull request #273 from victorgp/masterAsk Solem Hoel2013-11-141-1/+1
|\ \
| * | fixing small bug in prepare_message method: type object argument after ** mus...Victor Garcia2013-11-131-1/+1
|/ /