Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
cpython bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) May 2, 2019
internal bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) May 2, 2019
Python-ast.h bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
Python.h bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) Mar 1, 2019
abstract.h bpo-35134: Create Include/cpython/abstract.h (GH-10728) Nov 26, 2018
asdl.h bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655) Nov 22, 2018
ast.h
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 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
bytearrayobject.h fix comment Oct 5, 2013
bytes_methods.h
bytesobject.h
cellobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
ceval.h Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) Apr 29, 2019
classobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
code.h bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
codecs.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
compile.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
complexobject.h
context.h bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-… Sep 21, 2018
datetime.h bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416) Nov 13, 2018
descrobject.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
dictobject.h bpo-35134: Create Include/cpython/dictobject.h (GH-10732) Nov 26, 2018
dtoa.h Issue #14521: Make result of float('nan') and float('-nan') more cons… Apr 29, 2012
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
fileobject.h
fileutils.h bpo-36352: Clarify fileutils.h documentation (GH-12406) Mar 18, 2019
floatobject.h Issue #11734: Add support for IEEE 754 half-precision floats to the s… Sep 3, 2016
frameobject.h Move exc state to generator. Fixes bpo-25612 (#1773) Oct 22, 2017
funcobject.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
genobject.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
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 Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) Jun 29, 2018
interpreteridobject.h bpo-36097: Use only public C-API in the_xxsubinterpreters module (add… Mar 15, 2019
intrcheck.h Add missed details of the C API introduced in 3.7. (GH-7047) May 22, 2018
iterobject.h Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include… Apr 4, 2012
listobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
longintrepr.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
longobject.h bpo-36048: Use __index__() instead of __int__() for implicit conversi… Feb 25, 2019
marshal.h Issue #1772673: The type of `char*` arguments now changed to `const c… Oct 19, 2013
memoryobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
methodobject.h bpo-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
modsupport.h bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
moduleobject.h bpo-33237: Improve AttributeError message for partially initialized m… Oct 30, 2018
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-36465: Make release and debug ABI compatible (GH-12615) Apr 24, 2019
objimpl.h bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) Mar 27, 2019
odictobject.h bpo-35059: Add _PyObject_CAST() macro (GH-10645) Nov 22, 2018
opcode.h Update opcode.h header comment to mention the source data file (GH-9935) Oct 18, 2018
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 v3.8.0a3 Mar 26, 2019
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 Merged revisions 88517 via svnmerge from Feb 22, 2011
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-31574: importlib dtrace (#3749) Sep 29, 2017
pydtrace.h bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010) Mar 6, 2019
pyerrors.h bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
pyexpat.h bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) Sep 18, 2018
pyfpe.h bpo-29137: Remove fpectl module (#4789) Jan 6, 2018
pyhash.h Correct the location of a function mentioned in a comment (GH-4327) Nov 9, 2017
pylifecycle.h bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. ( Dec 20, 2018
pymacconfig.h Minor spelling fixes Aug 20, 2016
pymacro.h bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) Apr 16, 2019
pymath.h bpo-31373: fix undefined floating-point demotions (#3396) Sep 7, 2017
pymem.h
pyport.h bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
pystate.h bpo-36124: Add PyInterpreterState.dict. (gh-12132) Mar 15, 2019
pystrcmp.h Merged revisions 59541-59561 via svnmerge from Dec 19, 2007
pystrhex.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
pystrtod.h Issue #26331: Implement the parsing part of PEP 515. Sep 9, 2016
pythonrun.h bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) Apr 18, 2019
pythread.h bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
pytime.h bpo-31784: Implement PEP 564: add time.time_ns() (#3989) Nov 2, 2017
rangeobject.h
setobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
sliceobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
structmember.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGe… Nov 22, 2016
structseq.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGe… Nov 22, 2016
symtable.h bpo-35224: PEP 572 Implementation (#10497) Jan 24, 2019
sysmodule.h bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236) Oct 30, 2018
token.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
traceback.h
tracemalloc.h bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) Oct 25, 2018
tupleobject.h bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) Nov 28, 2018
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-35134: Create Include/cpython/unicodeobject.h (GH-10680) Nov 26, 2018
warnings.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). Oct 8, 2013
You can’t perform that action at this time.