summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Expand)AuthorAgeFilesLines
* That hasn't been my email address for a while!Michael W. Hudson2002-01-161-1/+1
* Fixed "u#" parser marker to pass through Unicode objects as-is withoutMarc-André Lemburg2002-01-091-0/+2
* Replace the "Cookbook approach" with the approach documented inFred Drake2001-12-131-15/+166
* Added discussion of protecting against screwing up the exception state inFred Drake2001-12-111-0/+48
* More info about the cycle detector.Guido van Rossum2001-12-071-2/+4
* Trivial spelling repair on new cyclic garbage text.Tim Peters2001-12-071-2/+2
* Added more information about reference counting limitations and the cycleFred Drake2001-12-071-0/+27
* Clarify the description of the creation of an owned reference from an APIFred Drake2001-11-291-5/+5
* Add an index entry for the discussion of PyEval_CallObject().Fred Drake2001-11-291-8/+9
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-284-27/+27
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-173-19/+25
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-6/+6
* Document required return values -1, 0, 1 for tp_compare handler, asGuido van Rossum2001-10-161-2/+11
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+5
* Remove comment that no longer applies.Fred Drake2001-09-261-3/+0
* Document the rule that Python.h must be included before any standardFred Drake2001-09-061-2/+4
* Do not #include <stdio.h> since Python.h already does that.Fred Drake2001-09-061-1/+0
* Use the standard argument convention for main(), and conform to theFred Drake2001-09-061-1/+2
* On Fred's suggestion, convert sprintf() examples to useBarry Warsaw2001-08-291-19/+11
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-206-3158/+3155
* A large contribution from Dave Kuhlman describing what each of the slotsFred Drake2001-08-151-6/+385
* Lots of new text and example code on embedding Python in C, contributedFred Drake2001-08-042-1/+309
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-2/+2
* Corrected a section reference (title was wrong).Fred Drake2001-07-201-5/+8
* Minor change to match the style guide.Fred Drake2001-07-141-1/+1
* 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