summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix base64.encode{bytes,string} Python 2 regressionbranch_master_python3kNick Tarleton2011-04-024-6/+15
* More Unicode fixesNick Tarleton2011-04-028-28/+60
* replace uses of cmp with keyNick Tarleton2011-04-024-5/+5
* fix S3 unicode and urllibNick Tarleton2011-04-021-3/+9
* fix one use of unicodeNick Tarleton2011-04-021-0/+1
* use the right route53 exception moduleNick Tarleton2011-04-021-8/+8
* fix quote_plusNick Tarleton2011-04-021-1/+1
* narrow except clause to ImportErrorNick Tarleton2011-04-029-9/+9
* deprecated encodestring => encodebytesNick Tarleton2011-04-024-5/+5
* fix route53 importsNick Tarleton2011-04-021-10/+10
* Fix server_name for Python 3Nick Tarleton2011-04-021-1/+1
* Fix usage of utils; fix typo; rm unnecessary importsNick Tarleton2011-04-025-8/+5
* Fix relative importsNick Tarleton2011-04-026-12/+12
* merging origin mastergarnaat2011-04-0114-324/+949
|\
| * Removed duplicated method definition.rlotun2011-04-015-40/+16
| * Small fixes and copyright updates.rlotun2011-04-013-5/+9
| * added scheduled.py and policy.py to documentation indexJann Kleen2011-04-011-2/+9
| * added parameter description to ScalingPolicyJann Kleen2011-04-011-2/+14
| * one empty line between functionsJann Kleen2011-04-011-0/+1
| * two empty lines between classesJann Kleen2011-04-011-0/+1
| * Parse all times as datetime objects.rlotun2011-03-315-6/+39
| * Added some missing autoscale API calls.rlotun2011-03-313-4/+108
| * Simple autoscale unit tests and fixes.rlotun2011-03-317-25/+127
| * Add newline.rlotun2011-03-311-1/+2
| * Merge remote-tracking branch 'jannkleen/master'rlotun2011-03-314-99/+117
| |\
| | * added copyright to modified fileJann Kleen2011-03-311-0/+1
| | * DescribeAutoScalingInstances returns a list of objectsJann Kleen2011-03-311-1/+1
| | * added some documentationJann Kleen2011-03-312-2/+33
| | * added max_records option to get_all_policies()Jann Kleen2011-03-311-0/+3
| | * added missing __init__.py file in tests folderJann Kleen2011-03-311-0/+0
| | * Merge branch 'boto-master'Jann Kleen2011-03-293-2/+7
| | |\
| | * \ Merge branch 'boto-master'Jann Kleen2011-03-295-11/+42
| | |\ \
| | * | | fixed bug in deletion of autoscaling_groupsJann Kleen2011-03-281-2/+1
| | * | | shutdown_instances method didn't set desired_capacity to 0 which caused an errorJann Kleen2011-03-281-0/+1
| | * | | corrected spelling mistake in function callJann Kleen2011-03-281-1/+1
| | * | | Fix documentation for instance_initiated_shutdown_behaviorNick Tarleton2011-03-282-11/+6
| | * | | Fixed indentation error in do_cli.Mitch Garnaat2011-03-281-1/+1
| | * | | removed another duplicate function from mergingJann Kleen2011-03-271-13/+1
| | * | | tiny bugfixesJann Kleen2011-03-272-7/+7
| | * | | renamed function to appropriate nameJann Kleen2011-03-271-2/+5
| | * | | removed legacy code againJann Kleen2011-03-271-25/+0
| | * | | still merging changesJann Kleen2011-03-272-12/+58
| | * | | merged with rlotun autoscale-branchJann Kleen2011-03-277-186/+629
| | |\ \ \
| | * | | | added max_records parameters and a bit of documentationJann Kleen2011-03-271-2/+30
| | * | | | documentation formattingJann Kleen2011-03-271-4/+4
| | * | | | removed more legacy codeJann Kleen2011-03-261-12/+12
| | * | | | started removing legacy codeJann Kleen2011-03-262-164/+30
| * | | | | Merge branch 'autoscale-20100801'rlotun2011-03-318-260/+626
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'master' into autoscale-20100801rlotun2011-02-2178-2523/+4554
| | |\ \ \ \
| | * | | | | More work on implementing autoscale calls.rlotun2010-12-225-19/+248