summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
Commit message (Collapse)AuthorAgeFilesLines
* Markup errors: \cfuntion -> \cfunctionFred Drake2000-08-111-3/+3
|
* Added descriptions of the new parser markers for PyArg_ParseTuple().Marc-André Lemburg2000-08-031-16/+77
|
* needs a spaceGreg Stein2000-07-091-1/+1
|
* Remove the only Py_PROTO in the docs.Fred Drake2000-07-091-1/+1
|
* Small grammatical correction from Frank Stajano. Added comment withFred Drake2000-06-301-2/+9
| | | | suggestion from Frank for an example and further explanation.
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
| | | | based on response from Frank Stajano <fstajano@uk.research.att.com>.
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
| | | | based on comments from Frank Stajano <fstajano@uk.research.att.com>.
* Oops, better also note that the module initialization function must beFred Drake2000-05-101-0/+2
| | | | extern "C" for C++.
* Section "The Module's Method Table and Initialization Function":Fred Drake2000-05-101-7/+10
| | | | | | Explain that the name of the initialization function must be init<module>(). Omission noted by Daniel Kozan <crum@dev-group.com>.
* Brian Hooper <brian_takashi@hotmail.com>:Fred Drake2000-05-031-0/+28
| | | | | | | Added 'u' and 'u#' tags for PyArg_ParseTuple - these turn a PyUnicodeObject argument into a Py_UNICODE * buffer, or a Py_UNICODE * buffer plus a length with the '#'. Also added an analog to 'U' for Py_BuildValue.
* Documentation patch describing the 'u' and 'u#' format specifiers,Fred Drake2000-04-281-0/+10
| | | | from Brian Hooper <brian_takashi@hotmail.com>.
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-24/+65
|
* Use \citetitle in several places, and \programopt where appropriate.Fred Drake1999-11-101-20/+23
|
* Added descriptions of the t#, w, and w# PyArg_ParseTuple() formatFred Drake1999-08-271-0/+21
| | | | characters; these are the ones for the buffer interface.
* Minor markup nit.Fred Drake1999-07-021-1/+1
|
* Added paragraph about potential re-initialization of extensionFred Drake1999-06-181-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 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
|
* 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
|