..
abstract.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
allocation.rst
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
2019-06-28 02:16:36 -07:00
apiabiversion.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
arg.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
bool.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
buffer.rst
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
2019-09-11 19:36:00 +02:00
bytearray.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
bytes.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
capsule.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
cell.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
code.rst
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) ( #14505 )
2019-07-01 13:29:14 +02:00
codec.rst
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
2018-12-18 13:57:17 +02:00
complex.rst
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
2019-06-02 00:05:48 +03:00
concrete.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
contextvars.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
conversion.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
coro.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
datetime.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
descriptor.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
dict.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
exceptions.rst
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
2019-08-26 00:41:47 +10:00
file.rst
bpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 08:45:22 -07:00
float.rst
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
2019-06-02 00:05:48 +03:00
function.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
gcsupport.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
gen.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
import.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
index.rst
bpo-36763: Implement the PEP 587 (GH-13592)
2019-05-27 16:39:22 +02:00
init.rst
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
2019-09-26 16:17:34 +02:00
init_config.rst
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
2019-10-01 03:26:04 -07:00
intro.rst
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
2019-09-10 09:38:07 -07:00
iter.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
iterator.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
list.rst
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)
2019-07-06 17:54:56 -04:00
long.rst
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
2019-06-07 16:22:58 +02:00
mapping.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
marshal.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
memory.rst
Remove trailing .0 from version changed note (GH-14987)
2019-07-28 04:48:26 -07:00
memoryview.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
method.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
module.rst
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
2019-09-12 05:26:46 -07:00
none.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
number.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
objbuffer.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
object.rst
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)
2019-06-17 15:23:59 +02:00
objimpl.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
refcounting.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
reflection.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
sequence.rst
Emphasize the need to always call PySequence_Fast. (GH-11140)
2019-09-12 09:26:17 -07:00
set.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
slice.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
stable.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
structures.rst
bpo-28805: document METH_FASTCALL (GH-14079)
2019-06-16 16:25:37 -07:00
sys.rst
bpo-37390: Add audit event table to documentations (GH-14406)
2019-06-27 11:07:16 -07:00
tuple.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
type.rst
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
2019-09-27 04:18:24 -07:00
typeobj.rst
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
2019-09-27 04:18:24 -07:00
unicode.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
utilities.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30
veryhigh.rst
bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
2019-07-14 10:53:18 +02:00
weakref.rst
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
2019-05-17 15:25:34 +05:30