summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added missing .py3kportShawn Bernard2014-01-281-1/+1
* commented out an ETag crash which should not be happeningShawn Bernard2014-01-281-3/+3
* added decode() for an rstrip to properly convert itShawn Bernard2014-01-281-1/+2
* Merge pull request #1847 from mkolodny/py3kportDaniel Lindsley2013-11-061-1/+1
|\
| * Update rsa to the latest versionMichael Kolodny2013-11-061-1/+1
|/
* Merge pull request #1787 from ryang-inova/py3kportDaniel G. Taylor2013-10-142-3/+16
|\
| * adding support for QueueOwnerAWSAccountId to GetQueueUrlRyan Grigsby2013-10-112-2/+13
| * add support for QueueOwnerAWSAccountId to GetQueueUrlRyan Grigsby2013-10-111-1/+3
|/
* Merge remote-tracking branch 'kurin/py3kport' into py3kportDaniel Lindsley2013-09-03134-605/+5935
|\
| * Fix setup.py to properly call 2to3.Toby Burress2013-08-131-11/+23
| * Avoid hash randomization here, too.Toby Burress2013-07-291-1/+5
| * Some violence to get around hash randomization.Toby Burress2013-07-291-4/+4
| * This is why yo don't copy & paste python3 code.Toby Burress2013-07-291-2/+2
| * Require simplejson.Toby Burress2013-07-291-0/+1
| * Bytes fixes.Toby Burress2013-07-293-8/+14
| * Decode the HTTP response into a string.Toby Burress2013-07-291-3/+3
| * Mock object can't be ordered with ints in py3Toby Burress2013-07-291-0/+1
| * Encode key/value pairs as strings.Toby Burress2013-07-291-3/+4
| * This was broken in the merge.Toby Burress2013-07-291-2/+8
| * Convert HTTP response to string.Toby Burress2013-07-291-3/+4
| * Return hmac as a string, not as bytes.Toby Burress2013-07-291-2/+3
| * Merge branch 'develop' into py3kportToby Burress2013-07-29127-568/+5737
| |\
| | * Added notes about merging pull requests.Daniel Lindsley2013-07-241-0/+23
| | * Merge branch 'release-2.9.9' into developDaniel Lindsley2013-07-242-3/+3
| | |\
| | | * Bumping version to 2.9.9Daniel Lindsley2013-07-242-3/+3
| | |/
| | * Added release notes for v2.9.9.Daniel Lindsley2013-07-242-0/+51
| | * Revert "Added "lookup" and "new_item" to dynamodb2.table, which makes it more"Daniel Lindsley2013-07-241-42/+0
| | * Merge branch 'opsworks-update' into developDaniel Lindsley2013-07-241-185/+469
| | |\
| | | * Updated Opsworks for support AMI ID & configuration managers.Daniel Lindsley2013-07-241-185/+469
| | * | Merge remote-tracking branch 'taylordt/cs-json-error' into developDaniel Lindsley2013-07-242-4/+48
| | |\ \
| | | * | Add unit tests for #1555 to ensure behavior works as expectedDaniel G. Taylor2013-07-241-3/+35
| | | * | Added a try block around json.loads call, and code to look for 403 errorsAdrian2013-07-241-1/+13
| | |/ /
| | * | Merge remote-tracking branch 'franc-carter/dbsubnetgroup' into developDaniel Lindsley2013-07-233-0/+254
| | |\ \
| | | * \ Merge branch 'develop' of git://github.com/boto/boto into dbsubnetgroupFranc Carter2013-05-19151-1525/+18679
| | | |\ \
| | | * | | add integration testFranc Carter2013-03-242-6/+103
| | | * | | updat incorrect copyrightFranc Carter2013-03-061-1/+1
| | | * | | Initial support for DBSubnetGroupFranc Carter2013-02-172-1/+162
| | * | | | Merge remote-tracking branch 'taylordt/ses-dkim-list' into developDaniel Lindsley2013-07-233-1/+84
| | |\ \ \ \
| | | * | | | Reformat SES unit tests for PEP8Daniel G. Taylor2013-07-231-9/+14
| | | * | | | Add unit tests for SES identity call DKIM token list response to test previou...Daniel G. Taylor2013-07-232-0/+77
| | | * | | | Merge branch 'develop' of https://github.com/cellofellow/boto into ses-dkim-listDaniel G. Taylor2013-07-231-1/+2
| | | |\ \ \ \
| | | | * | | | Added DkimTokens as a list marker.Joshua Gardner2013-06-101-1/+2
| | * | | | | | Fix compatibility issues with python 2.5lochiiconnectivity2013-07-232-14/+15
| | * | | | | | Set secure connection to elb api as default, as for any other connectionLouis Pery2013-07-231-1/+1
| | * | | | | | Merge remote-tracking branch 'holzman/issue/1600' into developDaniel Lindsley2013-07-232-2/+65
| | |\ \ \ \ \ \
| | | * | | | | | Cleanup no_proxy environment variable during testsBurt Holzman2013-07-161-2/+2
| | | * | | | | | Remove extra whitespaceBurt Holzman2013-07-151-2/+0
| | | * | | | | | Fix no_proxy support, add https support, add testsBurt Holzman2013-07-152-2/+48
| | | * | | | | | Add support for no_proxy to HTTP connectionsBurt Holzman2013-07-151-1/+20
| | * | | | | | | Merge branch 'cloudfront-logging' into developDaniel Lindsley2013-07-232-4/+25
| | |\ \ \ \ \ \ \