Commits
User selector
Commit History
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 Jul 2, 2023
gh-106320: Add pycore_complexobject.h header file (#106339)
Show description for c38c666authored
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093authoredgh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Show description for 7d07e58authored
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7cauthored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored
Commits on Oct 11, 2022
gh-97982: Remove asciilib_count() (#98164)
Show description for df3a6d9authored
Commits on Sep 13, 2022
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 Jun 20, 2022
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdfauthored
Commits on May 13, 2022
gh-89653: Use int type for Unicode kind (#92704)
Show description for f62ad4fauthoredgh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Show description for db388dfauthored
Commits on May 12, 2022
Commits on May 3, 2022
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Show description for b270b82authored
Commits on May 2, 2022
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Show description for 18b07d7authored
Commits on Feb 7, 2022
bpo-46670: Define all macros for stringlib (GH-31176)
Show description for 097f74aauthored
Commits on Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7authored
Commits on Jul 19, 2021
Commits on May 22, 2021
Commits on Mar 31, 2021
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Show description for dec0757authored
Commits on Feb 28, 2021
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Show description for 73a85c4andauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthoredbpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Oct 18, 2020
Commits on Jun 23, 2020
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Show description for f363d0aauthoredbpo-40521: Make bytes singletons per interpreter (GH-21074)
Show description for c41eed1authored
Commits on Jun 8, 2020
bpo-29882: Add _Py_popcount32() function (GH-20518)
Show description for c6b292cauthored
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