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 2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse 2019-01-25Add CopyValue to Settings APi.Brian Potchik 2019-01-22fixes #1253 for get_instruction_textJordan Wiens 2019-01-22fixes #1253 by handling bytes and strings for find_next_dataJordan Wiens 2019-01-20Don't use xrange for relocation APIsPeter LaFosse 2019-01-17update company name and copyright dateJordan Wiens 2019-01-03lots of spelling / typo fixesJordan Wiens 2019-01-03- add progress_func optional keyword argument to get_view_of_fileverylazyguy 2019-01-03- fix a bunch of typos in documentationverylazyguy 2018-12-22Python2/3 supportKyleMiles 2018-12-22Added TransformParameter.repr (#1223)Josh Watson 2018-12-22Fix metadata (#1224)Josh Watson * Make metadata a little saner for python3 * Fixed adding a raw string on python3 * Fix a missing parenthesis * Ensure a raw string is converted to bytes when creating a new Metadata 2018-12-14fixes for get_instruction_lines and code cleanupPeter LaFosse 2018-12-13Commonize all InstructionTextToken generationPeter LaFosse 2018-12-12better error handling for bv.readJordan Wiens 2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move ↵Jordan Wiens .instructions to mlil instead of main function -- likewise for llil 2018-12-12small typoJordan Wiens 2018-11-26convert core_serial, version, build_id ando thers to methodsJordan Wiens 2018-11-26Convert core globals to functions.Brian Potchik 2018-11-26Update documentation for show_markdown_report and show_html_reportPeter LaFosse 2018-11-26Fix version switcher on Python 3Rusty Wagner 2018-11-21Fix typo.Brian Potchik 2018-11-21Fix imports in functionrecognizer.pyJosh Watson