1. 6891cd3 A few minor improvements by Barry Warsaw · 21 years ago
  2. 6c71091 Rewrote the docs for supporting cyclic garbage collection to reflect by Jim Fulton · 21 years ago
  3. db6a569 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 21 years ago
  4. 047c54b Missing parenthesis. by Raymond Hettinger · 21 years ago
  5. a24d73d Added a missing PyObject* cast to the dealloc examples. by Jim Fulton · 21 years ago
  6. aea763b Removed reference to the out-of-date (and not very useful) by Jim Fulton · 21 years ago
  7. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 21 years ago
  8. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 21 years ago
  9. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 21 years ago
  10. d4fee28 Rewrite awkward/ungrammatical sentence. Typo fix. by Greg Ward · 22 years ago
  11. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
  12. 3ebf56c Two more typo fixes. by Greg Ward · 22 years ago
  13. 1d5d8cf Typo fix. by Greg Ward · 22 years ago
  14. a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 22 years ago
  15. 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 22 years ago
  16. 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 22 years ago
  17. 0babc44 Update the type of tp_dealloc. by Fred Drake · 22 years ago
  18. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 22 years ago
  19. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 22 years ago
  20. 0ffd14c Started updating information about defining attributes on types. by Fred Drake · 22 years ago
  21. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 22 years ago
  22. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 22 years ago
  23. 5d11747 Describe how to support the iterator protocol in extension types. by Fred Drake · 22 years ago
  24. 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 23 years ago
  25. 145b479 Added discussion of protecting against screwing up the exception state in 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. 7a59445 Document required return values -1, 0, 1 for tp_compare handler, as by Guido van Rossum · 23 years ago
  28. 3ab0ac7 Remove comment that no longer applies. by Fred Drake · 23 years ago
  29. da21ce3 On Fred's suggestion, convert sprintf() examples to use by Barry Warsaw · 23 years ago
  30. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago