summaryrefslogtreecommitdiff
path: root/boto/ec2/keypair.py
Commit message (Collapse)AuthorAgeFilesLines
* Added ``dry_run`` to. All. The. Things.Daniel Lindsley2013-09-111-9/+9
|
* The KeyPair save method now expands ~ in the directory path and also chmod's ↵Mitch Garnaat2011-06-171-0/+2
| | | | the saved file to 0600.
* updated references to L{<>} style of cross linking to classes in favor of ↵paltman2009-09-191-2/+2
| | | | :class:
* global search and replace on @param => :param, @type => :type, @rtype => ↵paltman2009-09-181-10/+10
| | | | :rtype, and @return => :return; added autodoc index for ec2 module
* Fixed silly typo error in save method. Fixed issue 187.Mitch.Garnaat2008-12-171-1/+1
|
* Checking in changes to support regions in EC2.Mitch.Garnaat2008-12-101-5/+62
|
* Modified copyright on all files. Also fixed a bug in the EC2 SecurityGroup ↵Mitch.Garnaat2007-01-081-1/+7
| | | | response parsing.
* Cleaning up some of the EC2 support classes to support new capabilities and ↵Mitch.Garnaat2006-12-271-1/+5
| | | | to fix some bugs.
* Subpackage for EC2.Mitch.Garnaat2006-12-151-0/+44