| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564) | Serhiy Storchaka | 2024-11-08 | 1 | -2/+3 |
|
|
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) | Victor Stinner | 2024-10-09 | 1 | -2/+2 |
|
|
* | gh-124502: Optimize unicode_eq() (#125105) | Victor Stinner | 2024-10-08 | 1 | -7/+12 |
|
|
* | gh-121040: Use __attribute__((fallthrough)) (#121044) | Victor Stinner | 2024-06-27 | 1 | -2/+2 |
|
|
* | gh-120196: Reuse find_max_char() for bytes objects (#120497) | Ruben Vorderman | 2024-06-17 | 1 | -4/+6 |
|
|
* | gh-120397: Optimize str.count() for single characters (#120398) | Ruben Vorderman | 2024-06-13 | 1 | -0/+19 |
|
|
* | gh-119879: str.find(): Utilize last character gap for two-way periodic needle... | d.grigonis | 2024-06-04 | 1 | -28/+35 |
|
|
* | gh-119396: Optimize unicode_repr() (#119617) | Victor Stinner | 2024-05-28 | 1 | -0/+95 |
|
|
* | gh-117557: Improve error messages when a string, bytes or bytearray of length... | Serhiy Storchaka | 2024-05-28 | 1 | -7/+49 |
|
|
* | gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (... | Erlend E. Aasland | 2024-04-12 | 1 | -47/+0 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+2 |
|
|
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 1 | -5/+4 |
|
|
* | gh-106320: Remove private AC converter functions (#108505) | Victor Stinner | 2023-08-26 | 1 | -1/+2 |
|
|
* | gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) | Victor Stinner | 2023-08-24 | 1 | -2/+2 |
|
|
* | gh-106320: Add pycore_complexobject.h header file (#106339) | Victor Stinner | 2023-07-02 | 1 | -0/+1 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 2 | -15/+2 |
|
|
* | gh-105156: Cleanup usage of old Py_UNICODE type (#105158) | Victor Stinner | 2023-06-01 | 1 | -1/+1 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99657) | Victor Stinner | 2022-11-22 | 1 | -4/+2 |
|
|
* | gh-99300: Use Py_NewRef() in Objects/ directory (#99354) | Victor Stinner | 2022-11-10 | 3 | -10/+5 |
|
|
* | gh-97982: Remove asciilib_count() (#98164) | Victor Stinner | 2022-10-11 | 1 | -1/+6 |
|
|
* | gh-94808: improve comments and coverage of fastsearch.h (GH-96760) | Dennis Sweeney | 2022-09-13 | 2 | -5/+6 |
|
|
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 1 | -18/+8 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -2/+41 |
|
|
* | gh-84461: Silence some compiler warnings on WASM (GH-93978) | Christian Heimes | 2022-06-20 | 1 | -1/+1 |
|
|
* | gh-93033: Use wmemchr in stringlib (GH-93034) | goldsteinn | 2022-05-24 | 8 | -14/+36 |
|
|
* | gh-89653: Use int type for Unicode kind (#92704) | Victor Stinner | 2022-05-13 | 1 | -1/+1 |
|
|
* | gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705) | Victor Stinner | 2022-05-13 | 1 | -3/+0 |
|
|
* | gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) | Inada Naoki | 2022-05-12 | 2 | -40/+3 |
|
|
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
|
|
* | bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) | Serhiy Storchaka | 2022-05-02 | 1 | -2/+13 |
|
|
* | bpo-46670: Define all macros for stringlib (GH-31176) | Victor Stinner | 2022-02-07 | 8 | -17/+22 |
|
|
* | bpo-35134: Add Include/cpython/floatobject.h (GH-28957) | Victor Stinner | 2021-10-14 | 1 | -0/+2 |
|
|
* | bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091) | Dennis Sweeney | 2021-07-19 | 1 | -272/+331 |
|
|
* | Remove effbot urls (GH-26308) | E-Paine | 2021-05-22 | 1 | -1/+2 |
|
|
* | bpo-43179: Generalise alignment for optimised string routines (GH-24624) | Jessica Clarke | 2021-03-31 | 2 | -11/+6 |
|
|
* | bpo-41972: Use the two-way algorithm for string searching (GH-22904) | Dennis Sweeney | 2021-02-28 | 2 | -20/+901 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -2/+2 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -1/+1 |
|
|
* | bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G... | Ma Lin | 2020-10-18 | 2 | -25/+25 |
|
|
* | bpo-40521: Make empty Unicode string per interpreter (GH-21096) | Victor Stinner | 2020-06-23 | 7 | -10/+6 |
|
|
* | bpo-40521: Make bytes singletons per interpreter (GH-21074) | Victor Stinner | 2020-06-23 | 8 | -17/+24 |
|
|
* | bpo-29882: Add _Py_popcount32() function (GH-20518) | Victor Stinner | 2020-06-08 | 1 | -1/+1 |
|
|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -5/+5 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -26/+1 |
|
|
* | bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572) | Victor Stinner | 2020-04-17 | 1 | -1/+1 |
|
|
* | bpo-40302: Add pycore_byteswap.h header file (GH-19552) | Victor Stinner | 2020-04-17 | 1 | -16/+20 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (... | Serhiy Storchaka | 2020-04-12 | 1 | -2/+2 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -1/+1 |
|
|
* | Update some www.unicode.org URLs to use HTTPS. (GH-18912) | Benjamin Peterson | 2020-03-11 | 1 | -1/+1 |
|
|
* | bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ... | Serhiy Storchaka | 2020-03-09 | 1 | -4/+5 |
|
|