lbry-sdk/lbrynet/dht
Lex Berezhny 10b34d6b33
unnecessary list() added during py3 port
instead of recursive bytes2unicode use a proper JSONEncoder to conver bytes->unicode for json.dumps()
removing excessive isinstance(data, bytes) checks
py3: / -> // and list() around .items() that gets modified in loop
moved lbrynet.undecorated to where its actually used and hopefully we can delete it eventually
removed build/upload_assets.py, travis can do all this now
2018-08-24 11:40:43 -04:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
AUTHORS initial commit 2015-08-20 11:27:15 -04:00
constants.py prune failures during is_ignored calls 2018-07-12 18:24:59 -03:00
contact.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
COPYING pylint: fix trailing-whitespace 2016-12-14 19:21:59 -06:00
datastore.py more dht fixes and most of functional tests 2018-08-24 11:37:53 -04:00
distance.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
encoding.py refactoring of DHT tests and fixed encoding bug when dealing with bytearray 2018-08-24 11:40:43 -04:00
error.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
hashannouncer.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
interface.py add removePeer to interface 2017-10-10 13:27:44 -04:00
iterativefind.py more porting, plus some functional tests working 2018-08-24 11:37:53 -04:00
kbucket.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
msgformat.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
msgtypes.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
node.py unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
peerfinder.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
protocol.py refactoring of DHT tests and fixed encoding bug when dealing with bytearray 2018-08-24 11:40:43 -04:00
routingtable.py more porting, plus some functional tests working 2018-08-24 11:37:53 -04:00