Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "ZeroDevisionError" --> "ZeroDivisionError" | Fred Drake | 1998-04-13 | 1 | -1/+1 |
| | | | | Thanks, AMK! | ||||
* | Change \sectcode to logical markup. | Fred Drake | 1998-04-04 | 1 | -3/+3 |
| | |||||
* | Hyphenate "built-in" for consistency. | Fred Drake | 1998-04-02 | 1 | -1/+1 |
| | |||||
* | Minor markup nits. | Fred Drake | 1998-04-02 | 1 | -10/+12 |
| | |||||
* | Markup consistency nits. | Fred Drake | 1998-04-02 | 1 | -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 Drake | 1998-03-17 | 1 | -1/+1 |
| | |||||
* | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 1 | -3/+1 |
| | |||||
* | Remove unnecessary blank line in long code sample. | Fred Drake | 1998-03-07 | 1 | -3/+2 |
| | | | | Remove a confusing article. | ||||
* | Simplify some of the escaping around ']' in \item[...] markup in light of | Fred Drake | 1998-03-04 | 1 | -4/+4 |
| | | | | a fix to LaTeX2HTML from Ross Moore. Yeah! | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -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 Drake | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | Marked reference to the Python Library Reference with \emph{}. | Fred Drake | 1998-03-03 | 1 | -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 Drake | 1998-02-26 | 1 | -22/+49 |
| | | | | Added \label{}s for logical addressing. | ||||
* | Fix up description of 'S' format; as Dave Ascher pointed out, it | Guido van Rossum | 1998-02-26 | 1 | -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 Drake | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | "--" --> "---" in two places. | Fred Drake | 1998-02-16 | 1 | -2/+2 |
| | |||||
* | Remove \bcode / \ecode everywhere. | Fred Drake | 1998-02-13 | 1 | -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 method | Guido van Rossum | 1998-02-05 | 1 | -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 example | Fred Drake | 1998-02-04 | 1 | -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 Drake | 1998-01-22 | 1 | -4/+4 |
| | |||||
* | Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. | Fred Drake | 1998-01-19 | 1 | -2/+2 |
| | |||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 1 | -4/+5 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 1 | -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 this | Guido van Rossum | 1997-10-07 | 1 | -0/+7 |
| | | | | document. | ||||
* | Minor typo only. | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 Rossum | 1997-07-17 | 1 | -1/+1 |
| | |||||
* | Made a start with api.tex, the Python-C API Reference Manual. | Guido van Rossum | 1997-05-15 | 1 | -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 Rossum | 1997-02-10 | 1 | -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 Rossum | 1996-12-13 | 1 | -2/+2 |
| | |||||
* | Remove mention of HAVE_CONFIG_H | Guido van Rossum | 1996-08-19 | 1 | -3/+1 |
| | |||||
* | Added doco for abstract interface | Guido van Rossum | 1996-08-09 | 1 | -0/+2 |
| | |||||
* | change warning about C++ | Guido van Rossum | 1995-10-08 | 1 | -2/+3 |
| | |||||
* | typo bf should be \bf | Guido van Rossum | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | yet a better introduction | Guido van Rossum | 1995-03-20 | 1 | -146/+150 |
| | |||||
* | micro change | Guido van Rossum | 1995-03-18 | 1 | -5/+5 |
| | |||||
* | another round (sigh :-( ) | Guido van Rossum | 1995-03-13 | 1 | -503/+858 |
| | |||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 1 | -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 Rossum | 1994-08-08 | 1 | -20/+17 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -350/+454 |
| | |||||
* | Documented the fact that IRIX 5.x also supports Sun style shared | Guido van Rossum | 1994-01-01 | 1 | -11/+10 |
| | | | | libraries. | ||||
* | * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. | Guido van Rossum | 1993-11-23 | 1 | -0/+2 |
| | | | | * lib2.tex: change bogus \\var to \var. | ||||
* | * text2latex.py: call main() instead of always processing ext.tex. | Guido van Rossum | 1993-11-19 | 1 | -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 Rossum | 1993-11-05 | 1 | -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 embedding | Guido van Rossum | 1993-11-05 | 1 | -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(). |