summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_struct.c.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang2018-03-101-2/+3
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-5/+5
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-031-13/+5
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-101-7/+7
* Issue #29300: Use Argument Clinic for getting struct object from the format.Serhiy Storchaka2017-02-041-18/+51
* Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-8/+12
* Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+276