Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
abstract.rst Buffers are not sequence objects (!). Put them in the abstract object… Sep 28, 2010
allocation.rst Issue #18589: fix hyperlinking of type slots (tp_*) Aug 1, 2013
apiabiversion.rst Remove row-spanning cell, which the Sphinx text writer does not support. Mar 16, 2013
arg.rst bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) Apr 4, 2018
bool.rst Migrate to Sphinx 1.0 C language constructs. Oct 6, 2010
buffer.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119 Dec 18, 2018
bytearray.rst #23088: Clarify null termination of bytes and strings in C API. May 14, 2015
bytes.rst bpo-28415: Note 0 conversion different between Python and C (#885) Apr 27, 2017
capsule.rst Fix C API docs: PyCapsule_Import always set an exception on failure. (G… May 18, 2018
cell.rst Migrate to Sphinx 1.0 C language constructs. Oct 6, 2010
code.rst [Issue 15476] Make "code object" its own entry in the index Jun 2, 2016
codec.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119 Dec 18, 2018
complex.rst Issue #13522: Fix _Py_co_pow() documentation Dec 18, 2011
concrete.rst bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) May 22, 2018
contextvars.rst bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-… Sep 21, 2018
conversion.rst bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) Oct 26, 2018
coro.rst Issue #24400: Introduce a distinct type for 'async def' coroutines. Jun 22, 2015
datetime.rst bpo-10381: Add timezone to datetime C API (#5032) Jan 24, 2018
descriptor.rst Migrate to Sphinx 1.0 C language constructs. Oct 6, 2010
dict.rst Correct name of 'defaultobj' parameter in PyDict_SetDefault() signatu… Feb 25, 2019
exceptions.rst Document the surprising sideeffect PyErr_Print(). (#12081) Feb 27, 2019
file.rst Issue #1772673: The type of `char*` arguments now changed to `const c… Oct 19, 2013
float.rst Issue #13522: document error return values of some float and complex … Dec 18, 2011
function.rst improve PyFunction_New docs (closes #26986) May 10, 2016
gcsupport.rst bpo-35081: Make some _PyGC macros internal (GH-10507) Nov 13, 2018
gen.rst Issue #25161: Merge full stops from 3.4 into 3.5 Oct 10, 2015
import.rst bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) Sep 15, 2017
index.rst Introduce support for documenting which C API elements are not part o… Oct 12, 2013
init.rst bpo-36124: Add PyInterpreterState.dict. (gh-12132) Mar 15, 2019
intro.rst Fixed a few obvious mistakes in c-api docs (GH-11184) Dec 17, 2018
iter.rst Issue #19005: Fix documentation for PyIter_Next(). Oct 10, 2013
iterator.rst Migrate to Sphinx 1.0 C language constructs. Oct 6, 2010
list.rst Issue #13389: Full garbage collection passes now clear the freelists for Nov 14, 2011
long.rst bpo-36048: Use __index__() instead of __int__() for implicit conversi… Feb 25, 2019
mapping.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119 Dec 18, 2018
marshal.rst bpo-12743: Delete comment from marshal.rst (GH-8457) Jul 27, 2018
memory.rst Fix typo in Memory Management doc. (GH-10798) Nov 30, 2018
memoryview.rst Issue #23756: Clarify the terms "contiguous" and "bytes-like object". Aug 8, 2015
method.rst Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc Apr 15, 2016
module.rst bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) Mar 17, 2018
none.rst Issue #19795: Mark up None as literal text. Oct 19, 2016
number.rst bpo-36048: Use __index__() instead of __int__() for implicit conversi… Feb 25, 2019
objbuffer.rst bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204) Mar 7, 2019
object.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119 Dec 18, 2018
objimpl.rst Split C API docs in Py3k branch. Jan 20, 2008
refcounting.rst Fixed a few obvious mistakes in c-api docs (GH-11184) Dec 17, 2018
reflection.rst Migrate to Sphinx 1.0 C language constructs. Oct 6, 2010
sequence.rst bpo-5945: Improve mappings and sequences C API docs. (GH-7029) May 22, 2018
set.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or Oct 27, 2016
slice.rst bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) Oct 8, 2017
stable.rst Add a link to PEP 384 in stable.rst Jan 28, 2016
structures.rst bpo-25438: document what codec PyMemberDef T_STRING decodes the char … Nov 17, 2018
sys.rst bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) Mar 4, 2019
tuple.rst Fix documented signatures for C API functions. (GH-11236) Dec 19, 2018
type.rst bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) Nov 29, 2018
typeobj.rst Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325) Mar 15, 2019
unicode.rst bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) Mar 4, 2019
utilities.rst Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656… Nov 26, 2010
veryhigh.rst bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231 Oct 31, 2018
weakref.rst demote this to a note Jun 1, 2011
You can’t perform that action at this time.