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.
 
 
 
 
 
 
Victor Stinner fb4ae152a9
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
6 years ago
..
abstract.h bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) 7 years ago
dictobject.h bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
fileobject.h bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
import.h bpo-36710: Add tstate parameter in import.c (GH-14218) 7 years ago
initconfig.h bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 6 years ago
interpreteridobject.h bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) 6 years ago
object.h bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) 7 years ago
objimpl.h bpo-35134: Create Include/cpython/ subdirectory (GH-10624) 7 years ago
pyerrors.h bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) 7 years ago
pylifecycle.h bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
pymem.h bpo-36763: Add PyMemAllocatorName (GH-13387) 7 years ago
pystate.h bpo-36710: Add tstate parameter in import.c (GH-14218) 7 years ago
sysmodule.h bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
traceback.h bpo-35134: Split traceback.h header (GH-13430) 7 years ago
tupleobject.h bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) 7 years ago
unicodeobject.h bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) 7 years ago