1. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 12 years ago
  2. 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 12 years ago
  3. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  4. 9c7b919 Markup improvements for the embedding CPython doc patch from #1040439 by Éric Araujo · 13 years ago
  5. 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  6. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  7. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  8. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  9. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  10. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  11. 1564192 Fix advice: call PyType_Ready to fill in ob_type of custom types. by Georg Brandl · 14 years ago
  12. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 14 years ago
  13. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  14. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  15. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  16. 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
  17. 9c491c9 #9037: add example how to raise custom exceptions from C code. by Georg Brandl · 14 years ago
  18. bcb8d3a Merged revisions 81586 via svnmerge from by R. David Murray · 14 years ago
  19. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 7bc6e4f Merged revisions 79184-79185 via svnmerge from by Georg Brandl · 14 years ago
  21. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  22. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  23. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  24. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  25. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  26. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  27. 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
  28. 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 15 years ago
  29. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 15 years ago
  30. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  32. ec12e82 #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. by Georg Brandl · 15 years ago
  33. f341acd #5360: remove RO which has been kicked from 3k. by Georg Brandl · 15 years ago
  34. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 15 years ago
  35. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  36. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  37. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  38. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  39. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  40. 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
  41. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  42. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago
  43. 2ed237b #4576: fix ob_type access. by Georg Brandl · 16 years ago
  44. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  45. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  46. 3851d12 make struct static by Benjamin Peterson · 16 years ago
  47. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  48. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  50. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  51. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  52. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  53. f75b290 Merged revisions 61413-61414 via svnmerge from by Christian Heimes · 16 years ago
  54. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  55. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  56. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  57. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  58. da65f60 Fix one more PyInt occurrence. by Georg Brandl · 17 years ago
  59. 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 17 years ago
  60. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  61. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  62. 22291c5 #1116: reference to old filename fixed. by Georg Brandl · 17 years ago
  63. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  64. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  65. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  66. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago