1. 3eec38a Added "i" and "l" to the list of std-mode struct codes that don't range- by Tim Peters · 23 years ago
  2. 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 23 years ago
  3. da9c5b3 The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. by Tim Peters · 23 years ago
  4. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  5. c533edc Renamed some stuff to tell the truth about what it does. by Tim Peters · 23 years ago
  6. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  7. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  8. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  9. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  10. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  11. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  12. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  13. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago