1. 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  2. a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 19 years ago
  3. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 19 years ago
  4. 4a84788 document the footnote usage pattern by Fred Drake · 19 years ago
  5. 84608f0 make the reference to older versions of the documentation a link by Fred Drake · 19 years ago
  6. ec5948a clean up some link markup by Fred Drake · 19 years ago
  7. b2d5af8 Bug #15187702 : ext/win-cookbook.html has a broken link to distutils by George Yoshida · 19 years ago
  8. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 19 years ago
  9. 4482929 use correct function in example by Fred Drake · 20 years ago
  10. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 20 years ago
  11. 34fed3a fix stupid typo by Fred Drake · 20 years ago
  12. c48a740 bug [ 1021621 ] use first_name, not first, in code samples by Georg Brandl · 20 years ago
  13. b9ab7a5 Oops. by Georg Brandl · 20 years ago
  14. 9abfa90 bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" by Georg Brandl · 20 years ago
  15. b6c1bb8 Bug #1184380: extending&embedding example broken by Georg Brandl · 20 years ago
  16. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 21 years ago
  17. d61788b Fix typo. by Martin v. Löwis · 21 years ago
  18. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
  19. 658b50f Update to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 21 years ago
  20. 2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() by Raymond Hettinger · 21 years ago
  21. d345225 Patch #1026384: fix two common typo's: by Johannes Gijsbers · 21 years ago
  22. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  23. 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 21 years ago
  24. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
  25. 7a0e8bc Updated documentation to: by Jim Fulton · 21 years ago
  26. 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 21 years ago
  27. 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 21 years ago
  28. 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 21 years ago
  29. de48307 Added documentation to address SF bug #963246: limitations on multiple by Phillip J. Eby · 21 years ago
  30. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
  31. d311f1f SF #894428, fix typo by Neal Norwitz · 22 years ago
  32. 0d8da3a fix some sloppy markup to use \guilabel by Fred Drake · 22 years ago
  33. 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 22 years ago
  34. ff1f194 Fix the problem addressed by patch by Michael W. Hudson · 22 years ago
  35. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  36. f350160 Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  37. a26c16c fix \NULL with following space and no {} (two instances) by Fred Drake · 22 years ago
  38. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  39. 901a41e normalize markup for consistency by Fred Drake · 22 years ago
  40. 6891cd3 A few minor improvements by Barry Warsaw · 22 years ago
  41. 6c71091 Rewrote the docs for supporting cyclic garbage collection to reflect by Jim Fulton · 22 years ago
  42. 18a6be9 Added tests for sample modules. by Jim Fulton · 22 years ago
  43. f0e38d1 Added s setup module to make it easier to test the sample modules. by Jim Fulton · 22 years ago
  44. 7050e92 Fixed bug in implementation of tp_init function. It should be an int by Jim Fulton · 22 years ago
  45. 4b59f91 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 22 years ago
  46. db6a569 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 22 years ago
  47. 8fb665a Fix ref counts in initialization code. by Raymond Hettinger · 22 years ago
  48. f9c2eda Fix missing parethesis. by Raymond Hettinger · 22 years ago
  49. 047c54b Missing parenthesis. by Raymond Hettinger · 22 years ago
  50. 1f32556 Added some missing PyObject* casts in the deallocators. by Jim Fulton · 22 years ago
  51. a24d73d Added a missing PyObject* cast to the dealloc examples. by Jim Fulton · 22 years ago
  52. aea763b Removed reference to the out-of-date (and not very useful) by Jim Fulton · 22 years ago
  53. d2eadc6 Updated simple example. This should have been checked in the other by Jim Fulton · 22 years ago
  54. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 22 years ago
  55. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 22 years ago
  56. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 22 years ago
  57. 241c2e9 Remove another lie. by Michael W. Hudson · 23 years ago
  58. d4fee28 Rewrite awkward/ungrammatical sentence. Typo fix. by Greg Ward · 23 years ago
  59. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 23 years ago
  60. 3ebf56c Two more typo fixes. by Greg Ward · 23 years ago
  61. 1d5d8cf Typo fix. by Greg Ward · 23 years ago
  62. 0f30dbd Fix SF # 626275, missing DECREF's in embedding example by Neal Norwitz · 23 years ago
  63. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 23 years ago
  64. ae6bf4a Remove unused variable by Neal Norwitz · 23 years ago
  65. cc6cc5d Fix minor markup nits. by Fred Drake · 23 years ago
  66. 373198e Fix peculiar (and ungrammatical) wording in an example program. by Greg Ward · 23 years ago
  67. 543fb35 Replace DL_EXPORT with PyMODINIT_FUNC by Mark Hammond · 23 years ago
  68. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 23 years ago
  69. 50ceb68 Change staticforward and statichere to just use static. by Fred Drake · 23 years ago
  70. a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 23 years ago
  71. 291e9ee Fix a typo. by Thomas Heller · 23 years ago
  72. 723f94b Convert the example C code to ANSI rather than K&R. by Fred Drake · 23 years ago
  73. 6f45eeb Typo fix. by Greg Ward · 23 years ago
  74. 18ca791 Typo. by Guido van Rossum · 23 years ago
  75. 4e76555 Fix broken reference, minor clarification. by Fred Drake · 23 years ago
  76. 742dc77 Typo: build -> built by Fred Drake · 23 years ago
  77. 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 23 years ago
  78. c55ae4b Clean up the use of version numbers in filenames; always use an "abstract" by Fred Drake · 23 years ago
  79. c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 23 years ago
  80. fd92304 Update the type of the tp_free slot. by Fred Drake · 23 years ago
  81. 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 23 years ago
  82. e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 23 years ago
  83. 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 23 years ago
  84. ee48519 Modernize the minimal example of an extension type. by Fred Drake · 23 years ago
  85. 0babc44 Update the type of tp_dealloc. by Fred Drake · 23 years ago
  86. 375e302 Update to use the new \csimplemacro macro by Fred Drake · 23 years ago
  87. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 23 years ago
  88. 9651198 Remove weird spacing in typeset version of the chapter head. by Fred Drake · 23 years ago
  89. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 23 years ago
  90. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 23 years ago
  91. fe5a538 Use the right types for a couple of fields of the type structure. by Fred Drake · 23 years ago
  92. 0ffd14c Started updating information about defining attributes on types. by Fred Drake · 23 years ago
  93. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 23 years ago
  94. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 23 years ago
  95. 2ab0a10 The new files included by \verbatiminput in newtypes.tex. by Fred Drake · 23 years ago
  96. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 23 years ago
  97. e9fba91 Added index entries. by Fred Drake · 23 years ago
  98. 31f8483 Allow a page break in a code longish example. by Fred Drake · 23 years ago
  99. 5d11747 Describe how to support the iterator protocol in extension types. by Fred Drake · 23 years ago
  100. 27761f3 Patch #500136: Update Update ext build documentation. 2.2.1 candidate. by Martin v. Löwis · 23 years ago