cpython/Doc/c-api
Éric Araujo b8edbdf4b9 Merge doc changes from 3.2.
rstlint complains about packaging docs but I’m working on those in
another patch.
2011-09-01 05:57:12 +02:00
..
abstract.rst
allocation.rst
arg.rst Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. 2011-07-29 07:05:08 +03:00
bool.rst
buffer.rst #12072: merge with 3.1. 2011-05-20 15:06:32 +03:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Clarify that PyErr_NewException creates an exception *class*, not instance. 2011-07-13 15:59:24 +02:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Fix a typo (see #3080) 2011-03-20 18:08:19 +01:00
index.rst
init.rst Fix some misuses of Sphinx roles and one typo 2011-09-01 03:19:30 +02:00
intro.rst Fix a few misuses of :option: I missed in r86521. 2011-06-08 05:29:39 +02:00
iter.rst
iterator.rst
list.rst Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst merge 3.2 2011-04-30 13:16:14 -05:00
none.rst
number.rst Make it clear that PyNumber_AsSsize_t() returns -1 on error. 2011-07-13 21:02:22 +02:00
objbuffer.rst
object.rst Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. 2011-08-11 09:41:31 -05: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:46 +02:00
set.rst
slice.rst Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
structures.rst
sys.rst
tuple.rst
type.rst Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 2011-02-05 20:35:29 +00:00
typeobj.rst note mutating tp_dict is bad (closes #12719) 2011-08-09 16:07:01 -05:00
unicode.rst #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. 2011-08-22 20:03:25 +03:00
utilities.rst
veryhigh.rst Update pydoc topics and handle suspicious markup. 2011-05-15 17:51:24 +02:00
weakref.rst demote this to a note 2011-05-31 21:27:41 -05:00