cpython/Python
2023-11-26 17:13:57 +00:00
..
clinic gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) 2023-11-07 22:36:13 +00:00
deepfreeze
frozen_modules
_warnings.c
abstract_interp_cases.c.h gh-106529: Make FOR_ITER a viable uop (#112134) 2023-11-20 10:08:53 -08:00
adaptive.md
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c gh-111999: Add signatures and improve docstrings for builtins (GH-112000) 2023-11-13 09:13:49 +02:00
bootstrap_hash.c
bytecodes.c gh-106529: Make FOR_ITER a viable uop (#112134) 2023-11-20 10:08:53 -08:00
ceval.c gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289) 2023-11-20 15:13:44 -08:00
ceval_gil.c
ceval_macros.h gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286) 2023-11-20 11:25:32 -08:00
codecs.c
compile.c gh-99606: Make code generated for an empty f-string identical to that of a normal empty string (#112407) 2023-11-26 17:13:57 +00:00
condvar.h
context.c
critical_section.c gh-111569: Implement Python critical section API (gh-111571) 2023-11-08 15:39:29 -07:00
crossinterp.c gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573) 2023-11-23 00:55:00 +00:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
emscripten_trampoline.c
errors.c gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715) 2023-11-06 11:09:22 -07:00
executor_cases.c.h gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286) 2023-11-20 11:25:32 -08:00
fileutils.c gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038) 2023-11-13 16:10:06 +00:00
flowgraph.c
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
generated_cases.c.h GH-111485: Sort cases in the case generator output (GH-112315) 2023-11-22 15:19:50 +00:00
getargs.c gh-112234: Remove the toplevel parameter in converttuple() (GH-112235) 2023-11-18 13:47:34 +02:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00:00
importdl.c
initconfig.c
instrumentation.c
intrinsics.c gh-107149: make new opcode util functions private rather than public and unstable (#112042) 2023-11-14 00:31:02 +00:00
legacy_tracing.c
lock.c gh-111863: Rename Py_NOGIL to Py_GIL_DISABLED (#111864) 2023-11-20 15:52:00 +02:00
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
optimizer.c gh-111848: Clean up RESERVE() macro (#112274) 2023-11-20 10:45:42 -08:00
optimizer_analysis.c GH-111848: Set the IP when de-optimizing (GH-112065) 2023-11-15 15:48:58 +00:00
parking_lot.c
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c gh-111863: Rename Py_NOGIL to Py_GIL_DISABLED (#111864) 2023-11-20 15:52:00 +02:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c gh-111956: Add thread-safe one-time initialization. (gh-111960) 2023-11-16 12:19:54 -07:00
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c GH-111772: Specialize slot loads and stores for _Py_T_OBJECT (GH-111773) 2023-11-06 13:55:04 +00:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
sysmodule.c gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00:00
thread.c
thread_nt.h
thread_pthread.h gh-81925: Implement native thread ids for kFreeBSD (#111761) 2023-11-09 21:02:30 +01:00
thread_pthread_stubs.h
traceback.c Remove dead code left after gh-110721 (#111905) 2023-11-10 22:30:01 +00:00
tracemalloc.c
vm-state.md

Miscellaneous source files for the main Python shared library