.. |
abstract.rst
|
…
|
|
allocation.rst
|
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
|
2019-06-28 02:16:30 -07:00 |
apiabiversion.rst
|
…
|
|
arg.rst
|
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
|
2018-04-03 22:13:38 -07:00 |
bool.rst
|
…
|
|
buffer.rst
|
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
|
2019-09-11 19:34:19 +02:00 |
bytearray.rst
|
…
|
|
bytes.rst
|
bpo-28415: Note 0 conversion different between Python and C (#885)
|
2017-04-27 11:36:35 +08:00 |
capsule.rst
|
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
|
2018-05-18 06:48:36 -07:00 |
cell.rst
|
…
|
|
code.rst
|
…
|
|
codec.rst
|
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
|
2018-12-18 12:24:39 -08:00 |
complex.rst
|
…
|
|
concrete.rst
|
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
|
2018-05-22 10:58:01 -07:00 |
contextvars.rst
|
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
|
2018-09-21 12:48:10 -07:00 |
conversion.rst
|
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
|
2018-10-26 03:56:28 -07:00 |
coro.rst
|
…
|
|
datetime.rst
|
bpo-36783: Add new references for C API Documentation changes (GH-13204)
|
2019-05-18 19:12:01 -07:00 |
descriptor.rst
|
…
|
|
dict.rst
|
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929)
|
2019-02-25 07:18:20 -08:00 |
exceptions.rst
|
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
|
2019-07-02 19:02:57 -07:00 |
file.rst
|
…
|
|
float.rst
|
…
|
|
function.rst
|
…
|
|
gcsupport.rst
|
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
|
2018-11-13 13:06:11 +01:00 |
gen.rst
|
…
|
|
import.rst
|
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
|
2017-09-15 16:35:20 -06:00 |
index.rst
|
…
|
|
init.rst
|
[3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) (GH-12820)
|
2019-04-14 03:49:17 +01:00 |
intro.rst
|
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
|
2019-09-10 09:40:32 -07:00 |
iter.rst
|
…
|
|
iterator.rst
|
…
|
|
list.rst
|
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625)
|
2019-07-06 17:55:19 -04:00 |
long.rst
|
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
|
2019-06-07 17:41:10 +02:00 |
mapping.rst
|
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
|
2018-12-18 12:24:39 -08:00 |
marshal.rst
|
bpo-12743: Delete comment from marshal.rst (GH-8457)
|
2018-07-26 21:40:37 -07:00 |
memory.rst
|
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
|
2019-07-05 21:08:40 -07:00 |
memoryview.rst
|
…
|
|
method.rst
|
…
|
|
module.rst
|
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
|
2019-09-12 05:29:09 -07:00 |
none.rst
|
…
|
|
number.rst
|
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
|
2018-12-18 12:24:39 -08:00 |
objbuffer.rst
|
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
|
2019-03-06 21:24:55 -08:00 |
object.rst
|
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
|
2019-06-17 15:23:52 +02:00 |
objimpl.rst
|
…
|
|
refcounting.rst
|
…
|
|
reflection.rst
|
…
|
|
sequence.rst
|
Emphasize the need to always call PySequence_Fast. (GH-11140)
|
2019-09-12 09:25:55 -07:00 |
set.rst
|
…
|
|
slice.rst
|
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
|
2017-10-08 12:53:34 +03:00 |
stable.rst
|
…
|
|
structures.rst
|
bpo-28805: document METH_FASTCALL (GH-14079)
|
2019-06-16 16:24:06 -07:00 |
sys.rst
|
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
|
2018-03-25 04:27:57 -07:00 |
tuple.rst
|
Fix documented signatures for C API functions. (GH-11236)
|
2018-12-19 05:43:29 -08:00 |
type.rst
|
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)
|
2018-11-29 12:07:33 +01:00 |
typeobj.rst
|
Correct "inplace" with "in-place" (GH-10480)
|
2019-04-08 02:21:38 -07:00 |
unicode.rst
|
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
|
2019-05-08 09:34:12 -07:00 |
utilities.rst
|
…
|
|
veryhigh.rst
|
bpo-20844: open script file with "rb" mode (GH-12616)
|
2019-04-01 21:02:51 +09:00 |
weakref.rst
|
…
|
|