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