summaryrefslogtreecommitdiff
path: root/boto/resultset.py
Commit message (Expand)AuthorAgeFilesLines
* common modules: tidy up to meet PEP8 betterFelix Yan2014-09-141-5/+7
* Populate both next_token and nextToken. Fixes #1968.Daniel G. Taylor2014-01-061-0/+3
* Add missing parameters to get_spot_price_history method. Fixes #1957.Mitch Garnaat2013-12-291-0/+2
* Add GCS versioning support.Yaniv Ovadia2012-11-261-1/+3
* set max_items property in ResultSet.endElementJustin Riley2012-06-201-0/+2
* Make owner available for get_service and perhaps other resultsets.Thomas O'Dowd2012-03-261-0/+8
* Add unit test for multipart listing and initialize next_upload_id_marker.Thomas O'Dowd2012-03-191-0/+1
* Fix bucket.list() which can repeat the same keys when delimiter is used.Thomas O'Dowd2012-01-171-0/+3
* Lots and lots of SDB documentation. The sdb module API docs are now reasonabl...Greg Taylor2011-01-071-7/+10
* Working version of S3 MultiPart upload.Mitch Garnaat2010-12-051-2/+10
* Incorporate patch from svetlyak.40wt. Fixes issue 393.Mitch.Garnaat2010-06-181-0/+6
* Completing initial version of S3 versioning support. Also fixed a bug in uni...Mitch.Garnaat2010-01-241-0/+6
* Handle variation of requestId returned from ec2, and as a consequence fixed r...rlotun2009-11-051-5/+7
* Removing some extraneous debug print statements.Mitch.Garnaat2009-06-231-1/+0
* Incorporating patch from Eucalyptus teamMitch.Garnaat2009-06-181-1/+41
* Removing unneeded and problematic code in ResultSet. Fixes Issue 152.Mitch.Garnaat2008-08-241-11/+0
* Extended the Mechanical Turk interface to cover a lot more of the API. Also a...robert.leftwich2008-06-291-0/+2
* Finalizing support for 2008-02-01 EC2 API. Also major refactoring and cleanu...Mitch.Garnaat2008-03-291-0/+1
* Incorporated a patch from boto user. Allow get_all_images and get_all_instan...Mitch.Garnaat2008-01-051-1/+4
* Snapshot of SDB code that works with API version released with public beta. ...Mitch.Garnaat2007-12-211-3/+5
* Need to reset the ResultSet internal index variable before raising StopIterat...Mitch.Garnaat2007-07-241-0/+1
* Added support to s3 for delimiters. Fixes Issue-65. This required a change ...Mitch.Garnaat2007-06-051-10/+25
* Tweaks to resultsetMitch.Garnaat2007-04-271-1/+5
* Trying out some interface enhancements to address Issue-52.Mitch.Garnaat2007-03-191-32/+24
* Adding a tiny bit more to the nascent mturk module. Also added ability to pa...Mitch.Garnaat2007-03-141-2/+5
* Refactoring the connection code. Now each subsystem has it's own connection....Mitch.Garnaat2007-02-261-0/+5
* is_truncated attribute now gets converted to a true boolean value rather than...Mitch.Garnaat2007-02-041-1/+1
* Modified copyright on all files. Also fixed a bug in the EC2 SecurityGroup r...Mitch.Garnaat2007-01-081-1/+1
* Creating subpackages for each service.Mitch.Garnaat2006-12-151-0/+2
* Rewrote the whole XML handling mechanism. This is much simpler and also more...Mitch.Garnaat2006-12-141-15/+20
* More cleanup. Added additional unit tests for S3.Mitch.Garnaat2006-08-281-0/+3
* Initial version of code. Still not complete for correct but passes simple un...Mitch.Garnaat2006-08-271-0/+62