summaryrefslogtreecommitdiff
path: root/boto/mashups
Commit message (Expand)AuthorAgeFilesLines
* Fix StringIO imports and invocations. Fixes #2386Daniel G. Taylor2014-07-101-2/+3
* Remove unnecessary print_function importsDaniel G. Taylor2014-06-273-6/+0
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-274-40/+44
* Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-261-5/+5
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-5/+5
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-1/+1
|/
* Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-281-1/+1
* allowing unicode strings in iobject item_listVictor Trac2011-09-211-1/+1
* cleaned up boto.mashupspaltman2010-02-221-2/+4
* make call to connect_s3 lazypaltman2010-02-201-1/+6
* Added initial cloudfront admin tool and bundle_image toolkopertop2010-01-271-1/+1
* global search and replace on @param => :param, @type => :type, @rtype => :rty...paltman2009-09-181-6/+6
* Updated iobject to support not sending a description with a choice listkopertop2009-07-171-4/+10
* A couple of minor tweaks.Mitch.Garnaat2009-04-092-2/+2
* Updated server to ignore if the instance-id is no longer valid in EC2.kopertop2009-03-311-1/+4
* Checking in changes to support regions in EC2.Mitch.Garnaat2008-12-102-4/+19
* Allow server's "shell" method to take a key_pathkopertop2008-11-211-2/+2
* Updates to server to allow configs to be storedkopertop2008-11-211-12/+23
* Server's names should be uniquekopertop2008-09-151-1/+1
* Fixing a reference to a next method on a ResultSet. That method no longer ex...Mitch.Garnaat2008-09-031-1/+1
* Shortcut methods to use EBS with server objectskopertop2008-08-211-0/+29
* Moved server to using new db layer for sdbkopertop2008-07-231-5/+5
* Server updated to using self._manager not self.managerkopertop2008-06-061-2/+2
* Updated Order and Server to know about new HighCPU instances.Mitch.Garnaat2008-05-292-2/+2
* Minor fixes to server "self start" kopertop2008-05-271-1/+2
* Added "config updates" that boto.order adds to the config filekopertop2008-05-271-2/+17
* Fixed the grabbing of the instance_id after the server has startedkopertop2008-05-271-1/+1
* Allow the config file to be set without having to pull from config_urikopertop2008-05-271-2/+3
* Added resetting static IPs on server startkopertop2008-05-271-0/+2
* Added a bunch of attributes to be able to automatically start a new Server ob...kopertop2008-05-271-1/+23
* Added config_uri to server, also renamed non-saved attributes of the server t...kopertop2008-05-251-6/+7
* Update to be compatible with new persist changes.Mitch.Garnaat2008-05-212-3/+10
* Inventory should call find rather than list.Mitch.Garnaat2008-04-281-1/+1
* broke out a separate method, update_config that gets called whether you passe...Mitch.Garnaat2008-04-041-4/+7
* Add ability to specify availability zone in Order. Add launch_time attribute...Mitch.Garnaat2008-04-012-1/+20
* Make sure self.instance is non-None before accessing attributes.Mitch.Garnaat2008-03-151-2/+4
* No longer need unregister method, just call delete().Mitch.Garnaat2008-03-081-4/+1
* Fixed an infinite loop problem if you typed in a pattern that didn't match an...Mitch.Garnaat2008-03-061-0/+1
* Allow keyword params to be passed to Order.add_item() to avoid Order promptin...Mitch.Garnaat2008-03-041-5/+12
* Adds server_sdb_domain and server_sdb_name to the Pyami section of the config...Mitch.Garnaat2008-03-031-0/+6
* Merging changes from new_pyami branch over to trunk.Mitch.Garnaat2008-02-021-5/+10
* Merging r474 from new_pyami branch to trunk.Mitch.Garnaat2008-02-011-4/+6
* Constructor wasn't setting the name of the server.Mitch.Garnaat2008-01-291-0/+1
* Checking in the Order and Server classes, admittedly half-baked, but need to ...Mitch.Garnaat2008-01-285-0/+678