1. 056c082 bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) by Petr Viktorin · 3 years, 8 months ago
  2. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 2 months ago
  3. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 5 months ago
  4. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 5 months ago
  5. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 7 months ago
  6. 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 4 years, 7 months ago
  7. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 4 years, 10 months ago
  8. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 10 months ago
  9. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 4 years, 10 months ago
  10. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 4 years, 10 months ago
  11. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 4 years, 10 months ago
  12. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 4 years, 10 months ago
  13. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 4 years, 10 months ago
  14. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 5 years ago
  15. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 5 years ago
  16. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 5 years ago
  17. 7b57c03 bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603) by Jeroen Demeyer · 5 years ago
  18. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  19. d4efd91 bpo-36904: Optimize _PyStack_UnpackDict (GH-14517) by Jeroen Demeyer · 5 years ago
  20. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  21. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 5 years ago
  22. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  23. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  24. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  25. 0456df4 bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153) by Jeroen Demeyer · 5 years ago
  26. b2f9473 bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) by Jeroen Demeyer · 5 years ago
  27. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 5 years ago
  28. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  29. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  30. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 5 years ago
  31. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  32. 47dd2f9 bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516) by Michael J. Sullivan · 5 years ago
  33. 77aa396 bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) by Jeroen Demeyer · 5 years ago
  34. a8b4694 Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) by Jeroen Demeyer · 5 years ago
  35. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  36. f1b9abe bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) by Sergey Fedoseev · 6 years ago
  37. 234531b bpo-36030: Add _PyTuple_FromArray() function (GH-11954) by Sergey Fedoseev · 6 years ago
  38. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  39. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  40. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  41. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  42. d17a693 bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) by Victor Stinner · 6 years ago
  43. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  44. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  45. 5a95ba2 Fix issue 34551 - remove redundant store (#9009) by Eric Lippert · 6 years ago
  46. c573499 bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) by Serhiy Storchaka · 6 years ago
  47. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  48. 086c3ae bpo-31835: Optimize also FASTCALL using __future__ (#4087) by Victor Stinner · 7 years ago
  49. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  50. a3070d5 bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329) by Benjamin Peterson · 7 years ago
  51. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  52. c6ea897 bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919) by Zackery Spytz · 7 years ago
  53. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  54. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  55. d67a103 bpo-29924: Remove useless argument (#854) by Sylvain · 7 years ago
  56. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 7 years ago
  57. 0f7b0b3 bpo-29735: Optimize partial_call(): avoid tuple (#516) by Victor Stinner · 7 years ago
  58. aa289a5 bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75) by INADA Naoki · 7 years ago
  59. 3824cd8 bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) by INADA Naoki · 8 years ago
  60. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 8 years ago
  61. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 8 years ago
  62. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 8 years ago
  63. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 8 years ago