1. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 5 years ago
  2. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  3. 662ebd2 Doc: add the missing ".tp_flags" in type definition (GH-12902) by Wu Wei · 5 years ago
  4. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 5 years ago
  5. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 5 years ago
  6. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  7. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  8. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  9. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  10. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  11. 1d80a56 bpo-33201: Modernize "Extension types" doc (GH-6337) by Antoine Pitrou · 6 years ago
  12. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 7 years ago
  13. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  14. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  15. ca72589 bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688) by Stefan Krah · 7 years ago
  16. d9a2b99 Fix the indentation in Extending Python code example (GH-3244) by Sergey Fedoseev · 7 years ago
  17. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  18. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  19. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  20. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  21. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  22. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  23. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  24. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  25. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  26. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  27. 9f4712a Issue #23710: Merge from 3.5 by Berker Peksag · 8 years ago
  28. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  29. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  30. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  31. d7e44b6 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  32. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  33. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  34. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  35. c0a732e Merge with 3.5 by Terry Jan Reedy · 9 years ago
  36. 6401e79 Issue #26029: Finish correction. by Terry Jan Reedy · 9 years ago
  37. 3acf170 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  38. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  39. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  40. 31ce9ac Issue #25022: Merge with 3.4 by Zachary Ware · 9 years ago
  41. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  42. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  43. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  44. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  45. c8115b8 Issue #24680: Merge with 3.4 by Zachary Ware · 9 years ago
  46. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  47. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  48. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  49. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  50. e6d3abd Merge: #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  51. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  52. 8391b72 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  53. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  54. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  55. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  56. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  57. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  58. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  59. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  60. 131caba Revert #22251 by Berker Peksag · 10 years ago
  61. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  62. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  63. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  64. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  65. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  66. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
  67. 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
  68. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  69. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  70. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  71. 6d7d6cf merge with 3.3 by Georg Brandl · 11 years ago
  72. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  73. 4f198de merge with 3.3 by Georg Brandl · 11 years ago
  74. 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  75. 6231e52 merge with 3.3 by Georg Brandl · 11 years ago
  76. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  77. 8ae2ab5 merge with 3.3 by Georg Brandl · 11 years ago
  78. 337672b Small clarification in extending docs. by Georg Brandl · 11 years ago
  79. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  80. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  81. 8547a0e Merge doc fix by Antoine Pitrou · 11 years ago
  82. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  83. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  84. 2c72b51 Issue #18164: merge from 3.3 by Ned Deily · 11 years ago
  85. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  86. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  87. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  88. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  89. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  90. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  91. ff3f333 #17256: merge with 3.2. by Ezio Melotti · 12 years ago
  92. a19ebdb #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  93. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  94. ed71918 merge with 3.2 by Georg Brandl · 12 years ago
  95. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  96. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  97. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  98. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  99. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  100. 4945027 MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago