Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only accept bytes, strings, ints, longs and floats as user input | Andy McCurdy | 2018-11-14 | 1 | -7/+21 |
* | Use unicode literals throughout project | Jon Dufresne | 2018-11-03 | 1 | -4/+5 |
* | Remove from __future__ import with_statement | Jon Dufresne | 2018-11-03 | 1 | -1/+0 |
* | avoid calling pytest fixtures directly since that's frowned upon | Andy McCurdy | 2018-10-31 | 1 | -3/+4 |
* | Fix warning during test | Jon Dufresne | 2017-01-28 | 1 | -1/+1 |
* | fix: Connection.encode complains when value is an object having unicode chara... | Eric Du | 2015-05-04 | 1 | -0/+7 |
* | string literals no longer get encoded before being send to Redis | Andy McCurdy | 2014-05-12 | 1 | -0/+9 |
* | with tox/travis, tests don't need to know about the environment | Andy McCurdy | 2014-01-28 | 1 | -14/+4 |
* | encoding fix | andy | 2013-06-07 | 1 | -1/+1 |
* | encoding tests | andy | 2013-06-06 | 1 | -0/+34 |