1. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  2. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 18 years ago
  3. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  4. c65a13f Whitespace normalization. by Tim Peters · 18 years ago
  5. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 18 years ago
  6. 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 18 years ago
  7. 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 18 years ago
  8. aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 18 years ago
  9. 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 18 years ago
  10. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 18 years ago
  11. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 18 years ago
  12. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  13. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  14. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  15. eb62127 refactor unpack, add unpack_from by Bob Ippolito · 18 years ago
  16. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 20 years ago
  17. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  18. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  19. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  21. 0891ac0 The 'p' (Pascal string) pack code acts unreasonably when the string size by Tim Peters · 23 years ago
  22. 3eec38a Added "i" and "l" to the list of std-mode struct codes that don't range- by Tim Peters · 23 years ago
  23. 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 23 years ago
  24. da9c5b3 The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. by Tim Peters · 23 years ago
  25. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  26. c533edc Renamed some stuff to tell the truth about what it does. by Tim Peters · 23 years ago
  27. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  28. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  29. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  30. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  31. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  32. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  33. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  34. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago