Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
cpython bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
internal bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
Python-ast.h bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API ( Sep 12, 2019
Python.h bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
abstract.h bpo-38600: Change the mark up of NULL in the C API documentation. (GH… Oct 30, 2019
asdl.h bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API ( Sep 12, 2019
ast.h bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API ( Sep 12, 2019
bitset.h bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
bltinmodule.h these builtins have to be initialized May 9, 2009
boolobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
bytearrayobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
bytesobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
cellobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
ceval.h bpo-38644: Cleanup ceval.h (GH-17185) Nov 16, 2019
classobject.h bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) Feb 14, 2020
code.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
codecs.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
compile.h bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) Jun 13, 2019
complexobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
context.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
datetime.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
descrobject.h bpo-36974: separate vectorcall functions for each calling convention (G… Jul 5, 2019
dictobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
dynamic_annotations.h fix instances of consecutive articles (closes #23221) Jan 13, 2015
enumobject.h Implement and apply PEP 322, reverse iteration Nov 6, 2003
errcode.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
eval.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
exports.h bpo-11410: Standardize and use symbol visibility attributes across PO… Oct 15, 2019
fileobject.h bpo-36842: Implement PEP 578 (GH-12613) May 23, 2019
fileutils.h bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) Feb 12, 2020
floatobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
frameobject.h bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (G… Jan 20, 2020
funcobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
genobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
graminit.h bpo-35766: Merge typed_ast back into CPython (GH-11645) Jan 31, 2019
grammar.h fix warnings by adding more const (GH-12924) Apr 23, 2019
import.h bpo-39372: Clean header files of declared interfaces with no implemen… Jan 18, 2020
interpreteridobject.h bpo-36097: Use only public C-API in the_xxsubinterpreters module (add… Mar 15, 2019
intrcheck.h bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) May 28, 2019
iterobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
listobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
longintrepr.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
longobject.h bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
marshal.h Issue #1772673: The type of `char*` arguments now changed to `const c… Oct 19, 2013
memoryobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
methodobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
modsupport.h bpo-37034: Display argument name on errors with keyword arguments wit… Aug 29, 2019
moduleobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
namespaceobject.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
node.h bpo-33416: Add end positions to Python AST (GH-11605) Jan 22, 2019
object.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
objimpl.h bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) Feb 5, 2020
odictobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
opcode.h bpo-39320: Handle unpacking of **values in compiler (GH-18141) Jan 27, 2020
osdefs.h bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) Feb 27, 2019
osmodule.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
parsetok.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
patchlevel.h Post 3.9.0a3 Jan 25, 2020
picklebufobject.h bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) Feb 14, 2020
py_curses.h bpo-20171: Convert the _curses and _curses_panel modules to Argument … May 10, 2018
pyarena.h Merge branches/pep-0384. Dec 3, 2010
pycapsule.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
pyctype.h Try to fix linking failures under Windows Oct 4, 2011
pydebug.h bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) Nov 24, 2017
pydtrace.d bpo-36842: Implement PEP 578 (GH-12613) May 23, 2019
pydtrace.h bpo-36842: Implement PEP 578 (GH-12613) May 23, 2019
pyerrors.h bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-… Feb 7, 2020
pyexpat.h bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) Sep 18, 2018
pyfpe.h bpo-38835: Exclude PyFPE macros from the stable API (GH-17228) Nov 20, 2019
pyhash.h bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) Feb 5, 2020
pylifecycle.h bpo-36763: Make Py_BytesMain() public (GH-15532) Aug 26, 2019
pymacconfig.h Minor spelling fixes Aug 20, 2016
pymacro.h bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) Sep 20, 2019
pymath.h bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) Jan 16, 2020
pymem.h bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) Feb 5, 2020
pyport.h bpo-11410: Standardize and use symbol visibility attributes across PO… Oct 15, 2019
pystate.h bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) Sep 5, 2019
pystrcmp.h Merged revisions 59541-59561 via svnmerge from Dec 19, 2007
pystrhex.h bpo-22385: Support output separators in hex methods. (#13578) May 29, 2019
pystrtod.h Issue #26331: Implement the parsing part of PEP 515. Sep 9, 2016
pythonrun.h bpo-37189: Export old PyRun_XXX() functions (#14142) Jun 17, 2019
pythread.h bpo-39372: Clean header files of declared interfaces with no implemen… Jan 18, 2020
pytime.h Fix _PyTime_MIN/MAX values (GH-15384) Aug 23, 2019
rangeobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
setobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
sliceobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
structmember.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGe… Nov 22, 2016
structseq.h bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) Nov 16, 2019
symtable.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
sysmodule.h bpo-36842: Implement PEP 578 (GH-12613) May 23, 2019
token.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
traceback.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
tracemalloc.h bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) Oct 25, 2018
tupleobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
typeslots.h Issue 24365: Conditionalize PEP 489 additions to the stable ABI Jun 2, 2015
ucnhash.h Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
warnings.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
weakrefobject.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) Feb 13, 2020
You can’t perform that action at this time.