summaryrefslogtreecommitdiff
path: root/tests/encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* encoding testsandy2013-06-061-65/+0
|
* Format code per pep8 guidelinesPaul Belanger2013-03-301-0/+1
| | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* Fixed bug in list_or_args() helper function in python3.xRoman Imankulov2012-11-211-1/+13
|
* Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-5/+6
|
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-11/+18
|
* Merge remote-tracking branch 'encoding/2.4.11-fix' into encodingandy2012-06-101-8/+17
| | | | | Conflicts: redis/connection.py
* Added unit tests for unicode handling in PythonParser and HiredisParserFrankie Dintino2012-02-081-0/+35