summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging from master, resolving conflict in s3/key.py. Considerably more work...requests_refactorMitch Garnaat2012-02-2328-405/+1482
|\
| * Merge branches 'tmorgan-master' and 'master'Mitch Garnaat2012-02-230-0/+0
| * Merge branch 'master' of https://github.com/tmorgan/boto into tmorgan-masterMitch Garnaat2012-02-231-0/+2
| |\
| | * fixing a bug, max_results in Layer2.queryTony Morgan2012-02-221-0/+2
| * | Fixes to list_tables method in Layer1 and Layer2. Fixes #596.Mitch Garnaat2012-02-232-15/+18
| |/
| * Merge pull request #591 from croach/layer2_update_throughput_fixMitch Garnaat2012-02-221-1/+1
| |\
| | * Fixing a bug in Layer2.update_throughputChristopher Roach2012-02-211-1/+1
| |/
| * Removing some duplicate code leftover from previous refactoring.Mitch Garnaat2012-02-211-13/+11
| * Adding missing NE condition.Mitch Garnaat2012-02-211-0/+4
| * Creating helper classes to handle conditional operators for query and scan.Mitch Garnaat2012-02-214-139/+270
| * Allow a DateTimeProperty to take either a Date or DateTime objectChris Moyer2012-02-202-6/+19
| * Added missing params to MockBucket/copy_key()Mike Schwartz2012-02-191-1/+2
| * Merge pull request #586 from rdodev/masterGreg Taylor2012-02-151-0/+4
| |\
| | * Changed Phrasing a bit for clarity.rdodev2012-02-151-1/+1
| | * DynamoDB delete_table warningrdodev2012-02-151-0/+4
| |/
| * Merge branch 'master' of github.com:boto/botoMitch Garnaat2012-02-152-44/+137
| |\
| | * Added StorageUri methods + MockStorageService delimiter supportMike Schwartz2012-02-142-44/+137
| * | Messing around with trove classifiers again.Mitch Garnaat2012-02-151-1/+4
| |/
| * Adding trove classifier for python version.Mitch Garnaat2012-02-141-1/+2
| * Updating repo version after 2.2.2 release.Mitch Garnaat2012-02-141-1/+1
| * 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
| |\ \
| * | | Fixing an obscure bug that occurs when people use the DynamoDB type strings a...Mitch Garnaat2012-02-081-0/+2
* | | | Merging conflict in bucket.pyMitch Garnaat2012-02-0710-15/+245
|\ \ \ \
| * \ \ \ Merge branch 'master' into requests_refactorGreg Taylor2012-02-073-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
| | |/ /
| * | | Merge remote-tracking branch 'origin/master' into requests_refactorGreg Taylor2012-02-0710-9/+257
| |\ \ \ | | |/ /
| | * | Added region_name and messages to the attributes of the Zone object. Fixes #...Mitch Garnaat2012-02-071-0/+33
| | |/