cpython/Python
2022-01-25 12:28:29 +00:00
..
clinic bpo-46328: Add sys.exception() (GH-30514) 2022-01-13 12:35:58 +00:00
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c bpo-46417: Clear more static types (GH-30796) 2022-01-22 18:55:48 +01:00
bootstrap_hash.c bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) 2022-01-11 11:56:16 +01:00
ceval.c bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652) 2022-01-25 12:28:29 +00:00
ceval_gil.h
codecs.c
compile.c bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723) 2022-01-24 11:08:53 +00:00
condvar.h
context.c bpo-46417: Clear more static types (GH-30796) 2022-01-22 18:55:48 +01:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) 2022-01-21 03:30:20 +01:00
fileutils.c bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571) 2022-01-13 23:35:42 +00:00
formatter_unicode.c
frame.c bpo-46409: Make generators in bytecode (GH-30633) 2022-01-20 11:46:39 +00:00
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c Update copyright year to 2022. (GH-30335) 2022-01-02 12:08:48 -08:00
getopt.c
getplatform.c
getversion.c
hamt.c bpo-46417: Clear more static types (GH-30796) 2022-01-22 18:55:48 +01:00
hashtable.c
import.c
importdl.c
importdl.h
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723) 2022-01-24 11:08:53 +00:00
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) 2022-01-13 09:46:04 +01:00
pyhash.c
pylifecycle.c bpo-46417: Clear symtable identifiers at exit (GH-30809) 2022-01-23 00:06:56 +01:00
pymath.c
pystate.c bpo-45953: Statically initialize all the non-object PyInterpreterState fields we can. (gh-30589) 2022-01-13 17:17:28 -07:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) 2022-01-07 13:05:28 -08:00
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c bpo-46486: Fixed misspelled name DesciptorClassification 2022-01-23 16:03:50 -06:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c bpo-46417: Clear symtable identifiers at exit (GH-30809) 2022-01-23 00:06:56 +01:00
sysmodule.c bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) 2022-01-21 03:30:20 +01:00
thread.c bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) 2022-01-21 03:30:20 +01:00
thread_nt.h
thread_pthread.h
traceback.c
wordcode_helpers.h

Miscellaneous source files for the main Python shared library