summaryrefslogtreecommitdiff
Commit message (Expand)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 tpodo...Mitch Garnaat2012-03-291-0/+11
| |\
| | * delete_key() now returns information on what was deleted.Thomas O'Dowd2012-03-271-0/+11
* | | 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 old...Mitch Garnaat2012-03-271-1/+3
| |/
* | 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 pack...Mitch Garnaat2012-03-2812-1779/+1017
* | 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 separ...Mitch Garnaat2012-03-2828-1780/+499
* | 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 organ...Mitch Garnaat2012-03-2716-2566/+0
* | 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
| * 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
| * Fall back to plain text launch config user dataJohn Reese2012-03-271-1/+4
| * 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.Thomas O'Dowd2012-03-261-2/+2
| * | Merge pull request #660 from jreese/developMitch Garnaat2012-03-261-1/+4
| |\ \
| | * | Fall back to plain text launch config user dataJohn Reese2012-03-231-1/+4
| | |/
| * | Merge pull request #658 from akoumjian/developMitch Garnaat2012-03-261-0/+5
| |\ \ | | |/ | |/|
| | * 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
|/