Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor markup nit. | Fred Drake | 1999-07-02 | 1 | -1/+1 |
| | |||||
* | Added paragraph about potential re-initialization of extension | Fred Drake | 1999-06-18 | 1 | -0/+7 |
| | | | | | modules; responding to suggestion by Robin Boerdijk <Robin.Boerdijk@nl.origin-it.com>. | ||||
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | |||||
* | Clarify that the Modules/ directory is in an unpacked source | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | distribution; this is not clear for Windows users. | ||||
* | Update starship URLs. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Fixed latex2html weirdness for a footnote. | Fred Drake | 1999-04-05 | 1 | -2/+2 |
| | |||||
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
| | | | | | | | | Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Added a comment explaining the cast in the method table for the keyword arguments sample code, in response to another comment by Detlef. | ||||
* | Added note about *static* after description of *shared*. | Fred Drake | 1999-02-22 | 1 | -1/+3 |
| | |||||
* | Removed "This will be discussed later." where it's not. Reported by | Fred Drake | 1999-02-22 | 1 | -4/+4 |
| | | | | Clay Spence <cspence@sarnoff.com>; see entry in ../TODO. | ||||
* | Update note about the (...) format specifier for PyArg_ParseTuple(). | Fred Drake | 1999-02-18 | 1 | -4/+10 |
| | |||||
* | Small updates and grammatical adjustments. | Fred Drake | 1999-02-17 | 1 | -24/+28 |
| | | | | Remove comment about this manual being out of date from the abstract. | ||||
* | Removed old dynamic linking chapter. | Fred Drake | 1999-02-16 | 1 | -213/+148 |
| | | | | | | Integrated information on Windows DLLs from Chris Phoenix (Thanks!). Added "Acknowledgements" area to thank contributing authors. | ||||
* | Integrated notes on building extension modules on Windows, by Neil | Fred Drake | 1999-02-16 | 1 | -1/+50 |
| | | | | | | Schemenauer <neil_schemenauer@transcanada.com>. Thanks, Neil! | ||||
* | Small grammatical fix; missing comma. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | |||||
* | Make it clear that Demo/embed/ is from the source distribution. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | |||||
* | Added section "Providing a C API for an Extension Module" by Konrad | Fred Drake | 1999-02-15 | 1 | -90/+311 |
| | | | | | | Hinsen. "\C{}" --> "C" | ||||
* | Minor nit to prevent dropping a space in the HTML generation. | Fred Drake | 1999-02-05 | 1 | -2/+2 |
| | |||||
* | Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. | Guido van Rossum | 1998-12-23 | 1 | -1/+6 |
| | |||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 1 | -0/+3 |
| | |||||
* | Rationalize a word-space markup to not break in the LaTeX->*ML | Fred Drake | 1998-11-24 | 1 | -2/+173 |
| | | | | | | | | | conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users. | ||||
* | Update the example in "Calling Python Functions from C" to use | Fred Drake | 1998-11-16 | 1 | -61/+80 |
| | | | | | | | METH_VARARGS conventions and PyArg_ParseTuple(), and document the flag and where to look for PyArg_ParseTuple() info. Response to comment from Don Bashford <bashford@scripps.edu>. | ||||
* | Update to use a separate page for front matter. | Fred Drake | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | "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 |