summaryrefslogtreecommitdiff
path: root/boto/pyami
Commit message (Expand)AuthorAgeFilesLines
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-042-9/+9
* pyami module: tidy up to meet PEP8 betterFelix Yan2014-07-2911-37/+28
* Fix StringIO imports and invocations. Fixes #2386Daniel G. Taylor2014-07-101-3/+3
* Remove unnecessary print_function importsDaniel G. Taylor2014-06-272-4/+0
* Use next() over six.advance_iterator.Daniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-275-25/+29
* Add support for shared credentials fileDaniel G. Taylor2014-05-271-11/+6
* Started change to load endpoints from JSON.Daniel Lindsley2014-01-281-6/+6
* Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-264-13/+15
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-234-13/+15
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-182-2/+2
|/
* Whitespace removal.Daniel Lindsley2013-12-181-1/+1
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-1/+1
* Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-281-1/+1
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-11/+3
* Prefer simplejson over json module (performance reasons)Sean Talts2011-07-081-2/+2
* App Engine is currently throwing an ImportError when attempting to use os.pat...darktable2011-05-241-1/+1
* Merge pull request #204 from terencehonles/masterMitch Garnaat2011-05-241-4/+12
|\
| * consistently using json and then falling back to simplejsonTerence Honles2011-05-211-4/+12
* | issue warning if AWS_CREDENTIAL_FILE is not found but don't fail.Mitch Garnaat2011-05-241-1/+6
|/
* Fixed config file home dir path handling under Windows.Mike Schwartz2011-05-191-5/+8
* Fixed config file load bug wrt Windows pathname separator handling.Mike Schwartz2011-05-131-1/+1
* Fixed comment about how to use BOTO_PATH environment variable.Mike Schwartz2011-05-061-2/+2
* Fixed import dependency that caused resumable upload and download tests to fail.Mike Schwartz2011-04-271-2/+1
* Fixed config loader to work correctly in Google App Engine (where os.path.exp...Mike Schwartz2011-04-201-4/+11
* Merge branch 'master' of https://github.com/boto/botoChris Moyer2011-04-051-0/+1
|\
| * Merge branch 'master' of github.com:boto/botoJohn Walsh2011-04-051-6/+18
| |\
| * | Remove the apt-get upgrade code.John Walsh2011-04-041-6/+0
| * | Add missing import statement in the ebs installer.John Walsh2011-03-301-0/+1
| * | Move the apt-get update / upgrade stuff to startup.py where it will get run w...John Walsh2011-03-302-6/+6
| * | Doh. Correct typo on boto.configJohn Walsh2011-03-301-1/+1
| * | Correct test for running apt-get update / upgrade in bootstrap.pyJohn Walsh2011-03-301-1/+1
| * | In bootstrap, run apt-get update and apt-get upgrade if so configured.John Walsh2011-03-301-0/+6
* | | Fixed BOTO_CONFIG env checking thing.. didn't quite reverse thatChris Moyer2011-04-051-1/+1
| |/ |/|
* | Updated boto.config to allow for BOTO_PATH, and to re-work how $HOME isChris Moyer2011-04-051-10/+17
* | Merge branch 'master' of https://github.com/boto/botoChris Moyer2011-04-041-0/+5
|\ \
| * | Removed HOME environment variable dependency in config handler, simplifying W...Mike Schwartz2011-03-301-3/+5
| |/
* | BOTO_ENV should append to the config locations, not replace themChris Moyer2011-04-041-1/+1
|/
* Don't create the ebs snapshot if the xfs_freeze command fails.John Walsh2011-03-111-1/+1
* Correct typo.John Walsh2011-03-091-1/+1
* Correct typo.John Walsh2011-03-091-1/+1
* Add the configurable invocation of the tag based snapshot cleanup instead of ...John Walsh2011-03-091-3/+20
* Retry boto git pull commands in bootstrap up to 10 times before giving up.John Walsh2011-02-101-1/+10
* Remove debugging code.John Walsh2011-02-021-14/+0
* Make /tmp world writable even if we didn't have to move the ephemeral store t...John Walsh2011-01-261-1/+1
* Fix typo.John Walsh2011-01-251-3/+3
* Repeat the attach volume call if it fails with ec2 complaining that the curre...John Walsh2011-01-251-1/+14
* Remove the recording and checking of the ec2.attach_volume call.John Walsh2011-01-241-11/+6
* Fixed indent problem.John Walsh2011-01-211-22/+22
* Add the rest of the missing lines that occured through a series of cut and pa...John Walsh2011-01-211-7/+7