1. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  2. 5493d5e Issue #19099: The struct module now supports Unicode format strings. by Serhiy Storchaka · 11 years ago
  3. 17feac7 fix issue reference by Benjamin Peterson · 12 years ago
  4. b2c57a9 this obviously is not going to raise any -3 warnings by Benjamin Peterson · 12 years ago
  5. 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
  6. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 13 years ago
  7. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 13 years ago
  8. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 13 years ago
  9. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 13 years ago
  10. 9d8c456 Merged revisions 82777 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 8e93f4e this makes checking for warnings less error prone by Benjamin Peterson · 15 years ago
  12. 0b00b6b Merged revisions 82739,82741 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 306d88f Merged revisions 82735 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 86ac22e Merged revisions 82637 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 489113f Merged revisions 82628,82630 via svnmerge from by Benjamin Peterson · 15 years ago
  16. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  17. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
  18. a28eb1c Use more specific assert* methods in test_struct. by Ezio Melotti · 15 years ago
  19. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
  20. db4a321 Cleanup test_struct using check_warnings. by Florent Xicluna · 15 years ago
  21. 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
  22. 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 15 years ago
  23. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  24. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  25. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  26. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
  27. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 16 years ago
  28. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 16 years ago
  29. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
  30. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  31. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  32. 0638a08 #3694: add test for fix committed in r66693. by Georg Brandl · 16 years ago
  33. 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 16 years ago
  34. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 16 years ago
  35. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  36. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 17 years ago
  37. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
  38. a0205d0 silence the test when it is skipped on some platforms. should fix a buildbot. by Gregory P. Smith · 17 years ago
  39. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  40. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 17 years ago
  41. c23b8a7 Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently by Mark Dickinson · 17 years ago
  42. f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
  43. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  44. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  45. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  46. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
  47. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
  48. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 19 years ago
  49. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 19 years ago
  50. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 19 years ago
  51. c65a13f Whitespace normalization. by Tim Peters · 19 years ago
  52. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 19 years ago
  53. 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 19 years ago
  54. 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 19 years ago
  55. aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 19 years ago
  56. 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 19 years ago
  57. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 19 years ago
  58. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 19 years ago
  59. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 19 years ago
  60. fe98f96 Whitespace normalization. by Tim Peters · 19 years ago
  61. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 19 years ago
  62. eb62127 refactor unpack, add unpack_from by Bob Ippolito · 19 years ago
  63. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 21 years ago
  64. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  65. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  66. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  67. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  68. 0891ac0 The 'p' (Pascal string) pack code acts unreasonably when the string size by Tim Peters · 24 years ago
  69. 3eec38a Added "i" and "l" to the list of std-mode struct codes that don't range- by Tim Peters · 24 years ago
  70. 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 24 years ago
  71. da9c5b3 The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. by Tim Peters · 24 years ago
  72. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 24 years ago
  73. c533edc Renamed some stuff to tell the truth about what it does. by Tim Peters · 24 years ago
  74. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 24 years ago
  75. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  76. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  77. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  78. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  79. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  80. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  81. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago