Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1791)

Issue 8386013: Merging in latest boto. (Closed)

Created:
9 years, 1 month ago by bradn
Modified:
9 years, 1 month ago
Reviewers:
nsylvain
CC:
chromium-reviews
Visibility:
Public.

Description

Merging in latest boto. BUG=http://code.google.com/p/chromium/issues/detail?id=102454 TEST=None R=nsylvain@google.com

Patch Set 1 #

Patch Set 2 : Redoing vendor drop by deleting and then merging. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11450 lines, -6010 lines) Patch
A .gitignore View 1 1 chunk +7 lines, -0 lines 0 comments Download
A Changelog.rst View 1 1 chunk +35 lines, -0 lines 0 comments Download
A MANIFEST.in View 1 1 chunk +1 line, -0 lines 0 comments Download
D README View 1 1 chunk +0 lines, -65 lines 0 comments Download
A README.markdown View 1 1 chunk +72 lines, -0 lines 0 comments Download
A bin/asadmin View 1 1 chunk +290 lines, -0 lines 0 comments Download
M bin/cfadmin View 1 1 chunk +73 lines, -69 lines 0 comments Download
M bin/cq View 1 2 chunks +11 lines, -4 lines 0 comments Download
A bin/cwutil View 1 1 chunk +140 lines, -0 lines 0 comments Download
M bin/launch_instance View 1 7 chunks +53 lines, -4 lines 0 comments Download
M bin/lss3 View 1 3 chunks +53 lines, -15 lines 0 comments Download
M bin/pyami_sendmail View 1 2 chunks +6 lines, -1 line 0 comments Download
M bin/route53 View 1 2 chunks +43 lines, -7 lines 0 comments Download
A + bin/s3multiput View 1 5 chunks +190 lines, -69 lines 0 comments Download
M bin/s3put View 1 7 chunks +21 lines, -9 lines 0 comments Download
M boto/__init__.py View 1 13 chunks +56 lines, -14 lines 0 comments Download
M boto/auth.py View 1 11 chunks +28 lines, -19 lines 0 comments Download
A + boto/cacerts/__init__.py View 1 2 chunks +3 lines, -4 lines 0 comments Download
A boto/cacerts/cacerts.txt View 1 1 chunk +633 lines, -0 lines 0 comments Download
A + boto/cloudformation/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
A boto/cloudformation/connection.py View 1 1 chunk +223 lines, -0 lines 0 comments Download
A boto/cloudformation/stack.py View 1 1 chunk +289 lines, -0 lines 0 comments Download
A boto/cloudformation/template.py View 1 1 chunk +43 lines, -0 lines 0 comments Download
M boto/cloudfront/__init__.py View 1 3 chunks +20 lines, -4 lines 0 comments Download
M boto/cloudfront/distribution.py View 1 7 chunks +221 lines, -18 lines 0 comments Download
M boto/cloudfront/invalidation.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M boto/connection.py View 1 28 chunks +380 lines, -116 lines 0 comments Download
M boto/ec2/__init__.py View 1 1 chunk +24 lines, -0 lines 0 comments Download
M boto/ec2/address.py View 1 4 chunks +12 lines, -3 lines 0 comments Download
M boto/ec2/autoscale/__init__.py View 1 5 chunks +457 lines, -69 lines 0 comments Download
M boto/ec2/autoscale/activity.py View 1 2 chunks +24 lines, -5 lines 0 comments Download
M boto/ec2/autoscale/group.py View 1 5 chunks +171 lines, -70 lines 0 comments Download
M boto/ec2/autoscale/instance.py View 1 2 chunks +18 lines, -4 lines 0 comments Download
M boto/ec2/autoscale/launchconfig.py View 1 5 chunks +100 lines, -9 lines 0 comments Download
A boto/ec2/autoscale/policy.py View 1 1 chunk +155 lines, -0 lines 0 comments Download
A + boto/ec2/autoscale/scheduled.py View 1 2 chunks +27 lines, -13 lines 0 comments Download
D boto/ec2/autoscale/trigger.py View 1 1 chunk +0 lines, -134 lines 0 comments Download
M boto/ec2/blockdevicemapping.py View 1 2 chunks +19 lines, -10 lines 0 comments Download
M boto/ec2/cloudwatch/__init__.py View 1 16 chunks +243 lines, -57 lines 0 comments Download
M boto/ec2/cloudwatch/alarm.py View 1 5 chunks +136 lines, -27 lines 0 comments Download
A + boto/ec2/cloudwatch/listelement.py View 1 2 chunks +10 lines, -3 lines 0 comments Download
M boto/ec2/cloudwatch/metric.py View 1 5 chunks +49 lines, -17 lines 0 comments Download
M boto/ec2/connection.py View 1 75 chunks +552 lines, -220 lines 0 comments Download
M boto/ec2/ec2object.py View 1 3 chunks +7 lines, -2 lines 0 comments Download
M boto/ec2/elb/__init__.py View 1 16 chunks +56 lines, -41 lines 0 comments Download
M boto/ec2/elb/healthcheck.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M boto/ec2/elb/loadbalancer.py View 1 4 chunks +11 lines, -0 lines 0 comments Download
M boto/ec2/elb/policies.py View 1 3 chunks +11 lines, -6 lines 0 comments Download
A + boto/ec2/elb/securitygroup.py View 1 2 chunks +13 lines, -10 lines 0 comments Download
M boto/ec2/image.py View 1 5 chunks +13 lines, -11 lines 0 comments Download
M boto/ec2/instance.py View 1 10 chunks +47 lines, -7 lines 0 comments Download
M boto/ec2/keypair.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M boto/ec2/securitygroup.py View 1 5 chunks +55 lines, -21 lines 0 comments Download
M boto/ec2/snapshot.py View 1 2 chunks +8 lines, -6 lines 0 comments Download
M boto/ec2/spotpricehistory.py View 1 2 chunks +3 lines, -0 lines 0 comments Download
M boto/ec2/volume.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/ecs/__init__.py View 1 1 chunk +7 lines, -1 line 0 comments Download
M boto/emr/bootstrap_action.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M boto/emr/connection.py View 1 12 chunks +170 lines, -23 lines 0 comments Download
M boto/emr/emrobject.py View 1 5 chunks +81 lines, -48 lines 0 comments Download
A + boto/emr/instance_group.py View 1 2 chunks +20 lines, -20 lines 0 comments Download
M boto/emr/step.py View 1 6 chunks +26 lines, -12 lines 0 comments Download
M boto/exception.py View 1 8 chunks +28 lines, -17 lines 0 comments Download
M boto/file/bucket.py View 1 5 chunks +21 lines, -10 lines 0 comments Download
M boto/file/key.py View 1 5 chunks +38 lines, -7 lines 0 comments Download
M boto/fps/connection.py View 1 10 chunks +85 lines, -21 lines 0 comments Download
M boto/gs/acl.py View 1 2 chunks +5 lines, -1 line 0 comments Download
M boto/gs/bucket.py View 1 3 chunks +40 lines, -1 line 0 comments Download
M boto/gs/connection.py View 1 2 chunks +54 lines, -1 line 0 comments Download
M boto/gs/key.py View 1 4 chunks +57 lines, -4 lines 0 comments Download
M boto/gs/resumable_upload_handler.py View 1 11 chunks +89 lines, -33 lines 0 comments Download
A boto/https_connection.py View 1 1 chunk +124 lines, -0 lines 0 comments Download
M boto/iam/connection.py View 1 14 chunks +42 lines, -16 lines 0 comments Download
A + boto/iam/summarymap.py View 1 2 chunks +16 lines, -9 lines 0 comments Download
M boto/jsonresponse.py View 1 5 chunks +28 lines, -11 lines 0 comments Download
M boto/manage/cmdshell.py View 1 3 chunks +79 lines, -12 lines 0 comments Download
M boto/mashups/iobject.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/mturk/connection.py View 1 9 chunks +37 lines, -10 lines 0 comments Download
M boto/mturk/notification.py View 1 1 chunk +11 lines, -2 lines 0 comments Download
M boto/mturk/question.py View 1 3 chunks +30 lines, -24 lines 0 comments Download
M boto/provider.py View 1 8 chunks +21 lines, -1 line 0 comments Download
M boto/pyami/bootstrap.py View 1 2 chunks +10 lines, -1 line 0 comments Download
M boto/pyami/config.py View 1 5 chunks +45 lines, -11 lines 0 comments Download
M boto/pyami/installers/ubuntu/ebs.py View 1 5 chunks +22 lines, -4 lines 0 comments Download
M boto/rds/__init__.py View 1 19 chunks +68 lines, -42 lines 0 comments Download
A boto/roboto/__init__.py View 1 1 chunk +1 line, -0 lines 0 comments Download
A boto/roboto/awsqueryrequest.py View 1 1 chunk +504 lines, -0 lines 0 comments Download
A boto/roboto/awsqueryservice.py View 1 1 chunk +121 lines, -0 lines 0 comments Download
A boto/roboto/param.py View 1 1 chunk +147 lines, -0 lines 0 comments Download
M boto/route53/connection.py View 1 8 chunks +74 lines, -39 lines 0 comments Download
M boto/route53/record.py View 1 4 chunks +47 lines, -11 lines 0 comments Download
M boto/s3/acl.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M boto/s3/bucket.py View 1 21 chunks +215 lines, -37 lines 0 comments Download
M boto/s3/bucketlistresultset.py View 1 2 chunks +4 lines, -2 lines 0 comments Download
M boto/s3/connection.py View 1 10 chunks +49 lines, -20 lines 0 comments Download
M boto/s3/key.py View 1 38 chunks +422 lines, -226 lines 0 comments Download
M boto/s3/multipart.py View 1 5 chunks +7 lines, -7 lines 0 comments Download
M boto/s3/prefix.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/s3/resumable_download_handler.py View 1 3 chunks +27 lines, -4 lines 0 comments Download
M boto/sdb/__init__.py View 1 1 chunk +25 lines, -5 lines 0 comments Download
M boto/sdb/connection.py View 1 4 chunks +21 lines, -11 lines 0 comments Download
M boto/sdb/db/blob.py View 1 1 chunk +12 lines, -5 lines 0 comments Download
M boto/sdb/db/manager/__init__.py View 1 1 chunk +3 lines, -0 lines 0 comments Download
M boto/sdb/db/manager/pgmanager.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/sdb/db/manager/sdbmanager.py View 1 14 chunks +90 lines, -16 lines 0 comments Download
M boto/sdb/db/manager/xmlmanager.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/sdb/db/model.py View 1 1 chunk +48 lines, -2 lines 0 comments Download
M boto/sdb/db/property.py View 1 11 chunks +85 lines, -10 lines 0 comments Download
M boto/sdb/db/sequence.py View 1 2 chunks +2 lines, -5 lines 0 comments Download
M boto/sdb/domain.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/sdb/item.py View 1 1 chunk +3 lines, -5 lines 0 comments Download
D boto/sdb/persist/__init__.py View 1 1 chunk +0 lines, -83 lines 0 comments Download
D boto/sdb/persist/checker.py View 1 1 chunk +0 lines, -302 lines 0 comments Download
D boto/sdb/persist/object.py View 1 1 chunk +0 lines, -207 lines 0 comments Download
D boto/sdb/persist/property.py View 1 1 chunk +0 lines, -371 lines 0 comments Download
D boto/sdb/persist/test_persist.py View 1 1 chunk +0 lines, -141 lines 0 comments Download
M boto/ses/__init__.py View 1 1 chunk +45 lines, -0 lines 0 comments Download
M boto/ses/connection.py View 1 10 chunks +86 lines, -22 lines 0 comments Download
M boto/sns/__init__.py View 1 1 chunk +59 lines, -0 lines 0 comments Download
M boto/sns/connection.py View 1 5 chunks +46 lines, -13 lines 0 comments Download
M boto/sqs/__init__.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M boto/sqs/connection.py View 1 10 chunks +71 lines, -48 lines 0 comments Download
M boto/sqs/jsonmessage.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M boto/sqs/queue.py View 1 1 chunk +1 line, -1 line 0 comments Download
M boto/storage_uri.py View 1 13 chunks +90 lines, -9 lines 0 comments Download
A + boto/sts/__init__.py View 1 2 chunks +37 lines, -19 lines 0 comments Download
A boto/sts/connection.py View 1 1 chunk +90 lines, -0 lines 0 comments Download
A boto/sts/credentials.py View 1 1 chunk +90 lines, -0 lines 0 comments Download
D boto/tests/__init__.py View 1 1 chunk +0 lines, -23 lines 0 comments Download
D boto/tests/cb_test_harnass.py View 1 1 chunk +0 lines, -71 lines 0 comments Download
D boto/tests/devpay_s3.py View 1 1 chunk +0 lines, -177 lines 0 comments Download
D boto/tests/mock_storage_service.py View 1 1 chunk +0 lines, -298 lines 0 comments Download
D boto/tests/test.py View 1 1 chunk +0 lines, -90 lines 0 comments Download
D boto/tests/test_ec2connection.py View 1 1 chunk +0 lines, -171 lines 0 comments Download
D boto/tests/test_gsconnection.py View 1 1 chunk +0 lines, -149 lines 0 comments Download
D boto/tests/test_resumable_downloads.py View 1 1 chunk +0 lines, -521 lines 0 comments Download
D boto/tests/test_resumable_uploads.py View 1 1 chunk +0 lines, -551 lines 0 comments Download
D boto/tests/test_s3connection.py View 1 1 chunk +0 lines, -187 lines 0 comments Download
D boto/tests/test_s3versioning.py View 1 1 chunk +0 lines, -147 lines 0 comments Download
D boto/tests/test_sdbconnection.py View 1 1 chunk +0 lines, -120 lines 0 comments Download
D boto/tests/test_sqsconnection.py View 1 1 chunk +0 lines, -137 lines 0 comments Download
M boto/utils.py View 1 10 chunks +102 lines, -18 lines 0 comments Download
M boto/vpc/__init__.py View 1 22 chunks +267 lines, -35 lines 0 comments Download
A + boto/vpc/internetgateway.py View 1 1 chunk +37 lines, -19 lines 0 comments Download
A boto/vpc/routetable.py View 1 1 chunk +109 lines, -0 lines 0 comments Download
M boto/vpc/subnet.py View 1 3 chunks +5 lines, -2 lines 0 comments Download
M docs/source/autoscale_tut.rst View 1 1 chunk +2 lines, -2 lines 0 comments Download
M docs/source/elb_tut.rst View 1 1 chunk +24 lines, -3 lines 0 comments Download
M docs/source/index.rst View 1 1 chunk +48 lines, -16 lines 0 comments Download
A docs/source/ref/cloudformation.rst View 1 1 chunk +27 lines, -0 lines 0 comments Download
M docs/source/ref/cloudfront.rst View 1 3 chunks +13 lines, -6 lines 0 comments Download
M docs/source/ref/ec2.rst View 1 2 chunks +10 lines, -3 lines 0 comments Download
A docs/source/ref/ecs.rst View 1 1 chunk +19 lines, -0 lines 0 comments Download
M docs/source/ref/iam.rst View 1 1 chunk +7 lines, -0 lines 0 comments Download
M docs/source/ref/index.rst View 1 1 chunk +10 lines, -5 lines 0 comments Download
M docs/source/ref/route53.rst View 1 1 chunk +5 lines, -5 lines 0 comments Download
A docs/source/ref/ses.rst View 1 1 chunk +21 lines, -0 lines 0 comments Download
A docs/source/ref/sts.rst View 1 1 chunk +25 lines, -0 lines 0 comments Download
M setup.py View 1 2 chunks +29 lines, -27 lines 0 comments Download
A + tests/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A + tests/autoscale/__init__.py View 1 2 chunks +2 lines, -4 lines 0 comments Download
A tests/autoscale/test_connection.py View 1 1 chunk +95 lines, -0 lines 0 comments Download
A tests/cloudfront/__init__.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/cloudfront/test_signed_urls.py View 1 1 chunk +311 lines, -0 lines 0 comments Download
A tests/db/test_password.py View 1 1 chunk +128 lines, -0 lines 0 comments Download
A tests/devpay/__init__.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/devpay/test_s3.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/ec2/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A + tests/ec2/cloudwatch/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A tests/ec2/cloudwatch/test_connection.py View 1 1 chunk +133 lines, -0 lines 0 comments Download
A tests/ec2/elb/test_connection.py View 1 1 chunk +104 lines, -0 lines 0 comments Download
A + tests/ec2/test_connection.py View 1 2 chunks +1 line, -2 lines 0 comments Download
A + tests/s3/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A + tests/s3/cb_test_harnass.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/s3/mock_storage_service.py View 1 8 chunks +61 lines, -6 lines 0 comments Download
A tests/s3/other_cacerts.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A + tests/s3/test_connection.py View 1 2 chunks +4 lines, -2 lines 0 comments Download
A tests/s3/test_encryption.py View 1 1 chunk +114 lines, -0 lines 0 comments Download
A + tests/s3/test_gsconnection.py View 1 5 chunks +35 lines, -5 lines 0 comments Download
A tests/s3/test_https_cert_validation.py View 1 1 chunk +137 lines, -0 lines 0 comments Download
A tests/s3/test_pool.py View 1 1 chunk +246 lines, -0 lines 0 comments Download
A + tests/s3/test_resumable_downloads.py View 1 9 chunks +43 lines, -7 lines 0 comments Download
A + tests/s3/test_resumable_uploads.py View 1 13 chunks +76 lines, -29 lines 0 comments Download
A + tests/s3/test_versioning.py View 1 2 chunks +1 line, -3 lines 0 comments Download
A + tests/sdb/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A + tests/sdb/test_connection.py View 1 1 chunk +0 lines, -2 lines 0 comments Download
A + tests/sqs/__init__.py View 1 2 chunks +1 line, -4 lines 0 comments Download
A + tests/sqs/test_connection.py View 1 2 chunks +2 lines, -3 lines 0 comments Download
A tests/test.py View 1 1 chunk +114 lines, -0 lines 0 comments Download
A tests/utils/test_password.py View 1 1 chunk +101 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
bradn
9 years, 1 month ago (2011-11-01 20:46:58 UTC) #1
bradn
9 years, 1 month ago (2011-11-01 21:08:20 UTC) #2
PTAL

Powered by Google App Engine
This is Rietveld 408576698