1. 6204460 modstruct: Initial implementation of struct.pack(). by Paul Sokolovsky · 11 years ago
  2. 1355cf4 modstruct: Fix .calcsize() to account for struct type/alignment. by Paul Sokolovsky · 11 years ago
  3. b11b85a py: Allow to pass buffer protocol flags to get_buffer helper funcs. by Damien George · 11 years ago
  4. 57a4b4f py: Add typecode to buffer protocol. by Damien George · 11 years ago
  5. 0c43cf9 modstruct: Basic implementation of native struct alignment and types. by Paul Sokolovsky · 11 years ago
  6. 6582d64 modstruct: Refactor to support both LE and BE packed structs. by Paul Sokolovsky · 11 years ago
  7. bf8ae4d py: Fix modstruct to compile on 64-bit machine. by Damien George · 11 years ago
  8. e9db840 py: Start implementing "struct" module. by Paul Sokolovsky · 11 years ago