| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128133: use relaxed atomics for hash of bytes (#128412) | Abhijeet | 2025-01-03 | 1 | -31/+39 |
|
|
* | gh-127740: For odd-length input to bytes.fromhex(...) change the error messag... | Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) | 2024-12-11 | 1 | -4/+14 |
|
|
* | gh-126076: Account for relocated objects in tracemalloc (#126077) | Pablo Galindo Salgado | 2024-11-19 | 1 | -0/+1 |
|
|
* | GH-126547: Pre-assign version numbers for a few common classes (GH-126551) | Mark Shannon | 2024-11-08 | 1 | -0/+1 |
|
|
* | GH-125174: Make immortal objects more robust, following design from PEP 683 (... | Mark Shannon | 2024-10-10 | 1 | -3/+3 |
|
|
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195) | Victor Stinner | 2024-10-09 | 1 | -1/+1 |
|
|
* | gh-111178: Fix function signatures in bytesobject.c (#124806) | Victor Stinner | 2024-10-02 | 1 | -36/+41 |
|
|
* | gh-123091: Use _Py_IsImmortalLoose() (#123511) | Victor Stinner | 2024-09-02 | 1 | -3/+3 |
|
|
* | gh-122854: Add Py_HashBuffer() function (#122855) | Victor Stinner | 2024-08-30 | 1 | -1/+1 |
|
|
* | gh-121645: Add PyBytes_Join() function (#121646) | Victor Stinner | 2024-08-30 | 1 | -4/+12 |
|
|
* | Replace PyObject_Del with PyObject_Free (#122453) | Victor Stinner | 2024-08-01 | 1 | -1/+1 |
|
|
* | gh-117557: Improve error messages when a string, bytes or bytearray of length... | Serhiy Storchaka | 2024-05-28 | 1 | -9/+20 |
|
|
* | Remove almost all unpaired backticks in docstrings (#119231) | Geoffrey Thomas | 2024-05-22 | 1 | -11/+11 |
|
|
* | gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (... | Erlend E. Aasland | 2024-04-12 | 1 | -17/+74 |
|
|
* | gh-117439: Make refleak checking thread-safe without the GIL (#117469) | Sam Gross | 2024-04-08 | 1 | -1/+1 |
|
|
* | gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen... | Erlend E. Aasland | 2024-04-03 | 1 | -8/+42 |
|
|
* | gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11... | Serhiy Storchaka | 2024-03-25 | 1 | -18/+23 |
|
|
* | gh-108767: Replace ctype.h functions with pyctype.h functions (#108772) | Victor Stinner | 2023-09-01 | 1 | -4/+4 |
|
|
* | gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459) | Victor Stinner | 2023-08-24 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private _PyEval function (#108433) | Victor Stinner | 2023-08-24 | 1 | -2/+3 |
|
|
* | GH-84436: Skip refcounting for known immortals (GH-107605) | Brandt Bucher | 2023-08-04 | 1 | -15/+12 |
|
|
* | gh-105235: Prevent reading outside buffer during mmap.find() (#105252) | Dennis Sweeney | 2023-07-13 | 1 | -2/+19 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -2/+0 |
|
|
* | fix typos (#106247) | Inada Naoki | 2023-06-30 | 1 | -2/+2 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 1 | -2/+0 |
|
|
* | gh-104018: remove unused format "z" handling in string formatfloat() (#104107) | John Belmonte | 2023-05-07 | 1 | -3/+0 |
|
|
* | gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033) | John Belmonte | 2023-05-01 | 1 | -1/+0 |
|
|
* | gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) | Eric Snow | 2023-04-27 | 1 | -19/+0 |
|
|
* | gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545) | Eric Snow | 2023-03-21 | 1 | -1/+1 |
|
|
* | gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514) | Eric Snow | 2023-03-08 | 1 | -5/+4 |
|
|
* | gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int... | Ionite | 2023-02-24 | 1 | -3/+8 |
|
|
* | gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057) | Nikita Sobolev | 2023-01-16 | 1 | -1/+3 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -2/+2 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99657) | Victor Stinner | 2022-11-22 | 1 | -3/+1 |
|
|
* | gh-99300: Use Py_NewRef() in Objects/ directory (#99332) | Victor Stinner | 2022-11-10 | 1 | -34/+17 |
|
|
* | GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) | Kumar Aditya | 2022-05-27 | 1 | -4/+0 |
|
|
* | gh-89653: Use int type for Unicode kind (#92704) | Victor Stinner | 2022-05-13 | 1 | -1/+1 |
|
|
* | Use static inline function Py_EnterRecursiveCall() (#91988) | Victor Stinner | 2022-05-04 | 1 | -1/+1 |
|
|
* | gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9... | Serhiy Storchaka | 2022-04-30 | 1 | -5/+24 |
|
|
* | gh-91020: Add `PyBytes_Type.tp_alloc` for subclass (GH-91686) | Inada Naoki | 2022-04-20 | 1 | -1/+20 |
|
|
* | bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049) | John Belmonte | 2022-04-11 | 1 | -2/+9 |
|
|
* | bpo-47070: Add _PyBytes_Repeat() (GH-31999) | Pieter Eendebak | 2022-03-28 | 1 | -17/+29 |
|
|
* | bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110) | Pieter Eendebak | 2022-03-26 | 1 | -2/+2 |
|
|
* | bpo-47012: speed up iteration of bytes and bytearray (GH-31867) | Kumar Aditya | 2022-03-23 | 1 | -1/+1 |
|
|
* | bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598) | Inada Naoki | 2022-03-06 | 1 | -0/+18 |
|
|
* | bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642) | Victor Stinner | 2022-03-02 | 1 | -0/+1 |
|
|
* | bpo-46848: Use stringlib/fastsearch in mmap (GH-31625) | Dennis Sweeney | 2022-03-02 | 1 | -0/+18 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -7/+4 |
|
|
* | bpo-46670: Define all macros for stringlib (GH-31176) | Victor Stinner | 2022-02-07 | 1 | -0/+1 |
|
|
* | bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749) | Victor Stinner | 2022-01-21 | 1 | -1/+1 |
|
|