COMMITS
/ Doc/library/struct.rst March 27, 2026
S
Mention _Float16 (type from Annex H of the C23) in the struct docs (#146243)
Sergey B Kirpichev committed
March 23, 2026
P
gh-108907: ctypes: Document _type_ codes (GH-145837)
Petr Viktorin committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
May 2, 2025
S
gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
Sergey B Kirpichev committed
S
gh-121249: unconditionally support `complex` types in `struct` (GH-132864)
Sergey B Kirpichev committed
April 23, 2025
S
gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)
Sergey B Kirpichev committed
October 7, 2024
S
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev committed
August 18, 2024
S
gh-123110: correct note about _Bool in the struct module docs (GH-123111)
Sergey B Kirpichev committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 19, 2024
S
Docs: Add explanation about little/big endian (#109841)
Simon A. Eugster committed
August 26, 2023
D
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
June 30, 2023
F
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
February 22, 2023
T
Fix syntax error in struct doc example (#102160)
Terry Jan Reedy committed
January 28, 2023
P
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie committed
December 31, 2022
S
GH-87002: fix caching documentation in `struct` module (#24164)
Sandeep Subramanian committed
November 22, 2022
S
gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141)
Skip Montanaro committed
October 28, 2022
S
gh-65002: Make note that null bytes are used to pad bytes (#98635)
Stanley committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
June 21, 2022
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
June 9, 2022
C
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
CAM Gerlach committed
September 11, 2020
S
[doc] struct: update note about network byte order form to be more helpful (GH-22201)
Stargirl Flowers committed
February 10, 2020
C
Remove redundant references in struct doc (GH-18053)
Christophe Nanteuil committed
August 22, 2019
S
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
Sergey Fedoseev committed
June 5, 2019
P
bpo-37134: Add PEP570 notation to the documentation (GH-13743)
Pablo Galindo committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
September 11, 2018
Z
bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)
Zackery Spytz committed
March 10, 2018
X
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang committed
June 23, 2017
V
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner committed
February 2, 2017
V
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner committed
November 10, 2016
Y
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Yury Selivanov committed
September 3, 2016
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 15, 2016
M
Issue #26535: Correct docs regarding the struct buffer size
Martin Panter committed
October 31, 2014
G
#22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse)
Georg Brandl committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
April 26, 2013
A
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
Antoine Pitrou committed
October 6, 2011
A
Issue #3163: The struct module gets new format characters 'n' and 'N'
Antoine Pitrou committed
July 17, 2011
S
Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character.
Senthil Kumaran committed
December 28, 2010
V
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
Victor Stinner committed
October 15, 2010
S
Fixing some sphinx inline directives - detected using ``make check``.
Senthil Kumaran committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 10, 2010
G
Emphasize role of count for Pascal string.
Georg Brandl committed
June 29, 2010
M
Merged revisions 82379 via svnmerge from
Mark Dickinson committed
June 15, 2010
M
Merged revisions 81992 via svnmerge from
Mark Dickinson committed
June 12, 2010
M
Issue #8469: Reorder struct module sections for clarity; other minor tweaks.
Mark Dickinson committed