summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* "ZeroDevisionError" --> "ZeroDivisionError"Fred Drake1998-04-131-1/+1
| | | | Thanks, AMK!
* Change \sectcode to logical markup.Fred Drake1998-04-041-3/+3
|
* Hyphenate "built-in" for consistency.Fred Drake1998-04-021-1/+1
|
* Minor markup nits.Fred Drake1998-04-021-10/+12
|
* Markup consistency nits.Fred Drake1998-04-021-24/+30
| | | | | | | | | Fix indentation in code sample in PyArg_ParseTuple() section. Added one index entry. Fix include file reference in "Shared Libraries" to print <...> instead of the upside-down versions of ! and ?.
* Revert the index stuff to work better with LaTeX2HTML.Fred Drake1998-03-171-1/+1
|
* Adjust the index inclusion for the new index support.Fred Drake1998-03-091-3/+1
|
* Remove unnecessary blank line in long code sample.Fred Drake1998-03-071-3/+2
| | | | Remove a confusing article.
* Simplify some of the escaping around ']' in \item[...] markup in light ofFred Drake1998-03-041-4/+4
| | | | a fix to LaTeX2HTML from Ross Moore. Yeah!
* Convert LaTeX support to create a new class of documents. HTML generationFred Drake1998-03-031-2/+1
| | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.
* Fix typo.Fred Drake1998-03-031-1/+1
|
* Marked reference to the Python Library Reference with \emph{}.Fred Drake1998-03-031-226/+238
| | | | | | Changed sample module creation of an exception to use PyErr_NewException(). Logical markup.
* Marked references to the other manuals as \emph{} in the abstract.Fred Drake1998-02-261-22/+49
| | | | Added \label{}s for logical addressing.
* Fix up description of 'S' format; as Dave Ascher pointed out, itGuido van Rossum1998-02-261-3/+3
| | | | | was ungrammatical to the point of saying the opposite of what it should say.
* Make sure the ']' in the content of the \item[] isn't used as the ending ']'.Fred Drake1998-02-251-1/+1
|
* "--" --> "---" in two places.Fred Drake1998-02-161-2/+2
|
* Remove \bcode / \ecode everywhere.Fred Drake1998-02-131-148/+143
| | | | | | | Make all the indentations in {verbatim} environments have column 0 of the listing in column 0 of the file. Remove pagenumbering / pagestyle cruft.
* Retract the statement that all functions called by Python (even methodGuido van Rossum1998-02-051-4/+3
| | | | | defs) need to be declared extern "C" -- it seems to have no basis in truth (any more?).
* Added description of "D" format for PyArg_ParseTuple(), including exampleFred Drake1998-02-041-3/+86
| | | | | | | use with function name provided as well. Wrapped up PyArg_ParseTupleAndKeywords() description and provided example based on Geoff Philbrick's example to the mailing list.
* Use \url{} to mark URLs.Fred Drake1998-01-221-4/+4
|
* Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.Fred Drake1998-01-191-2/+2
|
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-4/+5
| | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
* Removed \mytableofcontents; just use \tableofcontents.Fred Drake1998-01-131-1/+1
|
* Added openright option the the \documentclass{} for each of the manuals.Fred Drake1998-01-131-1/+1
|
* Revise prologue and frontmatter to use latex2e (not in 2.09 compatibilityFred Drake1998-01-091-132/+136
| | | | | | | | | mode) and take advantage of changes in myformat.sty. Change "C" to "\C{}" and "\code{NULL}" to "\NULL{}" everywhere for consistency and control. Started a description of PyArg_ParseTupleAndKeywords().
* Added pointer to api.tex and note about the out-of-date-ness of thisGuido van Rossum1997-10-071-0/+7
| | | | document.
* Minor typo only.Guido van Rossum1997-08-141-2/+2
|
* AMK's megapatch:Guido van Rossum1997-07-171-84/+81
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Fix dropped word.Guido van Rossum1997-07-171-1/+1
|
* Made a start with api.tex, the Python-C API Reference Manual.Guido van Rossum1997-05-151-1/+1
| | | | | Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed.
* Correct typo in PyArg_ParseTuple example.Guido van Rossum1997-02-101-5/+9
| | | | Add reference to DLD 3.3 at http://www-swiss.ai.mit.edu/~jaffer/DLD.html.
* Typos reported by Tamito Kajiyama.Guido van Rossum1996-12-131-2/+2
|
* Remove mention of HAVE_CONFIG_HGuido van Rossum1996-08-191-3/+1
|
* Added doco for abstract interfaceGuido van Rossum1996-08-091-0/+2
|
* change warning about C++Guido van Rossum1995-10-081-2/+3
|
* typo bf should be \bfGuido van Rossum1995-04-071-1/+1
|
* yet a better introductionGuido van Rossum1995-03-201-146/+150
|
* micro changeGuido van Rossum1995-03-181-5/+5
|
* another round (sigh :-( )Guido van Rossum1995-03-131-503/+858
|
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-9/+4
| | | | | | | Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex.
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-20/+17
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-350/+454
|
* Documented the fact that IRIX 5.x also supports Sun style sharedGuido van Rossum1994-01-011-11/+10
| | | | libraries.
* * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.Guido van Rossum1993-11-231-0/+2
| | | | * lib2.tex: change bogus \\var to \var.
* * text2latex.py: call main() instead of always processing ext.tex.Guido van Rossum1993-11-191-50/+223
| | | | | | | | * Makefile: added 'ext' to 'all' target * ext.tex: more changes towards a readable text * lib4.tex (posix): added set{uid,gid} * lib2.tex (array): restored doc for typecode and itemsize (which were there but not visible for dir())
* * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.Guido van Rossum1993-11-051-272/+302
| | | | | | * text2latex.py: automatically put function names in \code{}. * lib.tex, ref.tex, ext.tex, qua.tex, tut.tex: use new P.O.Box number in address.
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-051-0/+709
(formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}). Also affects Makefile. * text2latex.py: script to do part of the conversion from an plain ASCI text file (in my particular style) to LaTeX. (Chapter/section/subsection headers, and verbatim sections.) * partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex -> info conversion process (at least it works again, and with less debugging output). Removed fix.sh. * lib1.tex (section{Built-in Functions}): adapt description of str() and repr() to new situation. * lib3.tex (Module os): added exec*() variants. * lib3.tex (Module posix): added execve(). * lib2.tex (Module array): documented reality; remove typecode and itemsize, add byteswap, rename read/write to fromfile/tofile, and re-alphabetized. * lib1.tex (Built-in Functions): renamed bagof() to filter().