1. e6d3abd Merge: #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  2. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  3. 8391b72 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  4. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  5. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  6. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  7. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  8. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  9. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  10. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  11. 131caba Revert #22251 by Berker Peksag · 10 years ago
  12. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  13. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  14. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  15. 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
  16. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  17. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
  18. 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
  19. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  20. d51f423 Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  21. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  22. 6d7d6cf merge with 3.3 by Georg Brandl · 11 years ago
  23. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  24. 4f198de merge with 3.3 by Georg Brandl · 11 years ago
  25. 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  26. 6231e52 merge with 3.3 by Georg Brandl · 11 years ago
  27. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  28. 8ae2ab5 merge with 3.3 by Georg Brandl · 11 years ago
  29. 337672b Small clarification in extending docs. by Georg Brandl · 11 years ago
  30. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  31. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  32. 8547a0e Merge doc fix by Antoine Pitrou · 11 years ago
  33. 3ab7b0a Simplify example of PyErr_Fetch() use by Antoine Pitrou · 11 years ago
  34. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  35. 2c72b51 Issue #18164: merge from 3.3 by Ned Deily · 11 years ago
  36. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 11 years ago
  37. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  38. e7b47dd Fix typo in embedding doc and update examples to 3.4. by Ned Deily · 11 years ago
  39. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  40. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  41. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  42. ff3f333 #17256: merge with 3.2. by Ezio Melotti · 12 years ago
  43. a19ebdb #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  44. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  45. ed71918 merge with 3.2 by Georg Brandl · 12 years ago
  46. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  47. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  48. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  49. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  50. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  51. 4945027 MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  52. 33b5769 Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  53. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  54. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  55. c9d2fc3 Merge with 3.2. by Georg Brandl · 12 years ago
  56. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  57. a6bc4b4 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  58. 1377522 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  59. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
  60. 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 13 years ago
  61. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
  62. 9c7b919 Markup improvements for the embedding CPython doc patch from #1040439 by Éric Araujo · 13 years ago
  63. 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  64. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  65. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  66. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  67. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  68. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  69. 1564192 Fix advice: call PyType_Ready to fill in ob_type of custom types. by Georg Brandl · 14 years ago
  70. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 14 years ago
  71. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  72. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  73. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  74. 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago
  75. 9c491c9 #9037: add example how to raise custom exceptions from C code. by Georg Brandl · 14 years ago
  76. bcb8d3a Merged revisions 81586 via svnmerge from by R. David Murray · 14 years ago
  77. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 15 years ago
  78. 7bc6e4f Merged revisions 79184-79185 via svnmerge from by Georg Brandl · 15 years ago
  79. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  80. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  81. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  82. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  83. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  84. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  85. 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 · 16 years ago
  86. 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 16 years ago
  87. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 16 years ago
  88. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 7c43524 fix function name by Benjamin Peterson · 16 years ago
  90. ec12e82 #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. by Georg Brandl · 16 years ago
  91. f341acd #5360: remove RO which has been kicked from 3k. by Georg Brandl · 16 years ago
  92. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
  93. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  94. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  95. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  96. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  97. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  98. 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
  99. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  100. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago