cpython/Doc/c-api
Inada Naoki 9c84417122
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
2020-07-05 13:01:48 +09:00
..
abstract.rst bpo-41103: Remove old buffer protocol support (#21117) 2020-06-26 08:07:22 +09:00
allocation.rst
apiabiversion.rst
arg.rst bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) 2020-06-19 11:45:31 +02:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst bpo-39245: Fix docs links to the stable ABI (GH-20388) 2020-05-25 08:42:48 -07:00
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
contextvars.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
conversion.rst bpo-36020: Require vsnprintf() to build Python (GH-20899) 2020-06-16 00:54:44 +02:00
coro.rst
datetime.rst
descriptor.rst
dict.rst bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) 2020-06-02 14:03:25 +02:00
exceptions.rst
file.rst
float.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
init_config.rst Doc: Minor fix to init config C API documentation (GH-21198) 2020-07-01 11:32:54 +02:00
intro.rst
iter.rst
iterator.rst
list.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
long.rst bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) 2020-07-05 13:01:48 +09:00
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
module.rst
none.rst
number.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
slice.rst
stable.rst
structures.rst bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) 2020-05-27 14:55:10 +02:00
sys.rst
tuple.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 2020-04-29 04:41:56 +02:00
type.rst bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) 2020-05-11 23:38:55 +02:00
typeobj.rst bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) 2020-05-27 02:03:38 -07:00
unicode.rst bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) 2020-06-30 12:23:07 +09:00
utilities.rst
veryhigh.rst
weakref.rst