summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Expand)AuthorAgeFilesLines
* Replace DL_EXPORT with PyMODINIT_FUNCMark Hammond2002-07-311-1/+1
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-5/+8
* Change staticforward and statichere to just use static.Fred Drake2002-07-171-2/+2
* Remove now-obsolete staticforward/statichere discussion.Fred Drake2002-07-171-10/+2
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Convert the example C code to ANSI rather than K&R.Fred Drake2002-06-221-19/+17
* Typo fix.Greg Ward2002-06-211-1/+1
* Typo.Guido van Rossum2002-05-161-1/+1
* Fix broken reference, minor clarification.Fred Drake2002-05-161-8/+10
* Typo: build -> builtFred Drake2002-05-161-1/+1
* Minor wording changes, plus correct a typo.Fred Drake2002-05-141-7/+7
* Clean up the use of version numbers in filenames; always use an "abstract"Fred Drake2002-04-191-6/+17
* Move the listing of the type structure, since both the C API reference andFred Drake2002-04-151-76/+0
* Update the type of the tp_free slot.Fred Drake2002-04-121-1/+1
* Do not use PyModule_GetDict().Fred Drake2002-04-121-23/+27
* Change example of retrieving & calling a Python function to not useFred Drake2002-04-121-12/+9
* Change the type of the tp_dealloc back to what it really is.Fred Drake2002-04-121-2/+2
* Modernize the minimal example of an extension type.Fred Drake2002-04-121-7/+15
* Update the type of tp_dealloc.Fred Drake2002-04-121-1/+1
* 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-053-375/+115
* Remove weird spacing in typeset version of the chapter head.Fred Drake2002-04-051-1/+1
* Add a note warning against semicolons following PyObject_HEAD.Fred Drake2002-04-021-5/+9
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* Use the right types for a couple of fields of the type structure.Fred Drake2002-03-291-2/+2
* Started updating information about defining attributes on types.Fred Drake2002-03-291-7/+171
* Mark a couple of types that had not been marked.Fred Drake2002-03-281-5/+5
* Added comments for more entries of the type structure in the exampleFred Drake2002-03-281-19/+19
* The new files included by \verbatiminput in newtypes.tex.Fred Drake2002-03-282-0/+134
* Move some of the longer example code to external fragments, andFred Drake2002-03-281-148/+31
* Added index entries.Fred Drake2002-03-281-0/+4
* Allow a page break in a code longish example.Fred Drake2002-03-281-1/+3
* Describe how to support the iterator protocol in extension types.Fred Drake2002-03-131-4/+60
* Patch #500136: Update Update ext build documentation. 2.2.1 candidate.Martin v. Löwis2002-03-094-190/+148
* That hasn't been my email address for a while!Michael W. Hudson2002-01-161-1/+1
* Fixed "u#" parser marker to pass through Unicode objects as-is withoutMarc-André Lemburg2002-01-091-0/+2
* Replace the "Cookbook approach" with the approach documented inFred Drake2001-12-131-15/+166
* Added discussion of protecting against screwing up the exception state inFred Drake2001-12-111-0/+48
* 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-284-27/+27
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-173-19/+25
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-6/+6
* Document required return values -1, 0, 1 for tp_compare handler, asGuido van Rossum2001-10-161-2/+11
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+5
* Remove comment that no longer applies.Fred Drake2001-09-261-3/+0
* Document the rule that Python.h must be included before any standardFred Drake2001-09-061-2/+4