COMMITS
/ Python/bltinmodule.c 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
October 3, 2021
S
Remove trailing spaces. (GH-28706)
Serhiy Storchaka committed
September 21, 2021
P
bpo-24076: Fix reference in sum() introduced by GH-28469 (GH-28493)
Pablo Galindo Salgado committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
August 7, 2021
P
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
Pablo Galindo Salgado committed
July 16, 2021
B
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya committed
June 22, 2021
E
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch committed
April 29, 2021
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
April 7, 2021
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed
March 24, 2021
P
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
Pablo Galindo committed
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
J
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson committed
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 22, 2021
D
bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
Dong-hee Na committed
March 18, 2021
V
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner committed
March 10, 2021
D
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
Dong-hee Na committed