cpython/Doc/api
Walter Dörwald 27f4abf3b1 Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped
in native order mode, and only if it's the first two bytes.
2007-05-03 15:13:55 +00:00
..
abstract.tex Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. 2007-03-23 10:35:49 +00:00
api.tex [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit. 2006-07-29 19:24:04 +00:00
concrete.tex Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped 2007-05-03 15:13:55 +00:00
exceptions.tex Patch #1592072: fix docs for return value of PyErr_CheckSignals. 2006-11-08 07:45:59 +00:00
init.tex Repair missing spaces after \UNIX. 2007-04-11 23:28:44 +00:00
intro.tex Bug #1541682: Fix example in the "Refcount details" API docs. 2006-08-18 07:27:59 +00:00
memory.tex Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. 2007-03-02 20:30:14 +00:00
newtypes.tex Nit: a struct field is set to GenericAlloc, not GenericAlloc(). 2007-03-06 09:33:01 +00:00
refcounting.tex
refcounts.dat Add refcounts for PyErr_WarnEx 2006-07-31 12:20:24 +00:00
utilities.tex Patch #1684834: document some utility C API functions. 2007-03-21 09:16:53 +00:00
veryhigh.tex