Commits
User selector
Commit History
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Jan 5, 2022
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
Show description for 46e4c25authored
Commits on Nov 23, 2021
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
Show description for 135cabdauthored
Commits on Jul 15, 2021
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
Show description for b83861fandauthored
Commits on Jul 12, 2021
Commits on Jul 7, 2021
Commits on May 26, 2021
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Show description for 6cc800dauthored
Commits on Apr 11, 2021
bpo-43682: Make staticmethod objects callable (GH-25117)
Show description for 553ee27authored
Commits on Apr 9, 2021
bpo-43682: @staticmethod inherits attributes (GH-25268)
Show description for 507a574authored
Commits on Mar 18, 2021
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Show description for fc980e0authored
Commits on Feb 20, 2021
bpo-42990: Functions inherit current builtins (GH-24564)
Show description for 46496f9authored
Commits on Feb 18, 2021
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Show description for 44085a3authoredbpo-42990: Add __builtins__ attribute to functions (GH-24559)
Show description for a3c3ffaauthored
Commits on Feb 1, 2021
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Show description for 0332e56authored
Commits on Jan 29, 2021
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298)
Show description for d6c33fbauthored
Commits on Nov 25, 2020
bpo-42202: Store func annotations as a tuple (GH-23316)
Show description for 7301979authored
Commits on Oct 29, 2020
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)
Show description for 3505261authored
Commits on Jun 22, 2020
Commits on Apr 15, 2020
- authored
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Apr 14, 2020
Commits on Feb 18, 2020
bpo-36347: stop using RESTRICTED constants (GH-12684)
Show description for 24bba8cauthored
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753authored
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700authored
Commits on Aug 24, 2019
- authored andcommitted
Commits on Jun 18, 2019
- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on May 30, 2019
- authored andcommitted
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77fauthored andcommitted
Commits on May 28, 2019
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Show description for eb65e24authored andcommitted
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthored
Commits on Feb 25, 2019
Commits on Dec 24, 2018
- authored andcommitted
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5authored
Commits on Nov 25, 2018
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Show description for ec13b93authored