index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
api
/
newtypes.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
1
-1780/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-2/+0
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-1/+1
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-6/+10
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-8/+88
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-17/+0
*
Make documentation match the implementation.
Martin v. Löwis
2006-03-01
1
-26/+26
*
fix typo
Georg Brandl
2006-02-21
1
-1/+1
*
Bug #1432350: arrayobject should use PyObject_VAR_HEAD
Georg Brandl
2006-02-17
1
-1/+1
*
Fix grammar (it's -> its).
Neil Schemenauer
2005-06-18
1
-1/+1
*
Function signatures for tp_descr_get and tp_descr_set.
Thomas Heller
2005-03-24
1
-1/+15
*
Use LaTeX markup
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
Formalize that the Py_VISIT macro requires that the tp_traverse
Tim Peters
2004-07-15
1
-5/+6
*
Documented the new Py_VISIT macro to simplify implementation of
Jim Fulton
2004-07-14
1
-0/+23
*
Claifications: visit procs are supplied by the core, users aren't
Tim Peters
2004-07-13
1
-3/+6
*
markup correction
Fred Drake
2004-02-17
1
-1/+1
*
Patch #893566: Document that tp_dealloc may be called from any thread.
Martin v. Löwis
2004-02-15
1
-0/+10
*
* Added a new method flag, METH_COEXIST.
Raymond Hettinger
2003-12-13
1
-0/+15
*
Fix missing paren.
Raymond Hettinger
2003-12-07
1
-1/+1
*
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
Raymond Hettinger
2003-12-07
1
-3/+3
*
Patch #821093: Fix various typos.
Martin v. Löwis
2003-10-19
1
-2/+2
*
Fix doubled word typos.
Raymond Hettinger
2003-08-25
1
-1/+1
*
Error noted in email to python-docs: PyObject corresponds to
Fred Drake
2003-07-07
1
-1/+1
*
Minor clarification about the ob_size field.
Fred Drake
2003-03-07
1
-3/+3
*
Update advice about __module__ and __name__ and tp_name wrt. new types.
Michael W. Hudson
2003-02-10
1
-14/+18
*
Correct lie about METH_NOARGS functions.
Michael W. Hudson
2003-02-06
1
-5/+5
*
Fix typo
Raymond Hettinger
2003-01-31
1
-1/+1
*
Minor cleanups, markup.
Fred Drake
2002-11-05
1
-2/+2
*
Fix SF # 518775, buffer object API description truncated
Neal Norwitz
2002-11-03
1
-1/+2
*
Document type and semantics of the tp_print return value. Closes SF 606464.
Raymond Hettinger
2002-09-10
1
-1/+3
*
Py_InitModule() and friends now accept NULL for the 'methods'
Fred Drake
2002-08-14
1
-0/+9
*
Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size
Guido van Rossum
2002-08-06
1
-6/+10
*
Explain that tp_basicsize must provide alignment for the items.
Guido van Rossum
2002-05-31
1
-0/+8
*
Fix a small mistake and complete some function prototypes.
Thomas Heller
2002-04-24
1
-4/+4
*
Add text on tp_as_buffer that refers tothe section that covers the topic.
Fred Drake
2002-04-17
1
-3/+9
*
Minor wording change.
Fred Drake
2002-04-16
1
-1/+1
*
Add more text from Guido on the type structure fields.
Fred Drake
2002-04-16
1
-23/+442
*
Integrated more text from Guido.
Fred Drake
2002-04-15
1
-2/+359
*
Integrate a bunch of new text from Guido.
Fred Drake
2002-04-12
1
-6/+262
*
Started filling in the information about some of the basic types and macros
Fred Drake
2002-04-09
1
-2/+69
*
Move reference material on PyArg_Parse*() out of the Extending & Embedding
Fred Drake
2002-04-05
1
-101/+11
*
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake
2002-03-28
1
-2/+30
*
Remove most references to __members__ and __methods__, leaving only one pair
Fred Drake
2001-12-03
1
-3/+3
*
Add omitted word for clarity.
Fred Drake
2001-11-17
1
-1/+1
*
Break the Python/C API manual into smaller files by chapter. This manual
Fred Drake
2001-10-12
1
-0/+578