summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix create_scheduled_group_action to support setting to 0.2.0_stableBrian Beach2011-08-101-3/+3
* The current EC2 api, if given the Tag.n.Value parameter the empty string, wil...jmallen2011-08-031-3/+2
* Be more tolerant of non-xml error responses. Make sure roboto-based CLI tools...Mitch Garnaat2011-07-282-1/+6
* Add test for ResultSet to accomodate non-standard response from OpenStack. Cl...Mitch Garnaat2011-07-251-3/+6
* Fixed RDS region endpoints. Closes #274.Mitch Garnaat2011-07-251-5/+5
* Versioned buckets are available in all regions.Dan Callahan2011-07-201-2/+1
* Fix check for backup_retention_period parameter. Closes GH-264.Mitch Garnaat2011-07-201-2/+2
* Explicitly add cacerts.txt to MANIFEST.in to make sure it is included in sour...Mitch Garnaat2011-07-202-3/+3
* Use email.utils.formatdate rather than strftime to create Date header to avoi...Mitch Garnaat2011-07-201-7/+4
* Bumping version numbers for 2.0 release.2.0Mitch Garnaat2011-07-133-4/+4
* Merge pull request #255 from gholms/masterChris Moyer2011-07-133-3/+3
|\
| * Merge pull request #2 from jtriley/gholms-masterGarrett Holmstrom2011-07-132-0/+2
| |\
| | * add MANIFEST so that tests are included in sdistJustin Riley2011-07-132-0/+2
| |/
| * Don't install the test suiteGarrett Holmstrom2011-07-121-3/+1
* | Merge pull request #256 from irskep/az_fix_2Mitch Garnaat2011-07-131-1/+1
|\ \ | |/ |/|
| * Fixed API param of availability zone placement (again)Steve Johnson2011-07-121-1/+1
|/
* Backing out the chunked transfer merge. That pull request was not ready. In...Mitch Garnaat2011-07-117-208/+28
* Merging from vineethrp branch. There was a conflict in boto/connection.py th...Mitch Garnaat2011-07-095-115/+298
|\
| * Incorporated Code Review comments from Michael SchwartzVineeth Pillai2011-06-014-72/+127
| * Support for data stream transfer to cloud.Vineeth Pillai2011-05-253-16/+89
| * Chunked Transfer(Transfer-Encoding: chunked) supportroot2011-05-244-109/+165
* | Merge pull request #245 from ryansb/masterChris Moyer2011-07-091-2/+1
|\ \
| * | Enabled compression by defaultRyan Brown2011-07-051-1/+1
| * | Removed extra print statementRyan Brown2011-07-011-1/+0
* | | Merge branch 'master' of https://github.com/seantalts/boto into seantalts-masterMitch Garnaat2011-07-085-12/+10
|\ \ \
| * | | Prefer simplejson over json module (performance reasons)Sean Talts2011-07-085-12/+10
* | | | Merge branch 'master' of https://github.com/bwbeach/boto into bwbeach-masterMitch Garnaat2011-07-083-3/+239
|\ \ \ \
| * \ \ \ Merge branch 'boto_master'Brian Beach2011-07-089-14/+465
| |\ \ \ \ | | |/ / /
| * | | | Fix connection pooling bug: don't close before reading.Brian Beach2011-07-081-2/+5
| * | | | Add two connection pool tests.Brian Beach2011-07-071-0/+232
| * | | | Fix first SQS test.Brian Beach2011-07-071-1/+2
| * | | | More targeted fix for content-length in POST requests.Brian Beach2011-06-272-6/+6
| * | | | Fix content-length when retrying http call.Brian Beach2011-06-271-2/+6
* | | | | Patch to enable --debugger option on CLI tools based on AWSRequestRequest.Mitch Garnaat2011-07-081-0/+32
| |/ / / |/| | |
* | | | Merge pull request #250 from jtriley/fix-setup.pyMitch Garnaat2011-07-071-6/+4
|\ \ \ \
| * | | | setup.py: raise error if Python <= 2.4Justin Riley2011-07-071-6/+4
|/ / / /
* | | | Merge pull request #248 from spenczar/88692b946a1b4f4f20575e308958b1c56f6ede6cMitch Garnaat2011-07-063-0/+101
|\ \ \ \
| * | | | added support for modifying an instance groupspenczar2011-07-021-22/+16
| * | | | Add tiny documentation to _get_instance_group_typesspenczar2011-07-021-0/+4
| * | | | Added method to lookup the types and IDs of instance groups within a jobflowspenczar2011-07-021-3/+9
| * | | | Added modify_instance_groupsspenczar2011-07-012-2/+22
| * | | | Added add_instance_groups function to boto.emr.connection. Built some helper ...spenczar2011-07-013-0/+65
| * | | | Added a new class, InstanceGroup, with just a __init__ and __repr__.spenczar2011-07-011-0/+12
* | | | | Merge pull request #246 from chetan/multipart_s3putMitch Garnaat2011-07-061-0/+317
|\ \ \ \ \
| * | | | | cleanup debug statementsChetan Sarva2011-07-031-10/+7
| * | | | | fix for 0-byte files; updated docsChetan Sarva2011-07-031-20/+31
| * | | | | first pass at multipart upload version of s3putChetan Sarva2011-07-011-0/+309
|/ / / / /
* | | | | Merge pull request #244 from ryansb/masterChris Moyer2011-07-011-5/+31
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Documentation fixRyan Brown2011-07-011-1/+1
| * | | | Made both '-s x -s y' and '-s x,y' notation work for the -s optionRyan Brown2011-07-011-2/+10