Commits
User selector
Commit History
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
Commits on Apr 17, 2020
- authored
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Show description for 1ae035bauthored
Commits on Apr 12, 2020
Commits on Apr 11, 2020
Commits on Mar 11, 2020
Commits on Mar 9, 2020
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Show description for eebaa9bandauthored
Commits on Feb 27, 2020
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Show description for 02a4d57authored
Commits on Feb 12, 2020
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Show description for 45876a9authoredcloses bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5authored
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6edauthored