summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumping version number and changing project home page in setup.py.2.2.2Mitch Garnaat2012-02-143-4/+4
* Fix GS resumable uploads test case to rewind pointer between tests.Thomas O'Dowd2012-02-151-0/+18
* Merge pull request #578 from tpodowd/remove_s3nomfa_suiteMitch Garnaat2012-02-131-9/+1
|\
| * Remove test suite s3nomfa as it is now identical to the s3 suite.Thomas O'Dowd2012-02-141-9/+1
* | Fixing sphinx build error/warning in boto.gs.key.Greg Taylor2012-02-131-12/+13
* | Adding a SES tutorial, tweaked a few minor things to match in DynamoDB tutorial.Greg Taylor2012-02-133-5/+180
|/
* Merge pull request #573 from psa/masterMitch Garnaat2012-02-132-2/+2
|\
| * Add a prefix to b.list() so s3put/s3multiput don't list the whole bucketPaul Armstrong2012-02-102-2/+2
* | Merge branch 'patch-1' of https://github.com/samuraisam/boto into samuraisam-...Mitch Garnaat2012-02-131-1/+2
|\ \
| * | Unbound local error in get_dynamodb_type when using set types. Samuel Sutch2012-02-071-1/+2
* | | Remove the MFA test from the standard S3 test suite. This requires a special...Mitch Garnaat2012-02-131-1/+0
* | | Merge branch 'split_versioning_mfa_unittests' of https://github.com/tpodowd/b...Mitch Garnaat2012-02-133-101/+157
|\ \ \
| * | | Split MFA/versioning unit tests.Thomas O'Dowd2012-02-133-101/+157
* | | | Fixed a problem with zero-valued numeric range keys. Closes #576.Mitch Garnaat2012-02-131-1/+1
|/ / /
* | | Cleaned up the scan method on Layer2 and Table. Closes #574.Mitch Garnaat2012-02-113-14/+82
* | | Merge pull request #566 from tpodowd/file_pointer_fixesMike Schwartz2012-02-107-97/+618
|\ \ \ | |_|/ |/| |
| * | fix missing BotoClientError import and more add more docsThomas O'Dowd2012-02-111-1/+9
| * | Google Storage key related fixes for file pointerThomas O'Dowd2012-02-102-13/+40
| * | Various improvements around file pointer behavior and get_file/send_file.Thomas O'Dowd2012-02-106-84/+570
* | | Fixing some docstrings.Mitch Garnaat2012-02-101-7/+7
|/ /
* | Fixing a couple of issues in the DynamoDB tutorial. Fixes #569.Mitch Garnaat2012-02-091-5/+4
* | Merge branch 'master' of github.com:boto/botoMitch Garnaat2012-02-083-86/+68
|\ \
| * | Config tutorial formatting and minor tweaks.Greg Taylor2012-02-071-36/+65
| * | Adding boto_config_tut to the hidden toc index to silence warnings.Greg Taylor2012-02-071-0/+1
| * | Removing some leftover git conflict markers from ec2_tut.Greg Taylor2012-02-071-50/+2
* | | Fixing an obscure bug that occurs when people use the DynamoDB type strings a...Mitch Garnaat2012-02-081-0/+2
|/ /
* | Added region_name and messages to the attributes of the Zone object. Fixes #...Mitch Garnaat2012-02-071-0/+33
|/
* Remove dependency on dateutils from manage/volume.pygMitch Garnaat2012-02-071-2/+2
* Moving config tutorial to top leve rather than reference. Cleaned up one sph...Mitch Garnaat2012-02-073-4/+3
* Merge branch 'master' of https://github.com/rdodev/boto into rdodev-masterMitch Garnaat2012-02-073-0/+129
|\
| * Finishing touches to boto configrdodev2012-02-062-0/+10
| * Merge branch 'master' of github.com:boto/botordodev2012-02-065-6/+31
| |\
| * | Almost there.rdodev2012-02-031-3/+4
| * | This should now work -- hopefully.rdodev2012-02-031-20/+19
| * | dammit.rdodev2012-02-031-36/+36
| * | Don't mind me. I'm just fighting with OS \r\n differences.rdodev2012-02-031-1/+1
| * | Me and reST do not look eye to eye. That's all.rdodev2012-02-031-2/+2
| * | Fixing formattingrdodev2012-02-031-0/+2
| * | Merge branch 'master' of github.com:rdodev/botordodev2012-02-032-0/+48
| |\ \
| | * | link not shwoing properlyrdodev2012-01-301-1/+2
| | * | Added termination, fixed code sample and removed regions.rdodev2012-01-301-98/+10
| | * | Draft #1 for ec2 tutorial revamprdodev2012-01-301-292/+33
| * | | Moving over boto config file from Google code.rdodev2012-02-031-0/+69
* | | | Finishing up work on tags for Autoscale Groups. Fixes #558.Mitch Garnaat2012-02-073-5/+82
* | | | Fixed typo in docstring for update_item method.Mitch Garnaat2012-02-071-2/+2
* | | | Added docstrings to the get_policy and set_policy methods of the Bucket objec...Mitch Garnaat2012-02-061-0/+10
* | | | Fix docstring for Layer1.update_item method.Mitch Garnaat2012-02-061-3/+4
* | | | Initial implementation of tagging for AutoScale groups. Related to #558.Mitch Garnaat2012-02-062-93/+233
* | | | Fixed an issue with trying to convert None value for health_check_period to a...Mitch Garnaat2012-02-061-34/+47
* | | | Adding a request_limit and max_results parameters to Layer2.query() and Table...Mitch Garnaat2012-02-063-31/+94
| |_|/ |/| |