cpython/Doc/c-api
Victor Stinner 28a545e234 Issue #13617: Document that the result PyUnicode_AsUnicode() and
PyUnicode_AsWideChar() may contain embedded null characters.

Patch written by Arnaud Calmettes.
2011-12-18 19:39:53 +01:00
..
abstract.rst
allocation.rst
arg.rst
bool.rst
buffer.rst #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. 2011-05-20 15:04:38 +03:00
bytearray.rst
capsule.rst
cell.rst
class.rst
cobject.rst
code.rst
codec.rst
complex.rst Issue #13522: Fix _Py_co_pow() documentation 2011-12-18 02:56:18 +01:00
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Remove duplication. 2011-10-19 10:39:35 +03:00
file.rst Issue #7732: Fix a crash on importing a module if a directory has the same name 2011-09-23 19:37:03 +02:00
float.rst Issue #13522: document error return values of some float and complex C API functions. 2011-12-18 01:25:27 +01:00
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst Fix some markup and one typo 2011-09-01 19:54:05 +02:00
int.rst
intro.rst Fix a few misuses of :option: I missed in r86521. 2011-06-09 14:26:10 +02:00
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst
memory.rst
method.rst
module.rst fix function name in example (closes #11966) 2011-04-30 13:14:56 -05:00
none.rst
number.rst
objbuffer.rst
object.rst fix formatting, :c:func: --> :cfunc: 2011-04-30 09:02:12 +03:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst let PySequence_Check me a link; thanks to tomo cocoa from docs@ 2011-08-13 00:39:29 +02:00
set.rst
slice.rst
string.rst
structures.rst
sys.rst
tuple.rst
type.rst
typeobj.rst Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +00:00
unicode.rst Issue #13617: Document that the result PyUnicode_AsUnicode() and 2011-12-18 19:39:53 +01:00
utilities.rst
veryhigh.rst Fix typo in 97a75fccd7c8 2011-07-29 11:43:47 +02:00
weakref.rst