lbry-sdk/lbrynet
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
..
androidhelpers recovered an old stash 2018-08-24 11:37:25 -04:00
blob unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
core unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
cryptstream unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
daemon unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
database unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
dht unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
file_manager unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
lbry_file No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
reflector undo simplejson commit 2018-08-24 11:37:53 -04:00
tests/unit/core moved ./lbry/tests to ./tests 2018-08-24 11:37:53 -04:00
wallet update wallet migration 2018-08-24 11:40:43 -04:00
winhelpers No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
__init__.py linux build added and uploading to S3 2018-08-24 11:38:19 -04:00
analytics.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
build_type.py minor 2017-03-15 16:33:41 -04:00
cli.py sq Learning better coding practices with Lex 2 2018-08-24 11:40:43 -04:00
conf.py replace miniupnpc with upnpclient 2018-08-24 11:37:53 -04:00
custom_logger.py fix 2018-07-24 21:10:53 -04:00
interfaces.py fixup long lines 2016-12-07 09:38:34 -05:00