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 26, 2022
Commits on Jan 21, 2022
Commits on Jan 18, 2022
Commits on Oct 21, 2021
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthored
Commits on Sep 19, 2021
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Show description for f25f2e2authored
Commits on Dec 5, 2020
bpo-42536: GC track recycled tuples (GH-23623)
Show description for 226a012authored
Commits on Oct 27, 2020
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Show description for c9bc290authored
Commits on Oct 3, 2020
Commits on Apr 10, 2020
Commits on Feb 6, 2020
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Show description for a93c51eauthored
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 Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0cauthored andcommitted
Commits on Sep 26, 2017
Commits on Sep 25, 2017
Commits on Mar 30, 2017
Commits on Jan 19, 2017
Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic.
Show description for 41baebdcommitted
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for f17c3decommitted
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3dcommitted
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1committed
Commits on Aug 18, 2016
Anti-registration of various ABC methods.
Show description for 97c1adfcommitted
Guido van Rossum
Commits on Apr 3, 2012
- committed
Kristján Valur Jónsson
Commits on Jan 22, 2012
use the static identifier api for looking up special methods
Show description for ce79852committed
Commits on Jun 27, 2010
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
Show description for 3e5cd1dcommitted
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3committed
Commits on Sep 25, 2009
Merged revisions 75055 via svnmerge from
Show description for ed61093committed
Commits on May 25, 2009
Merged revisions 72907 via svnmerge from
Show description for 94c65d9committed
Commits on May 9, 2009
Merged revisions 72495 via svnmerge from
Show description for 053c61fcommitted
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679committed
Commits on Jul 31, 2008
Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from
Show description for d631371committed