Skip to content
Branch: master
Find file History
vstinner bpo-36301: Add _PyPreCmdline internal API (GH-12458)
_PyCoreConfig_ReadFromArgv() now reuses the code parsing command line
options from preconfig.c.
Latest commit fa15376 Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
cpython bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) Mar 20, 2019
internal bpo-36301: Add _PyPreCmdline internal API (GH-12458) Mar 20, 2019
Python-ast.h bpo-36280: Add Constant.kind field (GH-12295) Mar 13, 2019
Python.h bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) Mar 1, 2019
abstract.h
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-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) Jan 27, 2018
bytesobject.h
cellobject.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
ceval.h
classobject.h
code.h
codecs.h
compile.h
complexobject.h Issue #21803: remove macro indirections in complexobject.h Jul 7, 2014
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
errcode.h
eval.h
fileobject.h
fileutils.h
floatobject.h
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 Remove d_initial from the parser as it is unused (GH-12212) Mar 9, 2019
import.h
interpreteridobject.h
intrcheck.h
iterobject.h Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include… Apr 4, 2012
listobject.h
longintrepr.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
longobject.h
marshal.h
memoryobject.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
methodobject.h
modsupport.h
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
objimpl.h bpo-35134: Create Include/cpython/ subdirectory (GH-10624) Nov 23, 2018
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
osmodule.h Issue #29058: All stable API extensions added after Python 3.2 are now Dec 27, 2016
parsetok.h
patchlevel.h Post v3.8.0a2 Feb 25, 2019
pgenheaders.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
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
pydebug.h
pydtrace.d
pydtrace.h
pyerrors.h
pyexpat.h bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) Sep 18, 2018
pyfpe.h
pyhash.h
pylifecycle.h
pymacconfig.h
pymacro.h bpo-31338 (#3374) Sep 15, 2017
pymath.h bpo-31373: fix undefined floating-point demotions (#3396) Sep 7, 2017
pymem.h
pyport.h bpo-35758: Fix building on ARM + MSVC (gh-11531) Jan 21, 2019
pystate.h
pystrcmp.h Merged revisions 59541-59561 via svnmerge from Dec 19, 2007
pystrhex.h
pystrtod.h
pythonrun.h
pythread.h
pytime.h
rangeobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
setobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
sliceobject.h
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
sysmodule.h
token.h bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
traceback.h Issue #26900: Excluded underscored names and other private API from l… Sep 11, 2016
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
ucnhash.h Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.h
warnings.h bpo-32591: Add native coroutine origin tracking (#5250) Jan 21, 2018
weakrefobject.h
You can’t perform that action at this time.