1. 9d197c7 bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) by Guido van Rossum · 4 years ago
  2. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 4 years, 1 month ago
  3. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 1 month ago
  4. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 4 years, 1 month ago
  5. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 2 months ago
  6. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 3 months ago
  7. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 4 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, 4 months ago
  9. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 4 months ago
  10. 0127bb1 bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) by Victor Stinner · 4 years, 8 months ago
  11. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 4 years, 9 months ago
  12. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 4 years, 9 months ago
  13. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 4 years, 10 months ago
  14. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 4 years, 10 months ago
  15. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 4 years, 10 months ago
  16. ff023ed bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323) by Eddie Elizondo · 4 years, 10 months ago
  17. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 5 years ago
  18. 740a84d bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Victor Stinner · 5 years ago
  19. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 5 years ago
  20. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  21. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 5 years ago
  22. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  23. c7f803b bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) by Zackery Spytz · 5 years ago
  24. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 5 years ago
  25. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  26. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  27. 33e71e0 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) by Marcel Plch · 5 years ago
  28. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  29. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 5 years ago
  30. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  31. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  32. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  33. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 5 years ago
  34. f1d002c bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642) by Victor Stinner · 6 years ago
  35. f966e53 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) by Victor Stinner · 6 years ago
  36. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  37. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  38. 8f7bb10 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Serhiy Storchaka · 6 years ago
  39. 504373c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Serhiy Storchaka · 6 years ago
  40. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  41. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 7 years ago
  42. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  43. e1a470b test_capi.test__testcapi() becomes more verbose (#4197) by Victor Stinner · 7 years ago
  44. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  45. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  46. 85f6430 bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) by xdegaye · 7 years ago
  47. eb52ac8 bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155) by Victor Stinner · 7 years ago
  48. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  49. d1c3c13 bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791) by Eric Snow · 7 years ago
  50. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  51. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  52. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 7 years ago
  53. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 7 years ago
  54. ea74f0c Issue #24932: Use proper command line parsing in _testembed by Steve Dower · 8 years ago
  55. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  56. 56b2cf5 Issue #28484: Skip tests if GIL is not used or multithreading is disabled by Martin Panter · 8 years ago
  57. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  58. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  59. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  60. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  61. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  62. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  63. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 8 years ago
  64. 6453e9e Issue #26564: Fix test_capi by Victor Stinner · 8 years ago
  65. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  66. 08572f6 Issue #26516: Fix test_capi on AIX by Victor Stinner · 8 years ago
  67. b3adb1a Issue #26516: Fix test_capi on 32-bit system by Victor Stinner · 8 years ago
  68. a1bc28a Issue #26516: Fix test_capi on Windows by Victor Stinner · 8 years ago
  69. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  70. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 8 years ago
  71. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 8 years ago
  72. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  73. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  74. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  75. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  76. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  77. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  78. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  79. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 9 years ago
  80. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 9 years ago
  81. 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 9 years ago
  82. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  83. 86e9deb #22731 test_capi test fails because of mismatched newlines by Steve Dower · 10 years ago
  84. bca9acf Issue #18093: fix test_capi test skip due to _testembed move by Nick Coghlan · 10 years ago
  85. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  86. b2bef62 Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX by Victor Stinner · 10 years ago
  87. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  88. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  89. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  90. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  91. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  92. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 11 years ago
  93. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  94. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  95. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  96. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  97. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  98. 3321fb8 Issue #16129: this should appease the buildbots by Nick Coghlan · 11 years ago
  99. 8f9571e Skip #16129 test until I debug cross-platform issues by Nick Coghlan · 11 years ago
  100. 6508dc5 Try to debug overspecified test :( by Nick Coghlan · 11 years ago