8 Commits (a37621a429f4598be6bfd1eb9332b761d351df46)

Author SHA1 Message Date
Adam Wen f5001a0e36 fix decode error in py3. 11 years ago
Vincent Driessen ab9e6b852e Fix PEP8 complaints. 12 years ago
Vincent Driessen 38ec259b6e Enable the most modern Python syntax. 12 years ago
Vincent Driessen 9def988a85 Flip conditional sides of helper definitions (no semantic change). 12 years ago
Alex Morega 328e7611d3 use utf-8 instead of ascii 13 years ago
Alex Morega 8d61d3bf26 port string handling to py3
Redis uses byte values for everything. We save queue names and job
IDs as unicode. So we need to convert every time we get data from redis.
13 years ago
Alex Morega a3b5ce5e46 accomodate py3 imports and builtins 13 years ago
Vincent Driessen 77fb32791d Include a copy of dictConfig in RQ, for Python 2.6 compat. 13 years ago