COMMITS
/ Doc/api/api.tex October 12, 2001
F
Break the Python/C API manual into smaller files by chapter. This manual
Fred Drake committed
October 5, 2001
F
Add documentation for the public API for weak reference objects.
Fred Drake committed
October 3, 2001
F
Expand the documentation of the low-level tracing/profiling interface.
Fred Drake committed
September 24, 2001
F
Add more signature information and some descriptions for the new APIs
Fred Drake committed
September 23, 2001
F
Added API information for the PyCallIter_*() and PySeqIter_*() functions.
Fred Drake committed
September 20, 2001
F
Document all the Py*_CheckExact() functions.
Fred Drake committed
September 6, 2001
F
Document the PyMethod_* type object, functions, and macros.
Fred Drake committed
F
Document the rule that Python.h must be included before any standard
Fred Drake committed
September 5, 2001
M
Patch #449815: Set filesystemencoding based on CODESET.
Martin v. Löwis committed
September 4, 2001
T
At Guido's suggestion, here's a new C API function, PyObject_Dir(), like
Tim Peters committed
August 30, 2001
N
Update documentation for GC API. Closes SF patch #421893.
Neil Schemenauer committed
August 28, 2001
B
Documentation for PyString_FromFormat() and PyString_FromFormatV().
Barry Warsaw committed
August 20, 2001
F
Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy()
Fred Drake committed
August 16, 2001
M
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis committed
August 14, 2001
F
Add "exceptions" to the list of fundamental modules
Fred Drake committed
August 10, 2001
F
Added documentation for PyDict_Update() and PyDict_Merge().
Fred Drake committed
F
Remove the bogus flags parameter from the PyFile_WriteString() signature;
Fred Drake committed
August 8, 2001
F
Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(),
Fred Drake committed
August 2, 2001
F
Move away from apply() to using extended call syntax for some example
Fred Drake committed
July 20, 2001
F
Typo: PyArgs_ParseTuple --> PyArg_ParseTuple
Fred Drake committed
July 17, 2001
F
Adding what's done of the documentation for the new profiling &
Fred Drake committed
July 14, 2001
F
Oops, one more caret.
Fred Drake committed
F
Fix the markup of the caret charater in a couple of places; LaTeX's
Fred Drake committed
July 11, 2001
F
Move the section on concrete numeric objects before the section on
Fred Drake committed
July 10, 2001
F
Document PyObject_New(), PyObject_NewVar(), PyObject_Init(),
Fred Drake committed
July 9, 2001
T
Fix for SF bug #436525, reported by Greg Kochanski:
Thomas Wouters committed
June 20, 2001
F
Move license information to a less annoying location in the document.
Fred Drake committed
June 3, 2001
F
Explained more differences between PyList_SetItem() and PyList_SET_ITEM().
Fred Drake committed
May 29, 2001
F
Users of PySequence_GET_FAST() should get the length of the sequence using
Fred Drake committed
F
Do not start API descriptions with "Does the same, but ..." -- actually
Fred Drake committed
May 21, 2001
F
Add documentation for Py_Main() and PyThreadState_GetDict().
Fred Drake committed
F
Typo: "that" --> "than"
Fred Drake committed
May 15, 2001
M
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg committed
May 7, 2001
F
Hmm... better add a version annotation for the Iterator Protocol section.
Fred Drake committed
F
Added documentation for PyIter_Check() and PyIter_Next().
Fred Drake committed
April 23, 2001
M
This patch originated from an idea by Martin v. Loewis who submitted a
Marc-André Lemburg committed
April 13, 2001
F
Michael Hudson:
Fred Drake committed
F
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake committed
April 7, 2001
G
Correct the documentation for getreadbufferproc and getwritebufferproc.
Greg Stein committed
April 4, 2001
F
Document PySequence_Size(), and describe PySequence_Length() as simply an
Fred Drake committed
March 28, 2001
F
Added documentation for PyObject_IsInstance() and PyObject_IsSubclass().
Fred Drake committed
March 23, 2001
F
Strengthen the constraints on calling PyObject_GC_Fini().
Fred Drake committed
March 22, 2001
F
Be more clear about the specific rules for supporting the cyclic GC in an
Fred Drake committed
March 21, 2001
F
Integrated an expanded version of some text from Neil Schemenauer about
Fred Drake committed
March 16, 2001
F
Finally fill in the documentation for the PyDict_Next() function. It is
Fred Drake committed
February 28, 2001
G
Document PyErr_WarnExplicit().
Guido van Rossum committed
February 12, 2001
F
PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values.
Fred Drake committed
February 3, 2001
F
Remove an now-false statement about there being only one type flag
Fred Drake committed
January 28, 2001
F
Document the PyInstance_*() functions and data.
Fred Drake committed