summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* Always use "section" when referring to sections of a document, not "Section".Fred Drake1999-04-291-3/+3
|
* Clarify that the Modules/ directory is in an unpacked sourceFred Drake1999-04-291-3/+3
| | | | distribution; this is not clear for Windows users.
* Update starship URLs.Fred Drake1999-04-291-1/+1
|
* Fixed latex2html weirdness for a footnote.Fred Drake1999-04-051-2/+2
|
* Fix a number of typos and small grammatical nits pointed out by DetlefFred Drake1999-03-091-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 Drake1999-02-221-1/+3
|
* Removed "This will be discussed later." where it's not. Reported byFred Drake1999-02-221-4/+4
| | | | Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.
* Update note about the (...) format specifier for PyArg_ParseTuple().Fred Drake1999-02-181-4/+10
|
* Small updates and grammatical adjustments.Fred Drake1999-02-171-24/+28
| | | | Remove comment about this manual being out of date from the abstract.
* Removed old dynamic linking chapter.Fred Drake1999-02-161-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 NeilFred Drake1999-02-161-1/+50
| | | | | | Schemenauer <neil_schemenauer@transcanada.com>. Thanks, Neil!
* Small grammatical fix; missing comma.Fred Drake1999-02-161-1/+1
|
* Make it clear that Demo/embed/ is from the source distribution.Fred Drake1999-02-161-1/+1
|
* Added section "Providing a C API for an Extension Module" by KonradFred Drake1999-02-151-90/+311
| | | | | | Hinsen. "\C{}" --> "C"
* Minor nit to prevent dropping a space in the HTML generation.Fred Drake1999-02-051-2/+2
|
* Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.Guido van Rossum1998-12-231-1/+6
|
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-011-0/+3
|
* Rationalize a word-space markup to not break in the LaTeX->*MLFred Drake1998-11-241-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 useFred Drake1998-11-161-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 Drake1998-07-281-0/+4
|
* "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.