Commits
User selector
Commit History
Commits on Mar 6, 2022
Commits on Mar 2, 2022
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Show description for b6b711aauthoredbpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Show description for 6ddb09fauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Feb 7, 2022
bpo-46670: Define all macros for stringlib (GH-31176)
Show description for 097f74aauthored
Commits on Jan 21, 2022
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
Show description for a1bf329authored
Commits on Jan 11, 2022
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Show description for cf496d6authored
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5authored
Commits on Oct 19, 2021
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Show description for 5f09bb0authored
Commits on Oct 13, 2021
bpo-45434: Remove pystrhex.h header file (GH-28923)
Show description for bbe7497authored
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthored
Commits on Aug 23, 2021
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26authored
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthored
Commits on Dec 3, 2020
bpo-42431: Fix outdated bytes comments (GH-23458)
Show description for 2ad9382authored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthored
Commits on Nov 22, 2020
bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461)
Show description for 313467eauthored
Commits on Oct 9, 2020
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Show description for e2ec0b2authored
Commits on Aug 3, 2020
A (very) slight speed improvement for iterating over bytes (#21705)
Show description for 488512bauthored
Commits on Jul 20, 2020
Commits on Jun 29, 2020
bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437)
Show description for e67f7dbauthored
Commits on Jun 25, 2020
bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
Show description for 91698d8authored
Commits on Jun 23, 2020
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Show description for c41eed1authored
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2authored
Commits on Jun 10, 2020
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Show description for d36cf5fauthored
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 Apr 22, 2020
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
Show description for a81849bauthored
Commits on Apr 15, 2020
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933eauthored
Commits on Apr 12, 2020
Commits on Apr 11, 2020
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260authored
Commits on Feb 12, 2020
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Show description for 45876a9authored