summaryrefslogtreecommitdiffstats
path: root/Doc/api/newtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1780/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-2/+0
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-6/+10
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-8/+88
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-17/+0
* Make documentation match the implementation.Martin v. Löwis2006-03-011-26/+26
* fix typoGeorg Brandl2006-02-211-1/+1
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-1/+1
* Fix grammar (it's -> its).Neil Schemenauer2005-06-181-1/+1
* Function signatures for tp_descr_get and tp_descr_set.Thomas Heller2005-03-241-1/+15
* Use LaTeX markupAndrew M. Kuchling2004-08-071-1/+1
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-151-5/+6
* Documented the new Py_VISIT macro to simplify implementation ofJim Fulton2004-07-141-0/+23
* Claifications: visit procs are supplied by the core, users aren'tTim Peters2004-07-131-3/+6
* markup correctionFred Drake2004-02-171-1/+1
* Patch #893566: Document that tp_dealloc may be called from any thread.Martin v. Löwis2004-02-151-0/+10
* * Added a new method flag, METH_COEXIST.Raymond Hettinger2003-12-131-0/+15
* Fix missing paren.Raymond Hettinger2003-12-071-1/+1
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-071-3/+3
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-2/+2
* Fix doubled word typos.Raymond Hettinger2003-08-251-1/+1
* Error noted in email to python-docs: PyObject corresponds toFred Drake2003-07-071-1/+1
* Minor clarification about the ob_size field.Fred Drake2003-03-071-3/+3
* Update advice about __module__ and __name__ and tp_name wrt. new types.Michael W. Hudson2003-02-101-14/+18
* Correct lie about METH_NOARGS functions.Michael W. Hudson2003-02-061-5/+5
* Fix typoRaymond Hettinger2003-01-311-1/+1
* Minor cleanups, markup.Fred Drake2002-11-051-2/+2
* Fix SF # 518775, buffer object API description truncatedNeal Norwitz2002-11-031-1/+2
* Document type and semantics of the tp_print return value. Closes SF 606464.Raymond Hettinger2002-09-101-1/+3
* Py_InitModule() and friends now accept NULL for the 'methods'Fred Drake2002-08-141-0/+9
* Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_sizeGuido van Rossum2002-08-061-6/+10
* Explain that tp_basicsize must provide alignment for the items.Guido van Rossum2002-05-311-0/+8
* Fix a small mistake and complete some function prototypes.Thomas Heller2002-04-241-4/+4
* Add text on tp_as_buffer that refers tothe section that covers the topic.Fred Drake2002-04-171-3/+9
* Minor wording change.Fred Drake2002-04-161-1/+1
* Add more text from Guido on the type structure fields.Fred Drake2002-04-161-23/+442
* Integrated more text from Guido.Fred Drake2002-04-151-2/+359
* Integrate a bunch of new text from Guido.Fred Drake2002-04-121-6/+262
* Started filling in the information about some of the basic types and macrosFred Drake2002-04-091-2/+69
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-051-101/+11
* Introduce two new flag bits that can be set in a PyMethodDef methodFred Drake2002-03-281-2/+30
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-031-3/+3
* Add omitted word for clarity.Fred Drake2001-11-171-1/+1
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+578