cpython/Doc/c-api
Miss Islington (bot) 146010ea42
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
(cherry picked from commit 5765ecf79f)

Co-authored-by: Edison A <20975616+SimiCode@users.noreply.github.com>
2019-05-07 08:17:50 -07:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst
bool.rst
buffer.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
bytearray.rst
bytes.rst
capsule.rst
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
contextvars.rst
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: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) 2019-05-07 08:17:50 -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 Document the surprising sideeffect PyErr_Print(). (GH-12081) 2019-02-27 15:45:28 -08: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
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 Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-12 18:56:50 -07:00
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
marshal.rst
memory.rst [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788) 2019-04-11 22:30:31 +02:00
memoryview.rst
method.rst
module.rst
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-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586) 2018-11-17 11:49:58 -08:00
sys.rst
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 Fix documented signatures for C API functions. (GH-11236) 2018-12-19 05:43:29 -08: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