summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_long.h
Commit message (Expand)AuthorAgeFilesLines
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-151-18/+0
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-1/+1
* gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)scoder2023-10-251-46/+0
* gh-106320: Remove private _PyLong_Sign() (#108743)Victor Stinner2023-09-011-0/+17
* gh-106320: Remove private _PyLong_New() function (#108604)Victor Stinner2023-08-291-0/+11
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-261-0/+10
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-261-0/+7
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-241-3/+81
* gh-107211: No longer export internal functions (6) (#108424)Victor Stinner2023-08-241-1/+0
* GH-84436: Skip refcounting for known immortals (GH-107605)Brandt Bucher2023-08-041-3/+3
* gh-107211: No longer export internal variables (#107218)Victor Stinner2023-07-251-2/+2
* gh-107211: No longer export internal functions (2) (#107214)Victor Stinner2023-07-251-6/+6
* gh-106320: Remove _PyBytesWriter C API (#106399)Victor Stinner2023-07-041-1/+2
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-20/+15
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+1
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-18/+146
* gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single di...Pieter Eendebak2022-12-221-0/+19
* gh-95778: Correctly pre-check for int-to-str conversion (#96537)Mark Dickinson2022-09-041-2/+2
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+35
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-211-0/+2
* bpo-47012: speed up iteration of bytes and bytearray (GH-31867)Kumar Aditya2022-03-231-2/+8
* bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner2022-01-211-0/+1
* bpo-45953: Statically initialize the small ints. (gh-30092)Eric Snow2021-12-141-3/+8
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-3/+13
* bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)Dong-hee Na2021-11-181-0/+1
* bpo-45691: Make array of small ints static to fix use-after-free error. (GH-2...Mark Shannon2021-11-031-15/+2
* Store actual ints, not pointers to them in the interpreter state. (GH-29274)Mark Shannon2021-10-281-1/+1
* bpo-35134: Add Include/cpython/longobject.h (GH-29044)Victor Stinner2021-10-191-0/+26
* bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)Dennis Sweeney2021-10-141-0/+1
* bpo-44945: Specialize BINARY_ADD (GH-27967)Mark Shannon2021-08-271-0/+2
* bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)Victor Stinner2021-04-021-2/+2
* bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24...Victor Stinner2021-02-191-5/+2
* bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)Victor Stinner2020-10-261-0/+43