summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumping version numbers for 2.1.0 release.2.1.0Mitch Garnaat2011-10-272-3/+4
* Added logging config support for Google Cloud StorageTed Romer2011-10-264-4/+67
* Change default to use HTTPS rather than HTTP connection for MTurk. Closes #381.Mitch Garnaat2011-10-261-1/+1
* Changed default num_retries from 5 to 6 because of lower retry period that ma...Mike Schwartz2011-10-261-1/+1
* Merge branch 'master' of github.com:boto/botoMike Schwartz2011-10-261-2/+1
|\
| * move setuptools-specific kwargs to 'extra' dictJustin Riley2011-10-251-2/+1
* | Changed retry timers to use randomized binary exponential backoffMike Schwartz2011-10-262-4/+10
|/
* Restored MANIFEST.in, to fix setup.py sdist problem caused by commit c4c126d6...Mike Schwartz2011-10-251-0/+1
* Merge pull request #184 from liamf/masterMitch Garnaat2011-10-251-1/+5
|\
| * Back in sync with upstreamLiam Friel2011-06-172-70/+209
| * Merge branch 'master' of git://github.com/boto/botoLiam Friel2011-06-175-7/+54
| |\
| * \ experimentalLiam Friel2011-06-1762-384/+1049
| |\ \
| * | | Some tidy up of parameter namingLiam Friel2011-05-061-5/+8
| * | | Merge branch 'master' of git://github.com/boto/botoLiam Friel2011-05-063-4/+29
| |\ \ \
| * | | | Mods to allow creation of auto-scaling groups with alarmsLiam Friel2011-05-053-10/+24
* | | | | Incorporated a patch from sethalves to fix issue in converting an S3 object f...Mitch Garnaat2011-10-251-2/+1
* | | | | Merge pull request #376 from bluestatedigital/feature-autoscale-cliMitch Garnaat2011-10-251-0/+290
|\ \ \ \ \
| * | | | | Fixes to update-image and migrate-instancesJoel Barciauskas2011-10-201-8/+8
| * | | | | Update copyrightJoel Barciauskas2011-10-201-1/+1
| * | | | | Refactor asadmin, add update command, fix a couple bugsJoel Barciauskas2011-10-201-88/+76
| * | | | | Create command line tool for auto-scaling groupsJoel Barciauskas2011-10-201-0/+302
* | | | | | Merge pull request #374 from hyunjung/masterMitch Garnaat2011-10-251-4/+5
|\ \ \ \ \ \
| * | | | | | Populate the Constraints elementHyunjung Park2011-10-201-4/+5
* | | | | | | Merge pull request #357 from secretmike/masterMitch Garnaat2011-10-255-6/+507
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Mike Milner2011-10-037-27/+114
| |\ \ \ \ \ \ \
| * | | | | | | | Added cloudfront tests to unittest suite.Mike Milner2011-10-031-0/+4
| * | | | | | | | Cleaned up, added docstrings.Mike Milner2011-10-031-5/+64
| * | | | | | | | Changed NotImplemented to NotImplementedError.Mike Milner2011-10-031-1/+1
| * | | | | | | | Fixed bug signing unicode policies.Mike Milner2011-10-032-1/+14
| * | | | | | | | Refactored URL generation for better testing.Mike Milner2011-10-032-37/+59
| * | | | | | | | Fix line-length issues.Mike Milner2011-09-301-8/+29
| * | | | | | | | Add initial cloudfront signed url support.Mike Milner2011-09-303-1/+380
| * | | | | | | | Added cloudfront trusted_signers parameter.Mike Milner2011-09-301-4/+7
* | | | | | | | | Fixed name of CallerReference parameter in get_token_by_caller_reference meth...Mitch Garnaat2011-10-251-19/+39
* | | | | | | | | Fixed SDBManger when using a select statement but NOT an order_byChris Moyer2011-10-241-1/+1
* | | | | | | | | Merge pull request #378 from mbr/masterMike Schwartz2011-10-243-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Output a more helpful message when there is a certificate name mismatch.Marc Brinkmann2011-10-241-1/+4
| * | | | | | | | | Make cacerts.txt package data instead of just including it in sourceMarc Brinkmann2011-10-242-1/+2
* | | | | | | | | | Make parsing of AWS_CREDENTIAL_FILE a bit more robust.Mitch Garnaat2011-10-241-7/+11
|/ / / / / / / / /
* | | | | | | | | Merge pull request #375 from bluestatedigital/d62368c12704aa80ed4de2030bf058f...Victor Trac2011-10-201-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix indentation - convert tabs to spacesJoel Barciauskas2011-10-201-4/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Fixed up order by for use with selects in SDBMangerChris Moyer2011-10-201-3/+8
* | | | | | | | | Allow ordering by itemName() using __id__Chris Moyer2011-10-201-2/+7
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #373 from bluestatedigital/masterVictor Trac2011-10-192-6/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Set autoscale connection to use default debug if none specifiedJoel Barciauskas2011-10-191-1/+1
| * | | | | | | Upgrade autoscale API version to 2011-01-01, add support for force deleting a...Joel Barciauskas2011-10-192-5/+8
|/ / / / / / /
* | | | | | | Merge pull request #371 from bugi/masterMitch Garnaat2011-10-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use newer api version so that aws will tell us whether our db uses multiazBrian Grossman2011-10-181-1/+1
|/ / / / / / /
* | | | | | | Added xml subresource support for Google Storage logging configuration.Mike Schwartz2011-10-174-3/+120
* | | | | | | Merge pull request #370 from ryansb/masterChris Moyer2011-10-171-2/+10
|\ \ \ \ \ \ \