1. c348e79 py/binary: Change mp_uint_t to size_t for index, size, align args. by Damien George · 6 years ago
  2. 24c3e9b py/modstruct: Fix struct.pack_into with unaligned offset of native type. by Damien George · 6 years ago
  3. 1022f9c py/modstruct: Fix struct.unpack with unaligned offset of native type. by Tom McDermott · 6 years ago
  4. 653e175 various: Update early copyright years to match actual edit history. by Damien George · 6 years ago
  5. 016d9a4 various: Add and update my copyright line based on git history. by Paul Sokolovsky · 6 years ago
  6. 025e5f2 py/binary: Change internal bytearray typecode from 0 to 1. by Damien George · 8 years ago
  7. 55f3324 all: Use the name MicroPython consistently in comments by Alexander Steffen · 8 years ago
  8. 299bc62 all: Unify header guard usage. by Alexander Steffen · 8 years ago
  9. f5dd6f7 py/binary: Make return type of mp_binary_get_size size_t instead of int. by Kaspar Schleiser · 10 years ago
  10. 51dfcb4 py: Move to guarded includes, everywhere in py/ core. by Damien George · 11 years ago
  11. 9336ee3 py: Make mp_binary_set_val work on big endian machine. by Damien George · 11 years ago
  12. 42f3de9 py: Convert [u]int to mp_[u]int_t where appropriate. by Damien George · 11 years ago
  13. 9530743 py: Enable struct/binary-helper to parse q and Q sized ints. by Damien George · 11 years ago
  14. 4abff75 py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. by Damien George · 11 years ago
  15. 5fa5ca4 binary: Factor out mp_binary_set_int(). by Paul Sokolovsky · 11 years ago
  16. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  17. 7a2f166 modstruct: Fix alignment handling issues. by Paul Sokolovsky · 11 years ago
  18. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  19. 6204460 modstruct: Initial implementation of struct.pack(). by Paul Sokolovsky · 11 years ago
  20. 1355cf4 modstruct: Fix .calcsize() to account for struct type/alignment. by Paul Sokolovsky · 11 years ago
  21. 71e9bfa py: Add mp_binary_set_val_array_from_int, to store an int directly. by Damien George · 11 years ago
  22. 0c43cf9 modstruct: Basic implementation of native struct alignment and types. by Paul Sokolovsky · 11 years ago
  23. 6582d64 modstruct: Refactor to support both LE and BE packed structs. by Paul Sokolovsky · 11 years ago
  24. e9db840 py: Start implementing "struct" module. by Paul Sokolovsky · 11 years ago
  25. 8bc3516 ffi: Implement ffivar.get()/set() methods. by Paul Sokolovsky · 11 years ago