summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* Markup consistency nits.Fred Drake2000-06-181-89/+43
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-162-2/+273
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Documented PySequence_List() and PySequence_Tuple().Fred Drake2000-06-161-20/+54
* Added reference count information for Py_FindMethod().Fred Drake2000-04-101-0/+5
* Yet another markup nit: functions that are part of the Python/C APIFred Drake2000-04-101-3/+5
* PyErr_Format():Fred Drake2000-04-101-1/+0
* document PyErr_FormatJeremy Hylton2000-04-102-0/+16
* Add to the comment a description of the "null" value for returnedFred Drake2000-04-101-1/+4
* The reference count field for PyErr_NoMemory() andFred Drake2000-04-101-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+712
* Merge in changes from the 1.5.2p2 release.Fred Drake2000-04-031-654/+1297
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+24
* Improve explanation of reference counts for PyString_Concat().Fred Drake2000-03-311-2/+3
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-302-1/+8
* Missed a couple of program options that had been marked by \code.Fred Drake1999-11-091-4/+4
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-091-17/+18
* Added note that Skip created the initial version of this file.Fred Drake1999-10-201-17/+14
* Initial version as provided by Skip Montanaro <skip@mojam.com>.Fred Drake1999-10-201-0/+906
* Clarified start parameter to Py_CompileString, documentedFred Drake1999-08-231-5/+24
* Started documentation on buffer objects & types. Very preliminary.Fred Drake1999-08-041-1/+66
* Removed PyMapping_Clear() -- it was wishful thinking and serves noGuido van Rossum1999-08-021-6/+0
* PyCObject_FromVoidPtr(): Clarify that the destr function will only beFred Drake1999-05-131-1/+2
* Fill in a few holes in the "Very High Level" chapter.Fred Drake1999-04-291-0/+37
* Updated list of standard exceptions in section 4.1.Fred Drake1999-02-171-0/+3
* Be explicit about the reference count of the original value of theFred Drake1999-02-151-2/+6
* Markup nits.Fred Drake1999-02-151-87/+83
* Header for PyObject_DelItem() mentioned non-existing 3rd argument.Guido van Rossum1999-01-221-1/+1
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-011-0/+3
* Warn that AddModule doesn't import the module.Guido van Rossum1998-11-021-1/+6
* PyMapping_SetItemString() returns int, not an object.Guido van Rossum1998-10-161-1/+1
* Clarify that the Python interpreter lock need *not* be held byGuido van Rossum1998-08-071-3/+5
* Update to use a separate page for front matter.Fred Drake1998-07-281-0/+4
* Fred's right -- we need PyList_SET_ITEM().Guido van Rossum1998-04-241-0/+5
* Convert recent additions to use new, "logical" markup.Fred Drake1998-04-231-128/+132
* Filled in some more blanks, with the help of Drew Csillag.Guido van Rossum1998-04-211-29/+93
* Some patches by Drew Csillag; plus a few of my own uncommitted changes.Guido van Rossum1998-04-141-2/+49
* Typo: (and often severly limited) -- severelyFred Drake1998-04-131-2/+2
* In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure theFred Drake1998-04-121-5/+5
* Don't assume that \version expands to the 3-character major.minor number; itFred Drake1998-04-091-2/+2
* Capitalize "Python" for consistency.Fred Drake1998-04-031-1/+1
* Markup consistency & nits.Fred Drake1998-04-021-166/+151
* 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-1/+1
* Convert LaTeX support to create a new class of documents. HTML generationFred Drake1998-03-031-2/+1
* Added \label{}s for logical addressing.Fred Drake1998-02-261-0/+44
* PyFile_FromFile() description: make sure the closing brace for the argumentsFred Drake1998-02-251-1/+1
* Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>.Fred Drake1998-02-201-1/+1
* Removed various "(New in 1.5a?!)" constructs. Other notes pertaining toFred Drake1998-02-161-22/+3
* Place C typedef for Py_complex after brief description, to be more consistentFred Drake1998-02-161-32/+42