summaryrefslogtreecommitdiff
path: root/Doc/ext/extending.tex
Commit message (Expand)AuthorAgeFilesLines
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-131-2/+1
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-4/+4
* Changed applicable use of ``char *`` declarations that are passed intoBrett Cannon2004-06-291-6/+6
* Mention Py_RETURN_NONE when introducing the idiom of how to have a functionBrett Cannon2004-06-271-1/+2
* Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC willBrett Cannon2004-06-261-1/+2
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-311-3/+6
* Fix the problem addressed by patchMichael W. Hudson2003-11-071-1/+1
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-081-2/+2
* Fix missing parethesis.Raymond Hettinger2003-05-201-1/+1
* Remove another lie.Michael W. Hudson2003-02-061-4/+2
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-5/+8
* Convert the example C code to ANSI rather than K&R.Fred Drake2002-06-221-19/+17
* Fix broken reference, minor clarification.Fred Drake2002-05-161-8/+10
* Do not use PyModule_GetDict().Fred Drake2002-04-121-23/+27
* Update to use the new \csimplemacro macroFred Drake2002-04-091-5/+5
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-051-372/+5
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* Mark a couple of types that had not been marked.Fred Drake2002-03-281-5/+5
* Added index entries.Fred Drake2002-03-281-0/+4
* Allow a page break in a code longish example.Fred Drake2002-03-281-1/+3
* Fixed "u#" parser marker to pass through Unicode objects as-is withoutMarc-André Lemburg2002-01-091-0/+2
* More info about the cycle detector.Guido van Rossum2001-12-071-2/+4
* Trivial spelling repair on new cyclic garbage text.Tim Peters2001-12-071-2/+2
* Added more information about reference counting limitations and the cycleFred Drake2001-12-071-0/+27
* Clarify the description of the creation of an owned reference from an APIFred Drake2001-11-291-5/+5
* Add an index entry for the discussion of PyEval_CallObject().Fred Drake2001-11-291-8/+9
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-17/+17
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-171-11/+13
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-6/+6
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+5
* Document the rule that Python.h must be included before any standardFred Drake2001-09-061-2/+4
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-201-0/+1695