COMMITS
/ Python/bltinmodule.c 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
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
February 1, 2021
M
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon committed
December 5, 2020
B
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
June 22, 2020
V
bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)
Victor Stinner committed
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 19, 2020
G
bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
Guido van Rossum committed
June 3, 2020
A
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Alex Povel committed
May 15, 2020
G
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Gregory P. Smith committed
April 30, 2020
G
bpo-40334: Support type comments (GH-19780)
Guido van Rossum committed
April 23, 2020
G
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Guido van Rossum committed
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
B
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed