summaryrefslogtreecommitdiff
path: root/boto/mturk/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Updated conn params for security_token.Daniel Lindsley2014-01-131-2/+5
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+2
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-6/+6
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-1/+1
* An attempt at a fix for #1144 that doesn't break other services.Mitch Garnaat2012-12-031-139/+162
* Added support for a number of MTurk features:Dennis McRitchie2012-11-271-36/+90
* Merge pull request #1009 from acrefoot/developMitch Garnaat2012-10-101-4/+17
|\
| * get all quals fixGeorge Sequeira2012-10-011-2/+13
| * took out some extra crapGeorge Sequeira2012-09-241-4/+0
| * added the fix for get_qualifications_for_qualification_typeGeorge Sequeira2012-09-241-1/+5
| * added htmlquestion in connectionGeorge Sequeira2012-09-191-2/+2
| * added htmlquestion in connectionGeorge Sequeira2012-09-191-1/+3
* | Added set_sqs_notification based on these docs:acrefoot2012-09-261-1/+10
* | Add support for 'ApproveRejectedAssignment' on MTurkAndrew Watts2012-08-301-1/+9
|/
* Merging conflict in sdbmanager.py.Mitch Garnaat2012-06-101-13/+13
|\
| * Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-081-13/+13
* | Merge pull request #802 from gholms/lambda-tupleMitch Garnaat2012-06-101-1/+1
|\ \
| * | Don't give tuples to the lambda operatorGarrett Holmstrom2012-06-081-1/+1
| |/
* | Replace type() comparisons with isinstance()Garrett Holmstrom2012-06-081-4/+4
|/
* register_hit_type fix to return HITTypeId after registering new type callDmitry Kachaev2012-02-191-1/+9
* Merge pull request #438 from yig/masterMitch Garnaat2012-01-161-4/+2
|\
| * Fixed broken mturk.connection.QuestionFormAnswer based on bgreenlee pull requ...Yotam Gingold2011-12-271-3/+1
| * Fixed bug in mturk.connection.create_qualification_type().Yotam Gingold2011-12-161-1/+1
* | Fixed another occurrence of TestDuration which should, in fact, be TestDurati...Mitch Garnaat2012-01-041-1/+1
|/
* Changing param name RetryDelay to RetryDelayInSeconds. Closes #400.Mitch Garnaat2011-11-181-4/+4
* Change default to use HTTPS rather than HTTP connection for MTurk. Closes #381.Mitch Garnaat2011-10-261-1/+1
* Fix for "other" free text responses provided by SelectionAnswer questions. Cl...Trevor Pounds2011-08-171-1/+1
* Added GetQualificationScore for mturk.thaDude2011-05-121-2/+20
* Added UpdateQualificationScore for mturkthaDude2011-05-121-1/+9
* Fixing Sphinx warnings and errors. Warnings/errors in one module can lead to ...Greg Taylor2011-04-121-2/+3
* CreateQualificationType request was using TestDuration as a param rather than...Mitch Garnaat2011-03-251-1/+1
* Allow NotifyWorkers to send to multiple worker IDs. (API allows up to 100.)Seth Golub2011-03-141-2/+2
* Added get_qualifications_for_qualification_type()Seth Golub2011-02-031-0/+5
* Signed-off-by: unknown <Dudemeister@.(none)>Added methods for mturk operation...unknown2011-01-231-6/+80
* Added methods for some operations: create_qualification_type update_qualifica...Seth Golub2011-01-151-0/+133
* merging changes from origin.Mitch Garnaat2011-01-101-0/+10
|\
| * Added notify_workers to mturk.connection, to support sending messagesSeth Golub2011-01-061-0/+10
* | Lots of small changes to accomodate plug-in authentication mechanism. Still ...Mitch Garnaat2011-01-071-1/+3
|/
* QuestionForm instance as question keyword was not handled correctlyJames Dennis2010-12-141-1/+3
* Merging pull request 41 from bgreenlee.Mitch Garnaat2010-12-041-2/+2
* Add option to boto.cfg to enable sandbox mode in mturk.Brad Greenlee2010-11-091-1/+8
* Merge branch 'master' of http://github.com/jaraco/boto into jaraco-masterChris Moyer2010-10-121-33/+96
|\
| * Fixed test failures due to unprocessed duration timedelta objectsJason R. Coombs2010-09-051-6/+9
| * Merge branch 'master' of github.com:jaraco/botounknown2010-08-291-72/+117
| |\
| * | Fixed issue when qual_req parameter not supplied to register_hit_typeunknown2010-08-151-1/+3
| * | Merge commit '16ed9e2dee1a57'unknown2010-08-151-28/+87
| |\ \
| | * | Many changes from http://bitbucket.org/jaraco/boto for improvements to mechan...unknown2010-08-151-34/+93
* | | | Add a block/unblock worker method to mturk. Fixes issue 457.Mitch Garnaat2010-09-241-0/+16
| |_|/ |/| |
* | | Added response_group parameter to several methods. Fixes issue 433.Mitch Garnaat2010-08-191-75/+121
|/ /
* | Fixed problem in handling of list params. Fixes issue 425.Mitch Garnaat2010-07-311-2/+2