1. 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 20 years ago
  2. 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 20 years ago
  3. 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 20 years ago
  4. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  5. ff1f194 Fix the problem addressed by patch by Michael W. Hudson · 21 years ago
  6. f350160 Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  7. f9c2eda Fix missing parethesis. by Raymond Hettinger · 21 years ago
  8. 241c2e9 Remove another lie. by Michael W. Hudson · 21 years ago
  9. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  10. 723f94b Convert the example C code to ANSI rather than K&R. by Fred Drake · 22 years ago
  11. 4e76555 Fix broken reference, minor clarification. by Fred Drake · 22 years ago
  12. 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 22 years ago
  13. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 22 years ago
  14. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 22 years ago
  15. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 22 years ago
  16. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 22 years ago
  17. e9fba91 Added index entries. by Fred Drake · 22 years ago
  18. 31f8483 Allow a page break in a code longish example. by Fred Drake · 22 years ago
  19. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
  20. 44b3f76 More info about the cycle detector. by Guido van Rossum · 23 years ago
  21. 874c4f0 Trivial spelling repair on new cyclic garbage text. by Tim Peters · 23 years ago
  22. 024e647 Added more information about reference counting limitations and the cycle by Fred Drake · 23 years ago
  23. 92024d1 Clarify the description of the creation of an owned reference from an API by Fred Drake · 23 years ago
  24. 99181ac Add an index entry for the discussion of PyEval_CallObject(). by Fred Drake · 23 years ago
  25. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  26. ef6373a Exhibit good form in C code: always provide docstrings in method tables, and by Fred Drake · 23 years ago
  27. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  28. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  29. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 23 years ago
  30. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago