Commits
User selector
Commit History
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
Commits on Feb 3, 2020
Commits on Jan 29, 2020
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Show description for d07d9f4authored
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76authored
Commits on Oct 30, 2019
Commits on Sep 11, 2019
- authored andcommitted
Commits on Aug 29, 2019
Commits on Jul 30, 2019
Fix typos in comments, docs and test names (#15018)
Show description for c4cacc8authored andcommitted
Commits on Jun 25, 2019
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Show description for 894263bauthored
Commits on Jun 1, 2019
- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on May 17, 2019
- authored andcommitted
