.. |
clinic
|
gh-111178: Change Argument Clinic signature for METH_O (#130682)
|
2025-03-11 16:33:36 +01:00 |
frozen_modules
|
|
|
_warnings.c
|
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
|
2025-02-25 23:04:27 +02:00 |
asdl.c
|
|
|
asm_trampoline.S
|
|
|
assemble.c
|
GH-123044: Give the POP_TOP after a case test a location in the body, not the pattern. (GH-130627)
|
2025-03-10 17:31:16 +00:00 |
ast.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
ast_opt.c
|
gh-130080: implement PEP 765 (#130087)
|
2025-03-17 20:48:54 +00:00 |
ast_unparse.c
|
gh-119182: Use public PyUnicodeWriter in ast_unparse.c (#129208)
|
2025-01-23 01:44:43 +01:00 |
bltinmodule.c
|
gh-130080: implement PEP 765 (#130087)
|
2025-03-17 20:48:54 +00:00 |
bootstrap_hash.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
brc.c
|
|
|
bytecodes.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
ceval.c
|
GH-130396: Work around for broken pthread_get_stackaddr_np on Emscripten (#131088)
|
2025-03-14 07:04:40 +08:00 |
ceval_gil.c
|
gh-124878: Fix race conditions during interpreter finalization (#130649)
|
2025-03-06 10:38:34 -05:00 |
ceval_macros.h
|
GH-127705: Use _PyStackRef s in the default build. (GH-127875)
|
2025-03-10 14:06:56 +00:00 |
codecs.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
codegen.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
compile.c
|
gh-130080: implement PEP 765 (#130087)
|
2025-03-17 20:48:54 +00:00 |
condvar.h
|
|
|
config_common.h
|
|
|
context.c
|
gh-111178: Change Argument Clinic signature for METH_O (#130682)
|
2025-03-11 16:33:36 +01:00 |
critical_section.c
|
|
|
crossinterp.c
|
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
|
2025-02-05 11:03:58 +01:00 |
crossinterp_data_lookup.h
|
|
|
crossinterp_exceptions.h
|
|
|
dtoa.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
dup2.c
|
|
|
dynamic_annotations.c
|
|
|
dynload_hpux.c
|
|
|
dynload_shlib.c
|
|
|
dynload_stub.c
|
|
|
dynload_win.c
|
|
|
emscripten_signal.c
|
|
|
emscripten_trampoline.c
|
gh-128627: Skip wasm-gc on iOS Safari where it's broken (#130418)
|
2025-02-24 07:26:04 +08:00 |
errors.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
executor_cases.c.h
|
gh-131281: fix compile error due to BINARY_SUBSCR (GH-131283)
|
2025-03-15 23:38:46 +08:00 |
fileutils.c
|
gh-128863: Deprecate private C API functions (#128864)
|
2025-01-22 11:04:19 +00:00 |
flowgraph.c
|
gh-130480: Move duplicate LOAD_SMALL_INT optimization from codegen to CFG (#130481)
|
2025-03-14 21:23:27 +00:00 |
formatter_unicode.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
frame.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
frozen.c
|
|
|
frozenmain.c
|
|
|
future.c
|
|
|
gc.c
|
GH-127705: Use _PyStackRef s in the default build. (GH-127875)
|
2025-03-10 14:06:56 +00:00 |
gc_free_threading.c
|
gh-130019: Fix data race in _PyType_AllocNoTrack (gh-130058)
|
2025-02-13 11:50:45 -05:00 |
gc_gil.c
|
|
|
generated_cases.c.h
|
gh-131281: fix compile error due to BINARY_SUBSCR (GH-131283)
|
2025-03-15 23:38:46 +08:00 |
getargs.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
getcompiler.c
|
|
|
getcopyright.c
|
|
|
getopt.c
|
Make the Python CLI error message style more consistent (GH-128129)
|
2025-01-11 11:17:35 +02:00 |
getplatform.c
|
|
|
getversion.c
|
|
|
hamt.c
|
gh-111178: fix UBSan failures in Python/hamt.c (GH-128247)
|
2025-01-08 14:50:40 +01:00 |
hashtable.c
|
|
|
import.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
importdl.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
index_pool.c
|
gh-130740: Move some stdbool.h includes after Python.h (#130738)
|
2025-03-02 09:56:49 +00:00 |
initconfig.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
instruction_sequence.c
|
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)
|
2025-03-13 16:02:58 +00:00 |
instrumentation.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
interpconfig.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
intrinsics.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
jit.c
|
GH-129231: Group executable JIT code in memory (GH-129232)
|
2025-02-02 15:19:55 -08:00 |
legacy_tracing.c
|
gh-111178: Fix _PyLegacyEventHandler_Type deallocator (#131193)
|
2025-03-14 10:23:54 +01:00 |
lock.c
|
gh-111178: Fix function signatures to fix undefined behavior (#131191)
|
2025-03-14 09:52:15 +00:00 |
marshal.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
modsupport.c
|
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool (#28634)
|
2025-02-18 17:14:11 +00:00 |
mysnprintf.c
|
|
|
mystrtoul.c
|
|
|
object_stack.c
|
|
|
opcode_targets.h
|
GH-128534: Fix behavior of branch monitoring for async for (GH-130847)
|
2025-03-07 14:30:31 +00:00 |
optimizer.c
|
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
|
2025-03-12 16:21:46 +01:00 |
optimizer_analysis.c
|
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
|
2025-03-02 13:21:34 -08:00 |
optimizer_bytecodes.c
|
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
|
2025-03-06 12:11:08 +01:00 |
optimizer_cases.c.h
|
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
|
2025-03-12 16:21:46 +01:00 |
optimizer_symbols.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
parking_lot.c
|
|
|
pathconfig.c
|
gh-111924: Fix data races when swapping allocators (gh-130287)
|
2025-02-20 11:31:15 -05:00 |
perf_jit_trampoline.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
perf_trampoline.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
preconfig.c
|
|
|
pyarena.c
|
|
|
pyctype.c
|
|
|
pyfpe.c
|
|
|
pyhash.c
|
|
|
pylifecycle.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
pymath.c
|
|
|
pystate.c
|
gh-131238: Convert pycore_pystate.h static inline to functions (#131352)
|
2025-03-17 12:31:55 +01:00 |
pystrcmp.c
|
|
|
pystrhex.c
|
|
|
pystrtod.c
|
|
|
Python-ast.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
Python-tokenize.c
|
|
|
pythonrun.c
|
gh-130080: implement PEP 765 (#130087)
|
2025-03-17 20:48:54 +00:00 |
pytime.c
|
GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)
|
2025-03-15 11:41:34 -07:00 |
qsbr.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
README
|
|
|
specialize.c
|
gh-131281: Add include for pystats builds (#131369)
|
2025-03-18 00:36:06 +08:00 |
stackrefs.c
|
GH-127705: Use _PyStackRef s in the default build. (GH-127875)
|
2025-03-10 14:06:56 +00:00 |
stdlib_module_names.h
|
|
|
structmember.c
|
|
|
suggestions.c
|
GH-131238: Core header refactor (GH-131250)
|
2025-03-17 09:19:04 +00:00 |
symtable.c
|
GH-131238: More refactoring of core header files (GH-131351)
|
2025-03-17 14:41:05 +00:00 |
sysmodule.c
|
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
|
2025-03-11 12:33:01 +01:00 |
thread.c
|
gh-131238: Add explicit includes to pycore headers (#131257)
|
2025-03-17 12:32:43 +01:00 |
thread_nt.h
|
|
|
thread_pthread.h
|
|
|
thread_pthread_stubs.h
|
|
|
tier2_engine.md
|
|
|
traceback.c
|
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
|
2025-02-25 23:04:27 +02:00 |
tracemalloc.c
|
gh-130790: Remove references about unicode's readiness from comments (#130801)
|
2025-03-03 19:18:09 +00:00 |
uniqueid.c
|
gh-128923: Use zero to indicate unassigned unique id (#128925)
|
2025-01-17 16:42:27 +01:00 |
vm-state.md
|
|
|