1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  3. d9a2b99 Fix the indentation in Extending Python code example (GH-3244) by Sergey Fedoseev · 7 years ago
  4. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 7 years ago
  5. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  6. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  7. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  8. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  9. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  10. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  11. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  12. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  13. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  14. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  15. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  16. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  17. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  18. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  19. 337672b Small clarification in extending docs. by Georg Brandl · 11 years ago
  20. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  21. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  22. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 12 years ago
  23. 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 12 years ago
  24. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 14 years ago
  25. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  26. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  27. 9c491c9 #9037: add example how to raise custom exceptions from C code. by Georg Brandl · 14 years ago
  28. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  29. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  30. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  31. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  32. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  33. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  34. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  35. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 15 years ago
  36. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  37. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  38. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  39. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  40. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  41. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  42. 3851d12 make struct static by Benjamin Peterson · 16 years ago
  43. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  44. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  45. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  46. 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 17 years ago
  47. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  48. 22291c5 #1116: reference to old filename fixed. by Georg Brandl · 17 years ago
  49. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago