You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mark Shannon 58384c6ab0
Document PyCode_Addr2Line function. (GH-25111)
5 years ago
..
abstract.rst bpo-41103: Remove old buffer protocol support (#21117) 6 years ago
allocation.rst bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) 7 years ago
apiabiversion.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 7 years ago
arg.rst bpo-36346: Document removal schedule of deprecate APIs (GH-20879) 5 years ago
bool.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
buffer.rst bpo-40204, doc: Fix syntax of C variables (GH-21846) 5 years ago
bytearray.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
bytes.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
call.rst bpo-40204, doc: Fix syntax of C variables (GH-21846) 5 years ago
capsule.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
cell.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
code.rst Document PyCode_Addr2Line function. (GH-25111) 5 years ago
codec.rst bpo-41842: Add codecs.unregister() function (GH-22360) 5 years ago
complex.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
concrete.rst bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) 6 years ago
contextvars.rst bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 6 years ago
conversion.rst closes bpo-43266: Improve array formatting. (GH-24573) 5 years ago
coro.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
datetime.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
descriptor.rst bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) 5 years ago
dict.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
exceptions.rst bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) 5 years ago
file.rst bpo-41192: Add documentation of undocumented audit events (GH-21308) 5 years ago
float.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
function.rst bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) 5 years ago
gcsupport.rst bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) 6 years ago
gen.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
import.rst bpo-38600: NULL -> ``NULL``. (GH-17001) 6 years ago
index.rst bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
init.rst Docs: Remove stray semicolon in init.rst (GH-23974) 5 years ago
init_config.rst bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) 5 years ago
intro.rst bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) 5 years ago
iter.rst bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) 5 years ago
iterator.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
list.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
long.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
mapping.rst bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) 6 years ago
marshal.rst bpo-40204, doc: Fix syntax of C variables (GH-21846) 5 years ago
memory.rst bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) 5 years ago
memoryview.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
method.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
module.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
none.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 7 years ago
number.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 6 years ago
object.rst bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) 5 years ago
objimpl.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 7 years ago
refcounting.rst bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) 5 years ago
reflection.rst bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) 5 years ago
sequence.rst bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) 6 years ago
set.rst bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) 5 years ago
slice.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
stable.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 7 years ago
structures.rst bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) 5 years ago
sys.rst bpo-42236: Enhance init and encoding documentation (GH-23109) 5 years ago
tuple.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
type.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago
typeobj.rst bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374) 5 years ago
unicode.rst bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) 5 years ago
utilities.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 7 years ago
veryhigh.rst bpo-42236: Enhance init and encoding documentation (GH-23109) 5 years ago
weakref.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 5 years ago