summaryrefslogtreecommitdiff
path: root/boto/ec2/ec2object.py
Commit message (Expand)AuthorAgeFilesLines
* Fix behaviour of remove_tag when empty string is provided as value.Rohit Agarwal2014-05-311-1/+1
* Add method TaggedEC2Object.add_tags().Rohit Agarwal2014-05-091-0/+21
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* Added ``dry_run`` to. All. The. Things.Daniel Lindsley2013-09-111-6/+14
* Adding some docstrings, etc. to make tag usage a bit more clear. Related to ...garnaat2011-09-201-2/+7
* Initialize tags to be an empty TagSet rather than None. Fixes issue 462.Mitch Garnaat2010-10-051-2/+1
* added support for tags in launch_instace commandAles Zoulek2010-10-051-0/+2
* Added convenience methods in TaggedEC2Object to easily add and remove tags. ...Mitch Garnaat2010-09-291-0/+37
* Adding support for TagSets in Describe* resonses. Fixes issue 459.Mitch Garnaat2010-09-291-1/+24
* Just adding a little check to avoid issues.Mitch.Garnaat2009-01-061-1/+1
* Checking in changes to support regions in EC2.Mitch.Garnaat2008-12-101-0/+41