1. ee3fd46 Rename configuration variables controling Python features. by Damien George · 11 years ago
  2. 0537654 modstruct: struct_calcsize: Fix case of uninitialized var. by Paul Sokolovsky · 11 years ago
  3. da9f092 py, unix: Add copyright for modules I worked closely on. by Paul Sokolovsky · 11 years ago
  4. df94b71 modstruct: Implement count specifier for strings (e.g. "100s"). by Paul Sokolovsky · 11 years ago
  5. 147c80b modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1. by Paul Sokolovsky · 11 years ago v1.0.1
  6. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  7. 6d3c5e4 Add ARRAY_SIZE macro, and use it where possible. by Damien George · 11 years ago
  8. 6204460 modstruct: Initial implementation of struct.pack(). by Paul Sokolovsky · 11 years ago
  9. 1355cf4 modstruct: Fix .calcsize() to account for struct type/alignment. by Paul Sokolovsky · 11 years ago
  10. b11b85a py: Allow to pass buffer protocol flags to get_buffer helper funcs. by Damien George · 11 years ago
  11. 57a4b4f py: Add typecode to buffer protocol. by Damien George · 11 years ago
  12. 0c43cf9 modstruct: Basic implementation of native struct alignment and types. by Paul Sokolovsky · 11 years ago
  13. 6582d64 modstruct: Refactor to support both LE and BE packed structs. by Paul Sokolovsky · 11 years ago
  14. bf8ae4d py: Fix modstruct to compile on 64-bit machine. by Damien George · 11 years ago
  15. e9db840 py: Start implementing "struct" module. by Paul Sokolovsky · 11 years ago