COMMITS
/ Doc/api/newtypes.tex February 17, 2004
F
markup correction
Fred Drake committed
February 15, 2004
M
Patch #893566: Document that tp_dealloc may be called from any thread.
Martin v. Löwis committed
December 13, 2003
R
* Added a new method flag, METH_COEXIST.
Raymond Hettinger committed
December 7, 2003
R
Fix missing paren.
Raymond Hettinger committed
R
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
Raymond Hettinger committed
October 19, 2003
M
Patch #821093: Fix various typos.
Martin v. Löwis committed
August 25, 2003
R
Fix doubled word typos.
Raymond Hettinger committed
July 7, 2003
F
Error noted in email to python-docs: PyObject corresponds to
Fred Drake committed
March 7, 2003
F
Minor clarification about the ob_size field.
Fred Drake committed
February 10, 2003
M
Update advice about __module__ and __name__ and tp_name wrt. new types.
Michael W. Hudson committed
February 6, 2003
M
Correct lie about METH_NOARGS functions.
Michael W. Hudson committed
November 5, 2002
F
Minor cleanups, markup.
Fred Drake committed
November 3, 2002
N
Fix SF # 518775, buffer object API description truncated
Neal Norwitz committed
September 10, 2002
R
Document type and semantics of the tp_print return value. Closes SF 606464.
Raymond Hettinger committed
August 14, 2002
F
Py_InitModule() and friends now accept NULL for the 'methods'
Fred Drake committed
August 6, 2002
G
Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size
Guido van Rossum committed
May 31, 2002
G
Explain that tp_basicsize must provide alignment for the items.
Guido van Rossum committed
April 24, 2002
T
Fix a small mistake and complete some function prototypes.
Thomas Heller committed
April 17, 2002
F
Add text on tp_as_buffer that refers tothe section that covers the topic.
Fred Drake committed
April 16, 2002
F
Minor wording change.
Fred Drake committed
F
Add more text from Guido on the type structure fields.
Fred Drake committed
April 15, 2002
F
Integrated more text from Guido.
Fred Drake committed
April 12, 2002
F
Integrate a bunch of new text from Guido.
Fred Drake committed
April 9, 2002
F
Started filling in the information about some of the basic types and macros
Fred Drake committed
April 5, 2002
F
Move reference material on PyArg_Parse*() out of the Extending & Embedding
Fred Drake committed
March 28, 2002
F
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake committed
December 3, 2001
F
Remove most references to __members__ and __methods__, leaving only one pair
Fred Drake committed
November 17, 2001
F
Add omitted word for clarity.
Fred Drake committed
October 12, 2001
F
Break the Python/C API manual into smaller files by chapter. This manual
Fred Drake committed