Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/modstruct: In struct.pack, stop converting if there are no args left. | Damien George | 2017-09-01 |
| | | | | | | This patch makes a repeat counter behave the same as repeating the typecode, when there are not enough args. For example: struct.pack('2I', 1) now behave the same as struct.pack('II', 1). | ||
* | tests/basics: Add tests to improve coverage of binary.c. | Rami Ali | 2016-12-28 |