Commits
User selector
Commit History
Commits on Mar 27, 2025
gh-131525: Cache the result of tuple_hash (#131529)
Show description for 8614f86authored
Commits on Nov 8, 2024
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Show description for 061e50fauthored
Commits on May 28, 2024
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 31, 2023
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Show description for ad73674authored
Commits on Aug 26, 2023
gh-106320: Remove private AC converter functions (#108505)
Show description for 8ba4714authored
Commits on Aug 24, 2023
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Show description for 4e5a728authored
Commits on Aug 13, 2022
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6authored
Commits on May 3, 2022
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Show description for b270b82authored
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229authored
Commits on May 26, 2020
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Show description for 578c395authored
Commits on Aug 29, 2019
Commits on Mar 14, 2019
Commits on Jan 11, 2019
Commits on Dec 25, 2018
Commits on Nov 27, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Show description for 4a934d4authored
Commits on Jul 6, 2018
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Show description for c929df3authored
Loading