summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a dict.keys() problem in layer2.py and an encoding problem in layer1.py.neoMitch Garnaat2012-03-292-2/+5
|
* Merge branch 'develop' into neoMitch Garnaat2012-03-291-0/+11
|\
| * Merge branch 'deleted_key_info' of https://github.com/tpodowd/boto into ↵Mitch Garnaat2012-03-291-0/+11
| |\ | | | | | | | | | tpodowd-deleted_key_info
| | * delete_key() now returns information on what was deleted.Thomas O'Dowd2012-03-271-0/+11
| | | | | | | | | | | | | | | | | | - delete_key() now returns a key object. The key object contains informatation on the version_id that was created or removed and if a delete_marker was created or removed.
* | | Merge branch 'develop' into neoMitch Garnaat2012-03-292-3/+6
|\ \ \ | |/ /
| * | Merge branches 'mulka-master' and 'develop' into developMitch Garnaat2012-03-290-0/+0
| | |
| * | made log_uri parameter optional in run_jobflow()Kyle Mulka2012-03-281-2/+3
| | |
| * | The namespace for the ChangeResourceRecordSetsRequest was still using the ↵Mitch Garnaat2012-03-271-1/+3
| |/ | | | | | | old namespace version. Closes #665.
* | More pylint cleanup.Mitch Garnaat2012-03-294-37/+49
| |
* | PEP8 cleanup.Mitch Garnaat2012-03-2847-551/+641
| |
* | PEP8 cleanup.Mitch Garnaat2012-03-2838-502/+607
| |
* | Updating setup.py file to remove packages.Mitch Garnaat2012-03-281-4/+2
| |
* | PEP8 cleanup and removing roboto which will be merged back into it's own ↵Mitch Garnaat2012-03-2812-1779/+1017
| | | | | | | | package.
* | Removing services which will be broken out as a separate package.Mitch Garnaat2012-03-289-860/+0
| |
* | Accomodating the moving of config.py from pyami to base dir.Mitch Garnaat2012-03-283-4/+4
| |
* | PEP8 and pyflakes cleanup. Deleting some stuff that will be moved to a ↵Mitch Garnaat2012-03-2828-1780/+499
| | | | | | | | separate package.
* | PEP8 and pyflakes cleanup.Mitch Garnaat2012-03-2717-254/+313
| |
* | PEP8 and pyflakes cleanup.Mitch Garnaat2012-03-279-132/+154
| |
* | PEP8 and pyflakes cleanup.Mitch Garnaat2012-03-275-10/+70
| |
* | PEP8 and pyflakes cleanup. Also removing deleted packages from setup.py.Mitch Garnaat2012-03-272-123/+0
| |
* | PEP8 and pyflakes cleanup.Mitch Garnaat2012-03-273-93/+151
| |
* | PEP8 and pyflakes cleanup.Mitch Garnaat2012-03-277-167/+215
| |
* | PEP8 / pyflakes cleanup.Mitch Garnaat2012-03-272-38/+59
| |
* | PEP8 / pyflakes cleanup.Mitch Garnaat2012-03-271-6/+12
| |
* | PEP8 / pyflakes cleanup.Mitch Garnaat2012-03-271-32/+45
| |
* | Removing modules that will be broken out as separate modules under boto ↵Mitch Garnaat2012-03-2716-2566/+0
| | | | | | | | organization.
* | Merge branch 'gholms-futureproof' into neoMitch Garnaat2012-03-27129-996/+1057
|\ \ | |/ |/|
| * Fixing unicode problem.Mitch Garnaat2012-03-271-0/+2
| |
| * Moving json to compat module.Mitch Garnaat2012-03-2711-151/+123
| |
| * Fix test.py importsGarrett Holmstrom2012-03-2780-521/+608
| | | | | | | | | | | | | | | | | | | | Result of first pass of manual merge from branch_master_python3k. Actually passes SDB tests on both 2.x and 3.x. Basic S3 operations are now working. Simple dynamodb requests now working in both versions.
| * except Exceptions as variablesGarrett Holmstrom2012-03-2722-51/+52
| |
| * Inherit exceptions from Exception, not StandardErrorGarrett Holmstrom2012-03-271-5/+5
| |
| * Use modern exception construction syntaxGarrett Holmstrom2012-03-2713-57/+57
| |
| * Misc forward-compatibility fixesGarrett Holmstrom2012-03-274-5/+5
| |
| * Compare against literal types, not types module classesGarrett Holmstrom2012-03-273-10/+9
| |
| * Make relative imports explicitGarrett Holmstrom2012-03-2734-188/+188
| |
| * Replace has_key with in operatorsGarrett Holmstrom2012-03-2724-54/+54
| |
| * Fix typo in XML for bucket location constraint.Thomas O'Dowd2012-03-271-2/+2
| | | | | | | | - <CreateBucketConstraint> should be <CreateBucketConfiguration>
| * Fall back to plain text launch config user dataJohn Reese2012-03-271-1/+4
| | | | | | | | | | | | | | In cases where launch configurations aren't returned as base64-encoded strings, Boto would raise an exception when b64decode() fails. This patch catches that exception, and falls back to loading the user data string as plain text.
| * Added marketplace fee parameters.Alec Koumjian2012-03-271-0/+5
| |
* | Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-03-263-3/+11
|\ \ | |/ |/|
| * Merge pull request #662 from tpodowd/fix_location_constraintMitch Garnaat2012-03-261-2/+2
| |\ | | | | | | Fix typo in XML for bucket location constraint.
| | * Fix typo in XML for bucket location constraint.Thomas O'Dowd2012-03-261-2/+2
| | | | | | | | | | | | - <CreateBucketConstraint> should be <CreateBucketConfiguration>
| * | Merge pull request #660 from jreese/developMitch Garnaat2012-03-261-1/+4
| |\ \ | | | | | | | | Fall back to plain text launch config user data
| | * | Fall back to plain text launch config user dataJohn Reese2012-03-231-1/+4
| | |/ | | | | | | | | | | | | | | | | | | In cases where launch configurations aren't returned as base64-encoded strings, Boto would raise an exception when b64decode() fails. This patch catches that exception, and falls back to loading the user data string as plain text.
| * | Merge pull request #658 from akoumjian/developMitch Garnaat2012-03-261-0/+5
| |\ \ | | |/ | |/| Added marketplace fee parameters.
| | * Added marketplace fee parameters.Alec Koumjian2012-03-211-0/+5
| | |
* | | Manually merging fix into develop branch. Fixes #624.Mitch Garnaat2012-03-261-2/+2
|/ /
* | Patches from Barnaby Gray to support new latency-based routing for Route53.Mitch Garnaat2012-03-212-7/+25
| |
* | Paying penance to PEP8 and pyflakes.Mitch Garnaat2012-03-2110-154/+174
|/