cpython/Doc/api
Raymond Hettinger 8f5cdaa784 * Added a new method flag, METH_COEXIST.
* Used the flag to optimize set.__contains__(), dict.__contains__(),
  dict.__getitem__(), and list.__getitem__().
2003-12-13 11:26:12 +00:00
..
.cvsignore
abstract.tex SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) 2003-12-07 11:40:17 +00:00
api.tex
concrete.tex Expose dict_contains() and PyDict_Contains() with is about 10% faster 2003-11-25 21:12:14 +00:00
exceptions.tex SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) 2003-12-07 11:40:17 +00:00
init.tex Patch #821093: Fix various typos. 2003-10-19 07:32:24 +00:00
intro.tex Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3. 2003-11-06 21:08:11 +00:00
memory.tex
newtypes.tex * Added a new method flag, METH_COEXIST. 2003-12-13 11:26:12 +00:00
refcounting.tex
refcounts.dat Added refcount information for PyObject_GetIter(). 2002-10-04 18:58:58 +00:00
utilities.tex SF 810242. Fix doubled word errors. 2003-09-22 15:27:11 +00:00
veryhigh.tex