COMMITS
/ Python/bltinmodule.c 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
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
October 3, 2022
M
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael committed
N
Fix typos in `bltinmodule.c`. (GH-97766)
Nikita Sobolev committed
May 27, 2022
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
May 6, 2022
L
gh-92203: Add closure support to exec(). (#92204)
larryhastings committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
March 11, 2022
K
Use FASTCALL for __import__ (GH-31752)
Kumar Aditya committed
February 8, 2022
January 22, 2022
V
bpo-46417: Clear more static types (GH-30796)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
Victor Stinner committed
January 18, 2022
G
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam committed
November 23, 2021
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed