1. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 6 years ago
  2. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  3. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 8 years ago
  4. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 8 years ago
  5. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  6. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  7. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  8. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  9. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  10. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  11. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  12. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  13. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  14. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 14 years ago
  15. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  16. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  17. 93eb42e Emphasize role of count for Pascal string. by Georg Brandl · 14 years ago
  18. 719e4e3 Merged revisions 82379 via svnmerge from by Mark Dickinson · 14 years ago
  19. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  20. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago
  21. 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 14 years ago
  22. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  23. 6abf182 Merged revisions 80013-80015 via svnmerge from by Mark Dickinson · 14 years ago
  24. c593577 Merged revisions 79674 via svnmerge from by Mark Dickinson · 14 years ago
  25. fbd9d2f Merged revisions 78308 via svnmerge from by Andrew M. Kuchling · 14 years ago
  26. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  27. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  28. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 4ae1946 update the struct documentation to refer to bytes by Benjamin Peterson · 16 years ago
  30. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  31. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  32. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  33. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  34. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  35. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  36. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  37. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago