summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop'2.6.0Mitch Garnaat2012-09-192-5/+72
|\
| * Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-09-192-5/+72
| |\
| | * Merge pull request #1002 from jamesls/glacier-job-downloadMitch Garnaat2012-09-192-5/+72
| | |\
| | | * Add a method to download an archive to a fileJames Saryerwinnie2012-09-192-5/+72
* | | | Adding beanstalk to setup.py and docs index.Mitch Garnaat2012-09-192-2/+3
* | | | Merge branch 'release-2.6.0'Mitch Garnaat2012-09-19237-3631/+13825
|\ \ \ \ | |/ / /
| * | | Bumping version number.Mitch Garnaat2012-09-192-27/+39
| |/ /
| * | Fixing default endpoint.Mitch Garnaat2012-09-191-6/+1
| |/
| * Merge branch 'glacier-list-jobs' into developJames Saryerwinnie2012-09-192-8/+10
| |\
| | * Add status_code and completed param to list_jobsJames Saryerwinnie2012-09-191-0/+4
| | * Use the params arg to AWSAuthConnection.make_requestJames Saryerwinnie2012-09-191-6/+1
| | * Add params arg to AWSAuthConnection.make_requestJames Saryerwinnie2012-09-191-2/+5
| |/
| * Merge pull request #997 from nkvoll/cfn-arnsMitch Garnaat2012-09-192-4/+29
| |\
| | * Support for cloudformation stacks that uses SNS for notificationsNjal Karevoll2012-09-191-2/+18
| | * Test that NotificationARNs are parsed correctlyNjal Karevoll2012-09-191-2/+11
| * | Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-09-191-7/+6
| |\ \
| | * | Remove region arg from connect_glacierJames Saryerwinnie2012-09-191-7/+6
| * | | Adding get_region() back into ec2 module. Still used and removing it is caus...Mitch Garnaat2012-09-191-0/+18
| |/ /
| * | Adding cert test for Glacier.Mitch Garnaat2012-09-191-0/+40
| * | Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-1963-284/+1315
| |\ \
| | * | Changing comment to reflect new default behavior.Mitch Garnaat2012-09-161-2/+4
| | * | Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-0517-32/+61
| | * | Adding a validate_certs parameter.Mitch Garnaat2012-09-051-4/+13
| | * | WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-0544-144/+847
| | * | WIP commit. Changing default behavior, updating endpoints to match commonNam...Mitch Garnaat2012-09-0411-49/+292
| | * | WIP commit.Mitch Garnaat2012-08-236-74/+119
| * | | Merge branch 'glacier' into developMitch Garnaat2012-09-1926-14/+2184
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #975 from tedder/8cd93058131df93932d8ea99e4e78ce0695a3ad8Mitch Garnaat2012-09-191-0/+18
| | |\ \
| | | * | add connect_glacier to the main boto object.tedder2012-09-081-0/+18
| | * | | Merge pull request #994 from jamesls/glacier-concurrentMitch Garnaat2012-09-183-8/+248
| | |\ \ \
| | | * | | Add threaded multipart archive upload for glacierJames Saryerwinnie2012-09-183-8/+248
| | |/ / /
| | * | | Merge branch 'glacier-l1-bugfix' into glacierJames Saryerwinnie2012-09-181-15/+14
| | |\ \ \
| | | * | | Bug fix: format strings had an extra '%s'James Saryerwinnie2012-09-181-3/+3
| | | * | | Pep 8 cleanupJames Saryerwinnie2012-09-181-3/+1
| | | * | | Bug fix: limit/marker should be keys in params dictJames Saryerwinnie2012-09-181-8/+8
| | | * | | Bug fix: s/params_list/param_list/James Saryerwinnie2012-09-181-1/+1
| | | * | | Bug fix: import urllibJames Saryerwinnie2012-09-181-0/+1
| | |/ / /
| | * | | Merge branch 'win-binary-file' into glacierJames Saryerwinnie2012-09-171-2/+3
| | |\ \ \
| | | * | | Ensure file is opened in binary mode, fixes #988James Saryerwinnie2012-09-171-2/+3
| | |/ / /
| | * | | A few PEP8 cleanups.Mitch Garnaat2012-09-161-3/+4
| | * | | glacier: fix Vault.retrieve_archive result typeRobie Basak2012-09-161-1/+1
| | * | | Merge pull request #980 from almost/glacierMitch Garnaat2012-09-121-0/+28
| | |\ \ \
| | | * \ \ Merge pull request #1 from yamatt/glacierThomas Parslow2012-09-121-0/+28
| | | |\ \ \
| | | | * | | Added retreive-inventory functionMatthew Copperwaite2012-09-101-0/+28
| | | |/ / /
| | * | | | Merge branch 'glacier-closedfile' into glacierJames Saryerwinnie2012-09-111-1/+2
| | |\ \ \ \
| | | * | | | Raise a ValueError when writing to a closed fileJames Saryerwinnie2012-09-111-1/+2
| | |/ / / /
| | * | | | Merge pull request #977 from jamesls/glacier-filereadMitch Garnaat2012-09-105-22/+64
| | |\ \ \ \
| | | * | | | Allow upload_archive to accept file like objectsJames Saryerwinnie2012-09-105-18/+59
| | | * | | | Allow single op threshold to be configurableJames Saryerwinnie2012-09-061-4/+5
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #968 from jamesls/glacier-perfMitch Garnaat2012-09-102-9/+37
| | |\ \ \ \ | | | |/ / / | | |/| | |