summaryrefslogtreecommitdiff
path: root/boto/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Move utility functions over to compatJames Saryerwinnie2016-04-041-0/+22
* Config: Catch specific exceptions when wrapping ConfigParser methodsTimo Savola2016-04-011-1/+2
* Backport unquote_str(), fix bucket_lister() and test caseRay Luo2015-12-231-0/+12
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-041-1/+2
* use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-0/+7
* Add tests/compat.py for test-only importsDaniel G. Taylor2014-07-231-11/+0
* Merge pull request #2403 from felixonmars/sdb-py3Daniel G. Taylor2014-07-221-0/+2
|\
| * add long_type and use six.unichrFelix Yan2014-07-161-0/+2
* | cloudwatch module: add backward-compatible support for Python 3.3+Felix Yan2014-07-131-0/+5
|/
* glacier module: add backward-compatible support for Python 3.3+Felix Yan2014-07-031-0/+1
* Move StandardError logic to boto/compat.pyDaniel G. Taylor2014-06-271-0/+6
* Be consistent about relative importsDaniel G. Taylor2014-06-271-8/+8
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+16
* Add support for shared credentials fileDaniel G. Taylor2014-05-271-0/+13
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-0/+28