summaryrefslogtreecommitdiff
path: root/boto/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Remove bare exceptionDaniel G. Taylor2014-06-271-1/+1
* Move StandardError logic to boto/compat.pyDaniel G. Taylor2014-06-271-6/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-2/+16
* Fixed exception handling with loaded data.Daniel Lindsley2014-03-141-22/+37
* Add test for error attributesDaniel G. Taylor2014-02-201-5/+1
* Handle JSON error responses in BotoServerError.Daniel G. Taylor2014-02-201-6/+24
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-22/+24
* Whitespace removal.Daniel Lindsley2013-12-181-3/+17
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-3/+3
* Fixed up BotoServerException's use of messagePascal Hakim2013-07-231-6/+12
* Supports getting and setting lifecycle configuration for buckets.Zhihong Yao2013-07-161-0/+7
* Added an exception to signal a retry should occur.Daniel Lindsley2013-06-041-0/+15
* Disable loading of external XML entities in BotoServerErrorsPascal Hakim2013-02-201-2/+2
* Changed boto auth plugin framework to allow multiple auth plugins supporting ...Mike Schwartz2013-01-031-11/+0
* Add support for AWS datapipelineJames Saryerwinnie2012-12-201-23/+5
* Integration and enhancement of slick53 #478 #272Jim Browne2012-10-181-0/+10
* Use boto.exception for checking expirationsJames Saryerwinnie2012-06-151-6/+0
* Fixing a reference to ParseError in ElementTree that only works in Python 2.7.2.5.0Mitch Garnaat2012-06-131-2/+8
* rewrite of FPSAndy Davidoff2012-04-171-3/+0
* Make some improvements for "layer1" SWFeckamm2012-04-101-0/+26
* Add Google Cloud Storage support for CORS configurationMike Schwartz2012-03-201-0/+7
* Making DynamoDBResponseError behave more like standard XML-based errors. Clo...Mitch Garnaat2012-03-081-4/+21
* Adjusting BotoServerError.__init__ to play nicely with JSON->dict 'body' values.Greg Taylor2012-01-181-1/+1
* Adding DynamoDB exception.Mitch Garnaat2012-01-091-0/+7
* Changed BotoServerError handling of parse failure, not to throw out status codeMike Schwartz2011-09-081-5/+5
* Be more tolerant of non-xml error responses. Make sure roboto-based CLI tool...Mitch Garnaat2011-07-281-1/+2
* Fixes standard boto Exception sub-classes to pass *args.Greg Taylor2011-05-271-9/+9
* Fix handling of non-restartable transfers; and fix broken test code refs.Mike Schwartz2011-03-101-3/+13
* merging changes from origin.Mitch Garnaat2011-01-101-1/+1
|\
| * Lots and lots of SDB documentation. The sdb module API docs are now reasonabl...Greg Taylor2011-01-071-1/+1
* | Current state of pluggable auth: integrated into boto/connection.py; still ne...Mike Schwartz2010-12-231-0/+15
|/
* Checking in changes to previously existing boto code, to go with resumable tr...Mike Schwartz2010-10-061-11/+57
* Introduced class hierarchy of storage service exceptions, and hooked into cod...Mike Schwartz2010-09-141-8/+68
* Couple more improvements related to issue 440. Raise a relevant exception if...Mitch Garnaat2010-08-221-2/+2
* Checking in merged changes from googlemerge branch. This will hopefully prov...Mitch.Garnaat2010-07-051-6/+13
* Initial commit of merged Google Storage mods. Addresses issue 379.Mitch.Garnaat2010-05-311-0/+9
* Removed calls to super method. Causes problems in Python 2.4. Fixes issue 353.Mitch.Garnaat2010-03-291-3/+3
* cleaned up some things identified by pylint -- mostly __init__ not being call...paltman2010-02-231-4/+8
* fixed bug from missing import in boto.exceptionpaltman2010-02-221-2/+2
* added elastic mapreduce implementationjnovatnack2010-02-011-0/+5
* Fixes issue 269Mitch.Garnaat2009-10-271-3/+3
* Adding an SQSDecodeError exception that is thrown when an error is detected d...Mitch.Garnaat2009-09-251-0/+14
* Trying to normalize the exceptions a bit and also remove deprecated reference...Mitch.Garnaat2009-04-091-28/+23
* Fixed bug in last commit and also fixed issue 204.Mitch.Garnaat2009-04-091-3/+11
* Added some additional attributes to BotoServerError. fixes issue 218.Mitch.Garnaat2009-04-091-0/+9
* Incorporating a patch to parse the XML error responses. Fixes Issue-151.Mitch.Garnaat2008-08-241-6/+150
* Fixing lingering typo in Exception class.Mitch.Garnaat2008-05-271-1/+1
* Initial implementation of the new COPY method, currently available via the Bu...Mitch.Garnaat2008-05-031-0/+6
* General docs on the boto exceptions.jgeewax2008-04-201-4/+30
* Added some FPS supportkopertop2008-02-271-0/+2