summaryrefslogtreecommitdiff
path: root/Doc/ext/extending.tex
Commit message (Expand)AuthorAgeFilesLines
* 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