| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564) | Serhiy Storchaka | 2024-11-08 | 1 | -4/+7 |
|
|
* | gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424) | Mark Dickinson | 2023-11-26 | 1 | -8/+8 |
|
|
* | gh-67565: Remove redundant C-contiguity checks (GH-105521) | Furkan Onder | 2023-10-23 | 1 | -17/+1 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+2 |
|
|
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 1 | -5/+4 |
|
|
* | gh-106320: Remove private AC converter functions (#108505) | Victor Stinner | 2023-08-26 | 1 | -1/+2 |
|
|
* | GH-78724: Initialize struct.Struct in __new__ (GH-94532) | Kumar Aditya | 2022-09-25 | 1 | -8/+8 |
|
|
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -52/+22 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -4/+109 |
|
|
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
|
|
* | bpo-1635741: Port _struct to multiphase initialization (GH-23398) | Christian Heimes | 2020-11-19 | 1 | -5/+5 |
|
|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -3/+3 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -11/+1 |
|
|
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | RĂ©mi Lapeyre | 2019-08-29 | 1 | -5/+5 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -10/+77 |
|
|
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 1 | -6/+18 |
|
|
* | bpo-23867: Argument Clinic: inline parsing code for a single positional param... | Serhiy Storchaka | 2018-12-25 | 1 | -3/+7 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -5/+5 |
|
|
* | bpo-30249: Improve struct.unpack_from() error messages (GH-6059) | Xiang Zhang | 2018-03-10 | 1 | -2/+3 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -5/+5 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -13/+5 |
|
|
* | bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) | Sylvain | 2017-06-10 | 1 | -7/+7 |
|
|
* | Issue #29300: Use Argument Clinic for getting struct object from the format. | Serhiy Storchaka | 2017-02-04 | 1 | -18/+51 |
|
|
* | Rename struct.unpack() 2nd parameter to "buffer" | Victor Stinner | 2017-02-02 | 1 | -8/+12 |
|
|
* | Issue #29300: Convert _struct module to Argument Clinic | Victor Stinner | 2017-02-02 | 1 | -0/+276 |
|
|