1. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  2. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  3. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 12 years ago
  4. 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 12 years ago
  5. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 14 years ago
  6. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  7. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  8. 9c491c9 #9037: add example how to raise custom exceptions from C code. by Georg Brandl · 14 years ago
  9. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  10. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  11. 7f98a6c Merged revisions 74862 via svnmerge from by Brett Cannon · 15 years ago
  12. 21dc5ba #6421: The self argument of module-level PyCFunctions is now a reference to the module object. by Georg Brandl · 15 years ago
  13. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  14. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  15. 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
  16. 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 15 years ago
  17. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  18. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  19. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  20. 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
  21. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  22. 02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and by Gregory P. Smith · 16 years ago
  23. 3851d12 make struct static by Benjamin Peterson · 16 years ago
  24. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  25. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  26. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  27. 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 17 years ago
  28. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  29. 22291c5 #1116: reference to old filename fixed. by Georg Brandl · 17 years ago
  30. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago