summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 1.9c1.9cbackporting_py27_fixPatrick Altman2010-10-141-1/+1
* backporting fix in 6760075073c34 to enable 1.9 to work in Python 2.7Patrick Altman2010-10-141-2/+2
* Fixing setup.py to include rds and vpc modules in build. Updating version nu...1.9bMitch.Garnaat2009-12-213-3/+4
* Bumping version number for release.Mitch.Garnaat2009-12-212-3/+3
* Add a clear_history flag to the bundle method. If True, will clear the bash ...Mitch.Garnaat2009-12-211-1/+3
* Changed reference to lookup method to get_key method. Fixes issue 294.Mitch.Garnaat2009-12-211-1/+1
* Make sure key name in x-amz-copy-source HTTP header is properly quoted. Fixe...Mitch.Garnaat2009-12-211-2/+3
* Allow BlockDeviceMapping data structure to be part of ImageAttribute.Mitch.Garnaat2009-12-212-2/+10
* Fixing an bug in save_to_s3/load_from_s3. Fixes issue 309.Mitch.Garnaat2009-12-181-1/+1
* Fixing some issues with Spot instance datafeed subscriptions.Mitch.Garnaat2009-12-183-3/+36
* Fixed typo of "block_device_mapping" instead of "block_device_map" which brok...kopertop2009-12-171-1/+1
* Added support for list properties being set to a single value instead of requ...kopertop2009-12-161-0/+14
* Specify the charset as UTF-8 in make_request. Fixes issue 98.Mitch.Garnaat2009-12-161-1/+1
* Added a convenience method for setting a canned ACL.Mitch.Garnaat2009-12-161-11/+6
* Some tweaks to the CloudFront module.Mitch.Garnaat2009-12-162-6/+27
* Remove some debug print statements.Mitch.Garnaat2009-12-161-6/+0
* Initial support for CloudFront streaming and private distributions.Mitch.Garnaat2009-12-166-97/+714
* Fixing weird typo bug. Fixes issue 307.Mitch.Garnaat2009-12-151-1/+1
* Initial support for Spot Instances. Still rough around the edges.Mitch.Garnaat2009-12-147-14/+552
* Add the command that failed to the error log and the error email to help debu...walsh1592009-12-141-2/+4
* Allow sending a string of the encoded datetime instead of having to send an a...kopertop2009-12-101-0/+2
* Wait until the instance is running before assigning the elastic IP to it. Oth...walsh1592009-12-081-1/+4
* Adding us-west-1 region to SDB and SQS modules.Mitch.Garnaat2009-12-052-2/+4
* Removing debug=2 on initializationMitch.Garnaat2009-12-051-3/+1
* Fixed host name problemMitch.Garnaat2009-12-051-2/+4
* Initial support for Boot From EBS.Mitch.Garnaat2009-12-044-17/+353
* Added expire_hit function to mturk. Patch supplied by thecleanmachine. Fixes ...jdennis2009-12-031-0/+15
* Added customized layout template to support adding link to pdfpaltman2009-12-021-0/+3
* Remove extra "r"paltman2009-12-011-1/+1
* Updated path.paltman2009-12-011-2/+3
* Added code to docs config to add revision number.paltman2009-12-011-0/+7
* Fixing QuestionContent to match spec. Patch supplied by jdennis. Fixes issu...Mitch.Garnaat2009-11-291-69/+9
* Adding support for Overview tag in mturk. Patch supplied by jdennis. Fixes ...Mitch.Garnaat2009-11-291-2/+71
* set max_length on TextPropertykopertop2009-11-251-5/+8
* Fixed up to_xml dumping of entire domains to properly handle unicode characterskopertop2009-11-251-1/+7
* Add missing apply_immediately param. Fixes issue 295.Mitch.Garnaat2009-11-241-1/+4
* More logging and error handling on db propertieskopertop2009-11-232-2/+7
* If the zone isn't set in the logical volume, get it from the physical volume.walsh1592009-11-231-0/+4
* cast hour to intkopertop2009-11-231-1/+1
* Fixed tasks with last_executed of None and not hourlykopertop2009-11-231-0/+2
* Fixed notify method to use "getbool"kopertop2009-11-231-1/+1
* Added the ability to make "on_set_<attrname>" functions whichkopertop2009-11-191-1/+9
* Let the create function take either a config file or a config object, so we c...walsh1592009-11-181-3/+8
* Added size property to blobskopertop2009-11-131-0/+9
* Fix to last commit.Mitch.Garnaat2009-11-111-6/+6
* Rejiggering the Bundler class to allow removal of authorized_keys before bund...Mitch.Garnaat2009-11-111-22/+26
* Import the required SQSDecodeError.walsh1592009-11-051-0/+1
* Allow custom min and max to be set for IntegerPropertykopertop2009-11-051-7/+7
* Fixing an issue with DBSecurityGroups in RDS.Mitch.Garnaat2009-11-051-14/+28
* Handle variation of requestId returned from ec2, and as a consequence fixed r...rlotun2009-11-052-126/+126