summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-22/+22
* Update to include the license information in a less annoying place.Fred Drake2001-06-201-0/+3
* Added new parser markers 'et' and 'et#' which do not recode stringMarc-André Lemburg2001-05-021-0/+12
* Markup nit: For the Python documents, we use \empt instead of \textit.Fred Drake2001-03-191-1/+1
* Py_BuildValue(): Add "D" conversion to create a Python complex value fromFred Drake2001-03-121-0/+3
* There was a real leak in the "export a C API" example; fix that one.Fred Drake2001-03-021-4/+9
* There is no longer a -X option to the interpreter, so remove the commentsFred Drake2001-03-021-21/+16
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-02-191-9/+440
* Worked around bug SF #125880: changed the text of three sections thatFred Drake2001-01-221-3/+3
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-1/+1
* Corrected a number of typos reported by Gilles CivarioFred Drake2000-11-171-12/+3
* Fix cut & paste error that describes three paramters when there are onlyFred Drake2000-11-021-4/+3
* All acknowledgements have been moved to the Doc/ACKS file.Fred Drake2000-10-261-25/+21
* Added some comments on the interaction of reload() and extension modules.Fred Drake2000-10-021-1/+6
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-211-0/+5
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-4/+4
* Add a brief section on linking Python as an embedded scripting language.Fred Drake2000-09-081-0/+37
* 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
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
* Oops, better also note that the module initialization function must beFred Drake2000-05-101-0/+2
* Section "The Module's Method Table and Initialization Function":Fred Drake2000-05-101-7/+10
* Brian Hooper <brian_takashi@hotmail.com>:Fred Drake2000-05-031-0/+28
* Documentation patch describing the 'u' and 'u#' format specifiers,Fred Drake2000-04-281-0/+10
* 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
* Minor markup nit.Fred Drake1999-07-021-1/+1
* Added paragraph about potential re-initialization of extensionFred Drake1999-06-181-0/+7
* 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
* 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
* 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
* 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
* Removed old dynamic linking chapter.Fred Drake1999-02-161-213/+148
* Integrated notes on building extension modules on Windows, by NeilFred Drake1999-02-161-1/+50
* 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
* 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