tooz/tooz
Dmitriy Rabotjagov c1b787e682 Fixed UnicodeEncodeError for Python2 unicode objects
On python2 in case of unicode objects, str() was causing UnicodeEncodeError.
Also utf8 encoding as a default (mostly for Python2)

Change-Id: I64373133f65c5b11daa3462b7c21a55d06738c09
(cherry picked from commit 17b9e9d42c)
2019-02-04 15:14:55 +00:00
..
drivers Merge "redis: always remove lock from acquired lock when release()ing" 2017-08-23 17:08:12 +00:00
tests Fixed UnicodeEncodeError for Python2 unicode objects 2019-02-04 15:14:55 +00:00
__init__.py Move ToozError to root module 2016-12-07 23:40:35 +01:00
_retry.py coordinator: add join_group_create 2016-11-24 10:25:52 +01:00
coordination.py Use the same default timeout for async result 2017-08-14 10:08:02 +02:00
hashring.py simplify hashring node lookup 2017-04-02 17:45:30 +00:00
locking.py Add shared filelock 2017-03-21 11:27:24 +08:00
partitioner.py Fixed UnicodeEncodeError for Python2 unicode objects 2019-02-04 15:14:55 +00:00
utils.py Stop making tooz.utils depending on tooz.coordination 2017-01-01 18:47:16 +01:00