1. Long is not supported in python3 so using `numbers.Integral` instead. 2. added `tuple` to the list case 3. `strings` are restored as `bytes`. Changed to restore string as string and bytes as bytes. in python2 both functions restore as str. 4. Added type to the ValueError exception to display the type that is not supported. 2019-02-01python: make arch hooks transparentRyan Snyder Fixes #1150 Fixes #1065 2019-01-30Don't require a source function for LLIL functionsRusty Wagner 2019-01-30Fix rebase removing changesRusty Wagner 2019-01-30Prepare API for Python UI bindingsRusty Wagner 2019-01-30Fix documentation for Type.constPeter LaFosse 2019-01-29Add short alises for low_level_il (llil) and medium_level_il (mlil)Peter LaFosse