Skip to content
Branch: master
Find file History

Files

Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) Feb 3, 2020
Python-ast.c bpo-40141: Add line and column information to ast.keyword nodes (GH-1… Apr 1, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) Mar 31, 2020
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c bpo-40141: Include the value in the column position for keyword AST n… Apr 3, 2020
ast_opt.c bpo-39220: Do not optimise annotation if 'from __future__ import anno… Mar 18, 2020
ast_unparse.c bpo-34822: Simplify AST for subscription. (GH-9605) Mar 10, 2020
bltinmodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
bootstrap_hash.c Fix typos in comments, docs and test names (#15018) Jul 30, 2019
ceval.c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) Mar 27, 2020
ceval_gil.h bpo-40010: Pass tstate to ceval GIL functions (GH-19077) Mar 20, 2020
codecs.c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) Mar 13, 2020
compile.c bpo-40147: Move the check for duplicate keywords to the compiler (GH-… Apr 3, 2020
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) Oct 11, 2019
context.c bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) Dec 8, 2019
dtoa.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
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 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) Sep 10, 2019
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c bpo-36900: Fix compilation on HP-UX (GH-13614) May 28, 2019
dynload_shlib.c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) Mar 13, 2020
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c bpo-39553: Delete HAVE_SXS protected code (GH-18356) Feb 5, 2020
errors.c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) Mar 27, 2020
fileutils.c bpo-38353: Add subfunctions to getpath.c (GH-16572) Oct 4, 2019
formatter_unicode.c bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the … Mar 9, 2020
frozen.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
frozenmain.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh… Sep 24, 2018
getargs.c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) Mar 16, 2020
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with… Oct 6, 2017
getcopyright.c Bring Python into the next decade. (GH-17801) Jan 3, 2020
getopt.c Delete stale comment in Python/getopt.c. (GH-14719) Aug 20, 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-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) Mar 3, 2020
hamt.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
import.c bpo-39943: Remove unnecessary casts in import.c that remove constness (… Mar 30, 2020
importdl.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Mar 4, 2020
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h bpo-39987: Simplify setting lineno in the compiler. (GH-19037) Mar 17, 2020
importlib_external.h bpo-40050: Fix importlib._bootstrap_external (GH-19135) Mar 24, 2020
importlib_zipimport.h bpo-39987: Simplify setting lineno in the compiler. (GH-19037) Mar 17, 2020
initconfig.c bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (G… Mar 22, 2020
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c bpo-39943: Clean up marshal.c. (GH-19236) Mar 31, 2020
modsupport.c bpo-40024: Add PyModule_AddType() helper function (GH-19088) Mar 22, 2020
mysnprintf.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
mystrtoul.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) Sep 10, 2019
opcode_targets.h bpo-39320: Handle unpacking of **values in compiler (GH-18141) Jan 27, 2020
pathconfig.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
peephole.c bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the … Mar 9, 2020
preconfig.c bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) Oct 1, 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 closes bpo-40184: Only define pysiphash if the hash algorithm is SIPH… Apr 4, 2020
pylifecycle.c Document most common signals (GH-19245) Mar 31, 2020
pymath.c bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) Jan 16, 2020
pystate.c bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) Mar 26, 2020
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c Fix unused variable and signed/unsigned warnings (GH-15537) Aug 27, 2019
pystrtod.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
pythonrun.c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) Mar 27, 2020
pytime.c bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the … Mar 9, 2020
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-34822: Simplify AST for subscription. (GH-9605) Mar 10, 2020
sysmodule.c bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) Mar 26, 2020
thread.c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) Mar 13, 2020
thread_nt.h bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) Mar 11, 2020
thread_pthread.h Use calloc-based functions, not malloc. (GH-19152) Mar 25, 2020
traceback.c bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) Mar 20, 2020
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.