1. 5600b5e bpo-28805: document METH_FASTCALL (GH-14079) by Jeroen Demeyer · 6 years ago
  2. a04ea4f bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) by Victor Stinner · 6 years ago
  3. 2c9b498 bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) by Victor Stinner · 6 years ago
  4. dc24765 bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) by Zackery Spytz · 6 years ago
  5. 9e3e06e bpo-36974: document PEP 590 (GH-13450) by Jeroen Demeyer · 6 years ago
  6. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  7. 3b57f50 bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707) by Pablo Galindo · 6 years ago
  8. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 6 years ago
  9. 545a3b8 Document changes for PyCode_New regarding PEP570 (GH-13706) by Pablo Galindo · 6 years ago
  10. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 6 years ago
  11. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  12. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 6 years ago
  13. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  14. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  15. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 6 years ago
  16. cf7d5ef Fix typo: decription -> description (GH-13543) by Xtreak · 6 years ago
  17. f1e17e9 bpo-34626: Document creating heap types from the C-API (GH-9154) by Petr Viktorin · 6 years ago
  18. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  19. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  20. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 6 years ago
  21. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
  22. c1f7262 bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) by Victor Stinner · 6 years ago
  23. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
  24. 85225b6 bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) by toonarmycaptain · 6 years ago
  25. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 6 years ago
  26. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 6 years ago
  27. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 6 years ago
  28. fde9b33 bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) by Pablo Galindo · 6 years ago
  29. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 6 years ago
  30. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 6 years ago
  31. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 6 years ago
  32. 8c61739 bpo-36157:Document PyInterpreterState_Main() (GH-12238) by Joannah Nanjekye · 6 years ago
  33. 10654c1 bpo-20844: open script file with "rb" mode (GH-12616) by Inada Naoki · 6 years ago
  34. ddbb978 C API docs: Py_IsInitialized is always safe to call (GH-12630) by Nick Coghlan · 6 years ago
  35. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 6 years ago
  36. 7c4fcb6 Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325) by Stéphane Wirtel · 6 years ago
  37. ecc161d bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204) by Emmanuel Arias · 6 years ago
  38. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  39. 4173772 Document the surprising sideeffect PyErr_Print(). (#12081) by Gregory P. Smith · 6 years ago
  40. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  41. d90a141 Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) by Sergey Fedoseev · 6 years ago
  42. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 7 years ago
  43. 57dd79e Fix documented signatures for C API functions. (GH-11236) by Serhiy Storchaka · 7 years ago
  44. 3fcc1e0 bpo-35461: Document C API functions which suppress exceptions. (GH-11119) by Serhiy Storchaka · 7 years ago
  45. 05c1b38 Fixed a few obvious mistakes in c-api docs (GH-11184) by Beomsoo Kim · 7 years ago
  46. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 7 years ago
  47. a407004 Fix typo in Memory Management doc. (GH-10798) by Kevin Adler · 7 years ago
  48. 9fbcfc0 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) by Eddie Elizondo · 7 years ago
  49. 689d555 bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) by Windson yang · 7 years ago
  50. 1a6be91 bpo-35081: Make some _PyGC macros internal (GH-10507) by Victor Stinner · 7 years ago
  51. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 7 years ago
  52. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 7 years ago
  53. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  54. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 7 years ago
  55. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 7 years ago
  56. 998b806 Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187) by Victor Stinner · 7 years ago
  57. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 7 years ago
  58. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 7 years ago
  59. defcffd bpo-12743: Delete comment from marshal.rst (GH-8457) by Berker Peksag · 7 years ago
  60. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 7 years ago
  61. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 7 years ago
  62. b2f5f59 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Elvis Pranskevichus · 7 years ago
  63. f5b1183 bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Serhiy Storchaka · 7 years ago
  64. 1179f4b bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by INADA Naoki · 7 years ago
  65. bde3e0b Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Serhiy Storchaka · 7 years ago
  66. 42ec190 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 7 years ago
  67. aa50bf0 bpo-33126: Document PyBuffer_ToContiguous() (#6292) by Antoine Pitrou · 7 years ago
  68. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 7 years ago
  69. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  70. 7a1e178 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Zackery Spytz · 7 years ago
  71. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 8 years ago
  72. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 8 years ago
  73. f5b04a3 Document the error return of PyLong_As* APIs. (#5396) by Gregory P. Smith · 8 years ago
  74. 79db11c Fix PyTrace_RETURN documentation (GH-5384) by Xiang Zhang · 8 years ago
  75. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 8 years ago
  76. 9ed0aee bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361) by Xiang Zhang · 8 years ago
  77. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  78. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 8 years ago
  79. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 8 years ago
  80. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 8 years ago
  81. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 8 years ago
  82. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
  83. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 8 years ago
  84. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 8 years ago
  85. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 8 years ago
  86. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 8 years ago
  87. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 8 years ago
  88. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 8 years ago
  89. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 8 years ago
  90. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 8 years ago
  91. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  92. 2138163 bpo-29179: Document the Py_UNUSED macro (#4341) by Petr Viktorin · 8 years ago
  93. 54cc0c0 bpo-31338: C API intro: add missing versionadded (#4339) by Victor Stinner · 8 years ago
  94. 8bf288e Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337) by Petr Viktorin · 8 years ago
  95. 82cd3ce bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) by Phobosmir · 8 years ago
  96. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 8 years ago
  97. ec2cbdd bpo-20064: Document PyObject_Malloc() (#4199) by Victor Stinner · 8 years ago
  98. 831d61d Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096) by Masayuki Yamamoto · 8 years ago
  99. 1b9e76e bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 8 years ago
  100. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 8 years ago