summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing test for newline character in key name for GS.2.0b4garnaat2011-02-131-9/+0
* Bumping version number for 2.0 beta 4 release.garnaat2011-02-132-7/+8
* Merge branch 'master' of github.com:boto/botoMitch Garnaat2011-02-132-7/+9
|\
| * Fix for https://github.com/boto/boto/issues#issue/99Chris Moyer2011-02-111-2/+5
| * Removed Model.lookup method, leftovers from another timeChris Moyer2011-02-111-4/+0
| * Updated DateProperty to auto-convert from datetimeChris Moyer2011-02-091-1/+4
* | Merge remote branch 'boto/master'Dmitry Konishchev2011-02-0941-1912/+2830
|\ \ | |/
| * Merge branch 'master' of https://github.com/turbulenz/boto into turbulenz-mastergarnaat2011-02-071-1/+1
| |\
| | * Merge remote branch 'upstream/master'Blake Maltby2011-02-0716-27/+525
| | |\
| | * | Fixed typo in param name in set_lb_listener_SSL_certificateBlake Maltby2011-02-021-1/+1
| * | | Merge branch 'master' of https://github.com/sethoscope/boto into sethoscope-m...garnaat2011-02-073-2/+8
| |\ \ \ | | |_|/ | |/| |
| | * | Added get_qualifications_for_qualification_type()Seth Golub2011-02-031-0/+5
| | * | Bug fix: Event must not assume that AssignmentId is always present.Seth Golub2011-02-031-1/+2
| | * | Fixed bug where Requirement objects didn't include an IntegerValue parameter ...Seth Golub2011-02-031-1/+1
| * | | Merge branch 'master' of github.com:boto/botoJohn Walsh2011-02-031-1/+1
| |\ \ \
| | * | | Patch:Chris Moyer2011-02-031-1/+1
| * | | | Fixed typos.John Walsh2011-02-031-2/+2
| * | | | Merge branch 'master' of github.com:boto/botoJohn Walsh2011-02-036-3/+289
| |\ \ \ \ | | |/ / /
| | * | | Fixing typo in Issue #93Victor Trac2011-02-021-1/+1
| | * | | Merge branch 'master' of github.com:boto/botoMitch Garnaat2011-02-023-7/+68
| | |\ \ \
| | * | | | Refactor - private methods, docstringsHarry Marr2011-02-021-17/+54
| | * | | | Added SES package to setup.pyHarry Marr2011-02-021-1/+1
| | * | | | Moved connection class to connection.pyHarry Marr2011-02-022-188/+212
| | * | | | Added connect_ses shortcut functionHarry Marr2011-02-021-0/+14
| | * | | | Covered other SES API methodsHarry Marr2011-02-021-32/+80
| | * | | | Added support for sending raw messagesHarry Marr2011-02-021-0/+46
| | * | | | Added support for HTML emails via format paramHarry Marr2011-02-021-1/+13
| | * | | | Initial SES connection class, SendEmail implementedHarry Marr2011-02-022-1/+106
| | | |_|/ | | |/| |
| * | | | Remove debugging code.John Walsh2011-02-021-14/+0
| * | | | Merge remote branch 'botoboto/master'John Walsh2011-02-023-7/+68
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed up route53 command line script to include a delete method andChris Moyer2011-02-021-2/+11
| | * | | Added paging support directly into the ResourceRecordSets objectChris Moyer2011-02-023-71/+98
| | * | | Added missing "help" function for the route53 command line scriptChris Moyer2011-02-021-44/+69
| | |/ /
| * | | Merged in changes from boto/boto.John Walsh2011-02-0260-2351/+3612
| |\ \ \ | | |/ /
| | * | Allow additional args to be passed to auth handlers, if desired.garnaat2011-01-312-6/+6
| | * | Fixed boto.s3.Key class' call into resumable download handler (got broken dur...Mike Schwartz2011-01-301-2/+1
| | * | moving connection classes to connection.py files for consistency.garnaat2011-01-307-1711/+1648
| | * | A better fix for the auth problem. Gets rid of the _server_name method in au...garnaat2011-01-301-21/+1
| | * | First pass at a fix for problems with eucalyptus services caused by the plugg...garnaat2011-01-302-4/+10
| | * | Merge branch 'master' of https://github.com/kvbik/boto into kvbik-masterMitch Garnaat2011-01-301-1/+2
| | |\ \
| | | * | show private ip optionJakub Vysoky2011-01-271-0/+1
| | | * | fully long ip is 15 chars - but we want delimJakub Vysoky2011-01-271-1/+1
| | | |/
| | * | Merge branch 'upstream' of https://github.com/sievlev/boto into sievlev-upstreamMitch Garnaat2011-01-301-3/+2
| | |\ \
| | | * | Fixing work with unicode strings within EC2Connection class.Stanislav Ievlev2011-01-271-3/+2
| | | |/
| | * | Merge branch 'master' of https://github.com/cariaso/boto into cariaso-masterMitch Garnaat2011-01-301-1/+1
| | |\ \
| | | * | prevents timezone errorscariaso2011-01-261-1/+1
| | * | | Updated Route53 connections to use the same XML parsing used elsewhereChris Moyer2011-01-274-2/+81
| | | |/ | | |/|
| | * | Implemented support for adding Google Storage group-by-email grants.Mike Schwartz2011-01-263-5/+63
| | |/
| | * Merge branch 'master' of github.com:boto/botoMitch Garnaat2011-01-243-81/+116
| | |\
| | | * Allow "__id__" to be used instead of itemName() in queriesChris Moyer2011-01-241-0/+2