summaryrefslogtreecommitdiff
path: root/boto/dynamodb
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-236-22/+24
* Move import below copyrightDaniel G. Taylor2014-06-271-1/+1
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-272-6/+8
* Switch boto to use truncated exponential backoffMike Schwartz2014-06-271-1/+2
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-32/+2
* Merge remote-tracking branch 'zachm/add_profile_credentials_config' into developDaniel Lindsley2014-01-132-4/+7
|\
| * Support for multiple credential profiles.Zachary Musgrave2014-01-092-4/+7
* | Merge pull request #1930 from oxtopus/consistent-identity-comparison-noneDaniel G. Taylor2014-01-021-3/+3
|\ \
| * \ Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-262-1/+4
| |\ \ | | |/
| * | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-3/+3
* | | Require a string value to instantiate Binary DynamoDB typeDaniel G. Taylor2014-01-021-0/+3
| |/ |/|
* | Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-1/+1
|\ \
| * | Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
| |/
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Fixes #1716 - DynamoDB now correctly decodes single character attributes that...Daniel Lindsley2013-10-251-0/+4
* Fix #1775 - item attrs not initialised correctlyMalcolm Box2013-10-081-1/+1
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+3
* Trying to make the docs around the count param a bit more clear.Mitch Garnaat2013-04-242-0/+12
* Allow dynamodb items to be pickled and unpickledChris Moyer2013-02-191-0/+6
* Fixed TableGenerator, making it a proper object, and fixing up the logicChris Moyer2013-02-181-2/+2
* Merge branch 'pasc-misc_inline_sphinx_warning_removals' into developJames Saryerwinnie2013-02-061-1/+1
|\
| * Removed sphinx warnings on dynamodb inline docsPascal Hakim2013-02-021-1/+1
* | Add endpoint for dynamodb in sa-east-1Jeremy Katz2013-02-051-0/+3
|/
* Added positional argument markers to format() for python 2.6Pascal Hakim2013-01-311-1/+1
* Merge branch 'dynamodb-propogate' into developJames Saryerwinnie2013-01-102-7/+16
|\
| * Raise specific error when throughput is exceededJames Saryerwinnie2013-01-082-0/+16
| * Remove debug commentsJames Saryerwinnie2013-01-081-7/+0
* | 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
|/
* Merge branch 'dynamodb-decimal' into developJames Saryerwinnie2013-01-083-32/+213
|\
| * Merge branch 'develop' into dynamodb-decimalJames Saryerwinnie2013-01-084-18/+118
| |\
| * | Add docs for dynamodb decimal changesJames Saryerwinnie2012-12-202-0/+61
| * | 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-122-32/+117
| * | 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-112-18/+29
* | | Merge branch 'scan_query_count' of git://github.com/disruptek/boto into disru...Mitch Garnaat2013-01-083-66/+118
|\ \ \ | |_|/ |/| |
| * | optional tweaks for backwards compatiblityAndy Davidoff2012-12-203-11/+10
| * | This change constrains requests made by the scanAndy Davidoff2012-12-201-0/+5
| * | make dynamodb.table.(scan|query) track layer2.(scan|query) perfectlyAndy Davidoff2012-12-162-18/+12
| * | oops; fixing broken max_results=0 behaviorAndy Davidoff2012-12-121-1/+1