Commits
User selector
Commit History
Commits on Aug 4, 2023
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on May 2, 2023
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Show description for f73abf8authored
Commits on Nov 16, 2022
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Show description for 01fa907authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Show description for 231d83bauthored
Commits on May 3, 2022
Commits on Mar 31, 2022
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Show description for f0bc694authored
Commits on Jan 22, 2022
bpo-46417: Clear more static types (GH-30796)
Show description for 500c146authored
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5authored
Commits on Oct 21, 2021
bpo-45522: Allow to disable freelists on build time (GH-29056)
Show description for 9942f42authored
Commits on Oct 14, 2021
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Show description for 3cc56c8authored
Commits on Oct 13, 2021
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Show description for 7cdc2a0authored
Commits on Sep 19, 2021
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Show description for f25f2e2authored
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthoredbpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Show description for 101bf69authored
Commits on Nov 4, 2020
bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147)
Show description for 988f1ecauthored
Commits on Jun 24, 2020
bpo-40521: Fix _PyContext_Fini() (GH-21103)
Show description for cde283dauthored
Commits on Jun 23, 2020
bpo-40521: Cleanup code of free lists (GH-21082)
Show description for 522691cauthored
Commits on Jun 8, 2020
bpo-40887: Don't use finalized free lists (GH-20700)
Show description for bcb1983authored
Commits on Jun 5, 2020
bpo-40521: Make context free list per-interpreter (GH-20644)
Show description for e005eadauthored
Commits on Apr 29, 2020
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Show description for ae00a5aauthored
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Apr 14, 2020
Commits on Dec 8, 2019
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Show description for 28c9163authored andcommitted
Commits on Nov 8, 2019
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Show description for 7e43373authored
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77fauthored andcommitted
Commits on Feb 24, 2019
bpo-36101: remove non-ascii characters in docstring (GH-12018)
Show description for 463572cauthored andcommitted
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5authoredbpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742authored
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1authored
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Nov 1, 2018
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Show description for 50b4857authored
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1fauthored
Commits on Sep 21, 2018
- authored
Yury Selivanov