COMMITS
/ Python/bltinmodule.c March 5, 2023
M
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot) committed
January 8, 2023
September 7, 2021
M
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
Miss Islington (bot) committed
August 7, 2021
M
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
Miss Islington (bot) 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
February 5, 2020
V
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner committed
February 1, 2020
B
Update sum comment. (#18240)
Brandt Bucher committed
January 10, 2020
D
bpo-39200: Correct the error message for min/max builtin function (GH-17814)
Dong-hee Na committed
November 20, 2019
V
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner committed
November 14, 2019
V
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner committed
October 13, 2019
P
Correct signature of __build_class__ (GH-16735)
Pablo Galindo committed
September 21, 2019
R
Shorter docstring (GH-16322)
Raymond Hettinger committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 10, 2019
S
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
S
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka committed
August 30, 2019
S
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev committed
July 18, 2019
S
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
Sergey Fedoseev committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed