summaryrefslogtreecommitdiff
path: root/boto/dynamodb/types.py
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamodb.types.Binary non-ASCII handlingAlex Konradi2014-08-041-4/+4
* Various fixes for DynamoDB + Python 3Daniel G. Taylor2014-07-301-1/+8
* Fix tests.INADA Naoki2014-07-301-4/+2
* Loading binary from dynamodb returns dynamodb.types.Binary.INADA Naoki2014-07-301-31/+38
* Treat bytes as binary type on Python 3.INADA Naoki2014-07-291-10/+23
* dynamodb module: add backward-compatible support for Python 3.3+Felix Yan2014-07-231-11/+15
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-5/+6
* Require a string value to instantiate Binary DynamoDB typeDaniel G. Taylor2014-01-021-0/+3
* Fixes #1716 - DynamoDB now correctly decodes single character attributes that...Daniel Lindsley2013-10-251-0/+4
* Don't unecessarily check if it's not a string after we've confirmed itChris Moyer2013-01-101-1/+1
* Fixed dynamodb encode_s function to properly handle unicode/utf-8Chris Moyer2013-01-101-1/+5
* Add docs for dynamodb decimal changesJames Saryerwinnie2012-12-201-0/+52
* Incorporate review feedback from disruptekJames Saryerwinnie2012-12-121-29/+29
* Fix python2.6 bug converting floats to DecimalsJames Saryerwinnie2012-12-121-1/+21
* Fix deprecated warning in python2.6James Saryerwinnie2012-12-121-1/+1
* Add toggle to use Decimals with DynamoDB Layer2James Saryerwinnie2012-12-121-13/+94
* Minor pep8 formattingJames Saryerwinnie2012-12-111-5/+6
* raise an exception on NaN and Infinity decimal valuesAndy Davidoff2012-12-111-1/+4
* use Decimal for numeric validate/store/retrieveAndy Davidoff2012-12-111-18/+22
* add last_evaluated_key attribute on table generatorAndy Davidoff2012-11-211-0/+23
* Add support for dynamodb binary typesJames Saryerwinnie2012-08-211-1/+45
* DynamoDB's create_schema() now supports passing a python type object in addit...Kyle Mulka2012-04-231-2/+3
* Paying penance to PEP8 and pyflakes.Mitch Garnaat2012-03-211-7/+12
* Creating helper classes to handle conditional operators for query and scan.Mitch Garnaat2012-02-211-0/+88