Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
Python-ast.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c bpo-36724: Add _PyWarnings_Fini() (#12963) Apr 26, 2019
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
ast_opt.c bpo-33416: Add end positions to Python AST (GH-11605) Jan 22, 2019
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645 Sep 30, 2018
bltinmodule.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
bootstrap_hash.c bpo-36763: Rework _PyInitError API (GH-13031) May 1, 2019
ceval.c bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
ceval_gil.h bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendi… Apr 12, 2019
codecs.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
compile.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
condvar.h bpo-12822: use monotonic clock for condvar if possible (GH-11723) Feb 20, 2019
context.c bpo-36101: remove non-ascii characters in docstring (GH-12018) Feb 24, 2019
coreconfig.c bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) May 2, 2019
dtoa.c bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) Mar 13, 2019
dup2.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
dynload_aix.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c bpo-36722: Debug build loads libraries built in release mode (GH-12952) Apr 25, 2019
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c bpo-36085: Enable better DLL resolution on Windows (GH-12302) Mar 29, 2019
errors.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
fileutils.c bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) May 2, 2019
formatter_unicode.c bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) Nov 26, 2018
frozen.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
frozenmain.c bpo-36763: Rework _PyInitError API (GH-13031) May 1, 2019
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh… Sep 24, 2018
getargs.c bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) Mar 23, 2019
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with… Oct 6, 2017
getcopyright.c Bump copyright years to 2019. (GH-11404) Jan 2, 2019
getopt.c bpo-36301: Add _PyWstrList structure (GH-12343) Mar 15, 2019
getplatform.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
graminit.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
hamt.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
import.c bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) May 2, 2019
importdl.c bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spe… Sep 19, 2017
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
importlib_external.h bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
importlib_zipimport.h bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
modsupport.c bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) Mar 23, 2019
mysnprintf.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
mystrtoul.c bpo-31370: Remove support for threads-less builds (#3385) Sep 7, 2017
opcode_targets.h bpo-33041: Rework compiling an "async for" loop. (#6142) Mar 23, 2018
pathconfig.c bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) May 1, 2019
peephole.c bpo-9566: Fix compiler warnings in peephole.c (GH-10652) Dec 7, 2018
preconfig.c bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) May 2, 2019
pyarena.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c bpo-29137: Remove fpectl module (#4789) Jan 6, 2018
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) Jun 4, 2018
pylifecycle.c bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) May 2, 2019
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
pystate.c bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) Apr 26, 2019
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) Sep 12, 2018
pystrtod.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
pythonrun.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
pytime.c bpo-34373: Fix time.mktime() on AIX (GH-12726) Apr 9, 2019
strdup.c bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
structmember.c Added the const qualifier to char* variables that refer to readonly i… Nov 20, 2016
symtable.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
sysmodule.c bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) May 2, 2019
thread.c bpo-35081: Rename internal headers (GH-10275) Nov 12, 2018
thread_nt.h bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
thread_pthread.h bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) May 4, 2019
traceback.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
wordcode_helpers.h bpo-31338 (#3374) Sep 15, 2017

README

Miscellaneous source files for the main Python shared library
You can’t perform that action at this time.