summaryrefslogtreecommitdiffstats
path: root/Doc/api/intro.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-627/+0
|
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-181-22/+11
| | | | | Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea.
* lots of markup nits, most commonly Unix/unix --> \UNIXFred Drake2006-07-301-2/+2
|
* [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API ↵Andrew M. Kuchling2006-07-291-0/+56
| | | | documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit.
* Stop claiming that Py_Finalize releases all memory.Martin v. Löwis2006-04-131-1/+4
| | | | Fixes part of #1445210.
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-311-3/+6
| | | | Closes SF bug #837228; backporting for Python 2.3.4.
* Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3.Martin v. Löwis2003-11-061-6/+10
|
* SF #822262, Typo in Doc/api/intro.texNeal Norwitz2003-10-131-1/+1
|
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Slightly better conformance to the Python C style guide.Fred Drake2001-10-251-4/+8
|
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+558
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well.