summaryrefslogtreecommitdiff
path: root/redis/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* connection pool testsandy2013-06-041-0/+2
* use iterators for dict traversal in both python 2 and 3andy2013-05-231-5/+5
* pep8andy2013-04-271-1/+1
* pep8andy2013-04-221-4/+4
* compat: extract queue imports to _compat module.James Arthur2013-04-191-0/+27
* in _compat for py3k only encode if param is not bytes type in b()Salimane Adjao Moustapha2012-09-141-1/+1
* Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-071-2/+4
* Fixed compatibility issue with Python 2.5 and 2.6 introduced in theAlex Grönholm2012-08-071-2/+2
* Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-0/+48