aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_struct.py
Commit message (Expand)AuthorAge
* gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)Sergey B Kirpichev8 days
* gh-129354: Use PyErr_FormatUnraisable() function (#129523)Victor Stinner2025-02-05
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-24
* gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)Sergey B Kirpichev2024-10-10
* gh-121249: Support _Complex types in the struct module (#121613)Sergey B Kirpichev2024-10-07
* gh-124248: Fix crash in struct when processing 0p fields (#124251)Brian Schubert2024-09-20
* gh-118846: Fix PGO tests in free-threaded build (#118862)Sam Gross2024-05-09
* gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)Mark Dickinson2023-11-26
* gh-107406: Add better `struct.Struct` repr (#107407)denballakh2023-08-26
* gh-98248: Normalizing the error messages in function struct.pack (GH-98252)Felix Ye2022-12-04
* GH-78724: Initialize struct.Struct in __new__ (GH-94532)Kumar Aditya2022-09-25
* GH-94254: Make _struct module types immutable (#94269)Kumar Aditya2022-06-26
* gh-94207: Fix struct module leak (GH-94239)Mark Dickinson2022-06-25
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-01
* bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...Nikita Sobolev2021-09-07
* bpo-35714: Reject null characters in struct format strings (GH-16928)Zackery Spytz2020-05-25
* bpo-38076 Clear the interpreter state only after clearing module globals (GH-...Eddie Elizondo2020-02-04
* bpo-38076: Make struct module PEP-384 compatible (#15805)Dino Viehland2019-09-10
* bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang2018-03-11
* Fix bytes warnings in test_struct (added in bpo-29802). (#4068)Serhiy Storchaka2017-10-21
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-23
* bpo-30245: Fix possible overflow when organize struct.pack_into error message...Johan Liu2017-06-02
* bpo-29802: Fix reference counting in module-level struct functions (#1213)Serhiy Storchaka2017-04-20
* bpo-29649: Improve struct.pack_into() boundary error messages (#424)Andrew Nester2017-04-04
* Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-02
* Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-02
* require a long long data type (closes #27961)Benjamin Peterson2016-09-05
* Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-03
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-27
|\
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-27
* | Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-17
* | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-27
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #15467: Merge 3.2Martin v. Löwis2012-07-29
|\
| * Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-29
* | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-28
|\|
| * Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-28
* | MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-23
|\|
| * Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-23
* | Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-23
|\|
| * Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-23
* | Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-06
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| * Merged revisions 82637 via svnmerge fromBenjamin Peterson2010-07-07
| * Merged revisions 82628,82630 via svnmerge fromBenjamin Peterson2010-07-07
| * Merged revisions 81897-81898,81902 via svnmerge fromMark Dickinson2010-06-11
| * Merged revisions 78692 via svnmerge fromMark Dickinson2010-03-05
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13