1. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 6 months ago
  2. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 6 months ago
  3. 307b9d0 bpo-40170: Remove PyIndex_Check() macro (GH-19428) by Victor Stinner · 4 years, 6 months ago
  4. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 4 years, 6 months ago
  5. ef5c615 bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376) by Victor Stinner · 4 years, 6 months ago
  6. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 6 months ago
  7. 224481a bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) by Victor Stinner · 4 years, 7 months ago
  8. e5ccc94 bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) by Serhiy Storchaka · 4 years, 7 months ago
  9. 5572870 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) by Andy Lester · 4 years, 7 months ago
  10. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 7 months ago
  11. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 4 years, 7 months ago
  12. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 8 months ago
  13. 0d76d2b bpo-39573: Use Py_TYPE() in abstract.c (GH-18390) by Victor Stinner · 4 years, 8 months ago
  14. 850a4bd Restore PyObject_IsInstance() comment (GH-18345) by Victor Stinner · 4 years, 8 months ago
  15. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 5 years ago
  16. d33e46d abstract.c should not be executable. (GH-15348) by Benjamin Peterson · 5 years ago
  17. 9e66aba bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) by Joannah Nanjekye · 5 years ago
  18. 18b711c bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) by Serhiy Storchaka · 5 years ago
  19. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 5 years ago
  20. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 5 years ago
  21. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  22. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  23. ac28147 bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857) by Ivan Levkivskyi · 6 years ago
  24. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  25. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  26. b57b4ac closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) by Alexey Izbyshev · 6 years ago
  27. a6fdddb bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) by Serhiy Storchaka · 6 years ago
  28. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 6 years ago
  29. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  30. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  31. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  32. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  33. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  34. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  35. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  36. a7c449b bpo-30721: Add missing '?' to new error message (GH-3131) by Sanyam Khurana · 7 years ago
  37. 5e2eb35 bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax (#2345) by Sanyam Khurana · 7 years ago
  38. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  39. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  40. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 8 years ago
  41. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 8 years ago
  42. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 8 years ago
  43. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 8 years ago
  44. fe4ff83 Issue #29507: Fix _PyObject_CallFunctionVa() by Victor Stinner · 8 years ago
  45. 516b981 Optimize slots: avoid temporary PyMethodObject by Victor Stinner · 8 years ago
  46. 620580f Fix refleaks if Py_EnterRecursiveCall() fails by Victor Stinner · 8 years ago
  47. 7399a05 Issue #29306: Fix usage of Py_EnterRecursiveCall() by Victor Stinner · 8 years ago
  48. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 8 years ago
  49. 06d3439 _PyStack_AsDict() now checks kwnames != NULL by Victor Stinner · 8 years ago
  50. a8cb515 Rephrase !PyErr_Occurred() comment: may=>can by Victor Stinner · 8 years ago
  51. 98ccba8 _PyObject_FastCallKeywords() now checks !PyErr_Occurred() by Victor Stinner · 8 years ago
  52. 2a1b676 _PyObject_FastCallKeywords() now checks the result by Victor Stinner · 8 years ago
  53. 35ecebe Remove unused func parameter of _PyStack_UnpackDict() by Victor Stinner · 8 years ago
  54. 998c209 _PyStack_UnpackDict() now returns -1 on error by Victor Stinner · 8 years ago
  55. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  56. 69de71b Add _PyStack_AsTupleSlice() helper by Victor Stinner · 8 years ago
  57. b915bc3 Disable _PyStack_AsTuple() inlining by Victor Stinner · 8 years ago
  58. 434723f call_method() now uses _PyObject_FastCall() by Victor Stinner · 8 years ago
  59. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  60. 944dbc6 Use _PyDict_NewPresized() in _PyStack_AsDict() by Victor Stinner · 8 years ago
  61. bc08ab4 Add _PY_FASTCALL_SMALL_STACK constant by Victor Stinner · 8 years ago
  62. d1e35dd Fix _PyObject_CallFunctionVa(), use the small stack by Victor Stinner · 8 years ago
  63. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  64. 186b204 Fix typos in comment and documentation by Martin Panter · 8 years ago
  65. 14e6d09 Remove useless variable initialization by Victor Stinner · 8 years ago
  66. 5abaa2b Use PyObject_CallFunctionObjArgs() by Victor Stinner · 8 years ago
  67. 7f39c0c Add _PyObject_VaCallFunctionObjArgs() private function by Victor Stinner · 8 years ago
  68. ef7def9 _PyObject_CallFunctionVa() uses fast call by Victor Stinner · 8 years ago
  69. e83aab1 Add _PyObject_CallFunctionVa() helper by Victor Stinner · 8 years ago
  70. 3bb7119 Add _PyObject_FastCallVa() helper by Victor Stinner · 8 years ago
  71. f2d568f _PyObject_FastCallKeywords() now calls directly tp_call by Victor Stinner · 8 years ago
  72. 2f35ca3 Fix typo in a comment of abstract.c by Victor Stinner · 8 years ago
  73. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  74. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  75. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  76. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  77. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  78. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 8 years ago
  79. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  80. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  81. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  82. 7b7228a remove unneeded cast by Benjamin Peterson · 8 years ago
  83. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago
  84. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  85. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  86. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  87. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  88. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  89. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  90. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  91. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  92. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  93. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  94. 2250c4c Issue #27830: Remove unused _PyStack_AsDict() by Victor Stinner · 8 years ago
  95. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  96. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  97. f7507dd Issue #27830: Fix _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  98. 53cb489 _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult() by Victor Stinner · 8 years ago
  99. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  100. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago