summaryrefslogtreecommitdiff
path: root/boto/sqs/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* SQS module: add support for profile_nameChris2014-07-271-1/+3
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+1
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-21/+5
* Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-1/+3
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+2
* Add Sydney region for connect_to_* functionsJames Saryerwinnie2012-11-121-1/+3
* WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-1/+2
* WIP commit. Changing default behavior, updating endpoints to match commonNam...Mitch Garnaat2012-09-041-9/+10
* Fixed region support copy&paste comment vestiges.Steffen Opel2012-07-311-1/+1
* Correcting some of the changes made to default endpoints. Related to #530.Mitch Garnaat2012-01-301-7/+7
* Fixing a couple of region references. Closes #449.Mitch Garnaat2011-12-291-3/+3
* Adding South American region.Mitch Garnaat2011-12-151-0/+2
* Adding us-west-2 region. Closes #394.Mitch Garnaat2011-11-091-0/+2
* Allow keyword params to be passed to connect_to_region methodBen Burry2011-04-191-2/+2
* Fixed SQS region imports tooChris Moyer2011-04-131-1/+1
* Support for ap-northeast-1 regionDavid Park2011-04-121-0/+2
* Cleaning up miscellaneous problems detected by pyflakes.Mitch Garnaat2010-09-171-2/+0
* Adding ap-southeast-1 region to hardcoded region lists in SQS and SDB modules.Mitch.Garnaat2010-05-031-3/+9
* Removing the old 2007-05-01 code which is no longer available from AWS. Also...Mitch.Garnaat2010-02-231-3/+0
* cleaned up unused imports in boto.sqspaltman2010-02-221-2/+1
* Adding us-west-1 region to SDB and SQS modules.Mitch.Garnaat2009-12-051-1/+2
* updated references to L{<>} style of cross linking to classes in favor of :cl...paltman2009-09-191-1/+1
* global search and replace on @param => :param, @type => :type, @rtype => :rty...paltman2009-09-181-2/+2
* Incorporating two SQS patches from Stephen Depooter. Thanks.Mitch.Garnaat2009-04-251-1/+1
* Initial support for 2009-02-01 API. Also fixes issue 216.Mitch.Garnaat2009-04-091-3/+17
* No need to import os in __init__.py anymore. Added a delete method to the qu...Mitch.Garnaat2008-03-011-1/+0
* Adding initial support for 20080101 SQS API based on contributions from boto ...Mitch.Garnaat2008-02-291-2/+7
* Added two new methods to save messages to an S3 bucket and restore messages f...Mitch.Garnaat2007-04-271-0/+4
* Modified copyright on all files. Also fixed a bug in the EC2 SecurityGroup r...Mitch.Garnaat2007-01-081-1/+1
* Adding subpackage for SQS.Mitch.Garnaat2006-12-151-0/+23