Michael Büsch

Results 12 issues of Michael Büsch

Older or limited filesystems such as FAT don't support huge files. When not writing to a raw device, add an option to automatically split the test files into multiple smaller...

enhancement

The type check for slice assignment to bytearray derived types seems to be a bit too strict: ``` class MyBytearray(bytearray): pass a = MyBytearray(4) b = MyBytearray(4) a[0:4] = b...

docs