summaryrefslogtreecommitdiff
path: root/boto/fps
Commit message (Expand)AuthorAgeFilesLines
* Fixed up sphinx warnings in fps inline docsPascal Hakim2013-02-021-41/+67
* tweak decorators to handle non-API methodsAndy Davidoff2012-09-011-12/+2
* Add caller_reference to cbui_url method. Fixes #909.Mitch Garnaat2012-08-231-0/+1
* Update FPS to be py26 compatibleJames Saryerwinnie2012-06-183-15/+15
* Use sorted(foo) instead of foo.sort() afterwardsGarrett Holmstrom2012-06-081-2/+1
* rewrite of FPSAndy Davidoff2012-04-174-366/+830
* Added marketplace fee parameters.Alec Koumjian2012-03-211-0/+5
* Merged upstream boto.Thejaswi Puthraya2012-03-094-31/+84
|\
| * Tests need to be in the source distro but shouldn't be installed. Also, move...Mitch Garnaat2012-02-283-10/+0
| * Fixed name of CallerReference parameter in get_token_by_caller_reference meth...Mitch Garnaat2011-10-251-19/+39
| * changed make_marketplace_registration_url to be consistant with other functionsJonathan Drosdeck2011-06-271-1/+1
| * Fixed typosJonathan Drosdeck2011-06-261-2/+1
| * Fixed spelling errorJonathan Drosdeck2011-06-261-1/+1
| * Added support for additional parameters being passed into marketplace url cre...Jonathan Drosdeck2011-06-261-1/+1
| * Added missing parametersJonathan Drosdeck2011-06-261-0/+2
| * Fixed merge errorsJonathan Drosdeck2011-06-261-1/+47
| |\
| | * Added function for generating a marketplace urlJonathan Drosdeck2011-06-261-1/+46
| * | Cleaned up extraneous new linesJonathan Drosdeck2011-06-251-2/+0
| * | Altered make_url function to be easier to access for marketplace registrationJonathan Drosdeck2011-06-251-4/+1
| * | Removed custom generate recipeint url function. Modified existing make_url fu...Jonathan Drosdeck2011-06-251-56/+3
| * | Removed extra parameterJonathan Drosdeck2011-06-231-2/+1
| * | Added missing paramsJonathan Drosdeck2011-06-231-1/+1
| * | Added initial support for generating a registration url for the aws marketplaceJonathan Drosdeck2011-06-231-0/+56
| |/
* | Removed a stray commaThejaswi Puthraya2011-03-291-1/+1
* | Removed a stray print statement.Thejaswi Puthraya2011-03-291-1/+0
* | Added Response object to the FPS Response ResultSet.Thejaswi Puthraya2011-03-242-9/+22
* | Changes to make FPS work with the latest API (2010-08-28).Thejaswi Puthraya2011-03-241-20/+16
|/
* transaction amount required for URLKeith Fitzgerald2011-01-181-1/+2
* upgrade to use now required version 2 signatureKeith Fitzgerald2011-01-181-19/+32
* merging changes from origin.Mitch Garnaat2011-01-101-0/+4
|\
| * FPSConnection now uses SignatureVersion 2 (now required by Amazon).Jason R. Coombs2011-01-031-1/+1
| * Added test to do a simple caller instruction (fails due to signature version)Jason R. Coombs2011-01-031-0/+4
* | Lots of small changes to accomodate plug-in authentication mechanism. Still ...Mitch Garnaat2011-01-071-1/+3
* | Fixing up remaining references to hmac.Mitch Garnaat2011-01-061-4/+1
|/
* Merge branch 'master' of http://github.com/jaraco/boto into jaraco-masterChris Moyer2010-10-123-7/+44
|\
| * Updated FPSConnection to use a real endpoint unless the sandbox is used for t...unknown2010-09-261-2/+8
| * Fixed pay call (which wasn't using the correct parameters for the API version...Jason R. Coombs2010-09-251-5/+16
| * Removed pdb traceJason R. Coombs2010-09-241-1/+0
| * Fixed error in verify_signature usage. Added a test to prove the functionalityJason R. Coombs2010-09-243-1/+7
| * Adding method to verify a signatureunknown2010-09-231-0/+15
* | Incorporating FPS patch from cariaso. See issue 82.Mitch Garnaat2010-09-241-5/+3
|/
* Incorporating a patch from James Christie to add important functionality to F...Mitch Garnaat2010-08-241-14/+147
* Fixed bug with default path for FPS module.Chris Moyer2010-08-021-1/+1
* Adjusting FPSConnection params to match AWSQueryConnection constructor. Fixe...Mitch.Garnaat2010-06-221-7/+7
* Fixed typo bugs. Related to issue 392.Mitch.Garnaat2010-06-211-2/+1
* Manually added previously submitted patch from cariaso to fix an FPS issue. ...Mitch.Garnaat2010-06-151-6/+16
* fixed a couple bugs caused by typos in variable names - thanks pyflakespaltman2010-02-221-3/+2
* Removed the tabs from the only other files that had them.walsh1592010-01-131-128/+128
* added FPS docspaltman2009-09-191-0/+2
* Added some FPS supportkopertop2008-02-272-0/+194