2 Commits

Author SHA1 Message Date
Jack Williams
19a3bf4859 Minor pepy fixes (#73)
* Minor pepy fixes

* Fix python2

* Fix conversion

* Adjust whitespace

* Bumping pepy version
2018-09-21 10:27:40 -04:00
Marwan Burelle
4d34d91333 Adding support for python3 (#51)
* Adapt wrapper to support python3

This seems to work with either python3 and python2.

* converted test file

* Testing better get_byte implem

* Clean and working get_bytes wrapper

* Correct bytearray display method

* Documents macros for python 2/3 support

* Remove useless typedef

This is C++ code, typedefed struct is useless (and probably bad style
C++).

* Add some comments and C++ style cast.

* Replace new[] with nothrow version

* Update error message to indicate allocation failure
2017-07-22 11:25:27 -04:00