cppo-ng/blocksfree
T. Joseph Carter 2c44e50316 Change ByteBuffer reads on one byte
If you read one index from a bytes or bytearray, you get an int, not a single
character bytes object.  Originally I didn't want to mimic that feature because
it's actually somewhat annoying at times.  Realizing it was done that way for a
reason, and not doing it in ByteBuffer is gonna be even more annoying.
2017-07-18 10:21:17 -07:00
..
buffer Change ByteBuffer reads on one byte 2017-07-18 10:21:17 -07:00
__init__.py Consistent copyright notices 2017-07-08 07:48:30 -07:00
diskimg.py Consistent copyright notices 2017-07-08 07:48:30 -07:00
legacy.py isnumber is no longer used 2017-07-16 12:28:59 -07:00
logging.py Mostly style improvements to logging.py 2017-07-18 09:28:48 -07:00
util.py Significant style improvements for util.py 2017-07-17 08:46:20 -07:00