COMMITS
/ Python/bltinmodule.c July 29, 2024
P
gh-122234: Add DECREFs to error paths (#122406)
Petr Viktorin committed
S
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev committed
July 13, 2024
S
gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)
Serhiy Storchaka committed
July 5, 2024
S
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev committed
June 15, 2024
A
gh-120526: Correct signature of map() builtin (GH-120528)
Adam Williamson committed
June 3, 2024
S
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross committed
May 29, 2024
S
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 2, 2024
R
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard committed
April 12, 2024
S
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka committed
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
February 10, 2024
S
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-114882)
Serhiy Storchaka committed
February 3, 2024
J
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
Jason Zhang committed
December 11, 2023
C
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl committed
December 7, 2023
K
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das committed
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081)
Serhiy Storchaka committed
November 13, 2023
S
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka committed
November 12, 2023
S
gh-111933: fix broken link to A.Neumaier article (gh-111937)
Sergey B Kirpichev committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
August 23, 2023
I
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel committed
August 21, 2023
N
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC" (#107542)
Nikita Sobolev committed
July 24, 2023
V
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 11, 2023
V
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner committed
July 5, 2023
C
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer committed
July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
June 11, 2023
E
gh-105375: Improve error handling in the builtins extension module (#105585)
Erlend E. Aasland committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 7, 2023
T
gh-103886: Improve `builtins.__doc__` (#104179)
Tomas R committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
March 23, 2023
N
gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-102940)
Nikita Sobolev committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 16, 2023
E
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow committed
March 14, 2023
E
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow committed
March 5, 2023
M
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías committed
January 30, 2023
January 8, 2023
N
GH-90829: Fix empty iterable error message in min/max (#31181)
Nnarol committed
S
gh-100776: Fix misleading default value in help(input) (#100788)
Shantanu committed
December 24, 2022
N
gh-100357: Convert several functions in `bltinsmodule` to AC (#100358)
Nikita Sobolev committed
December 23, 2022
R
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed