This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-05 18:17:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Victor Stinner
8b626a47ba
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
..
clinic
gh-108753: Enhance pystats (
#108754
)
2023-09-06 15:54:59 +00:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
abstract_interp_cases.c.h
gh-104909: Split some more insts into ops (
#109943
)
2023-09-27 15:27:44 -07:00
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (
#108507
)
2023-09-08 09:48:28 +00:00
ast_unparse.c
…
ast.c
gh-109341: Fix crash on compiling invalid AST including TypeAlias (
#109349
)
2023-09-13 09:00:39 -07:00
bltinmodule.c
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
2023-09-23 09:35:30 +03:00
bootstrap_hash.c
…
bytecodes.c
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
2023-09-28 15:31:32 +01:00
ceval_gil.c
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
2023-09-19 15:01:34 -06:00
ceval_macros.h
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
ceval.c
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
codecs.c
…
compile.c
gh-105658: fix excess trace events for except block ending with a conditional block (
#109384
)
2023-09-14 17:06:08 +01:00
condvar.h
…
context.c
…
dtoa.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
gh-109740: Use 't' in
--disable-gil
SOABI (
#109922
)
2023-09-27 15:24:12 +00:00
emscripten_signal.c
GH-108614: Unbreak emscripten build (GH-109132)
2023-09-08 17:54:45 +01:00
emscripten_trampoline.c
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
2023-09-15 15:04:21 -07:00
errors.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
executor_cases.c.h
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
2023-09-28 15:31:32 +01:00
executor.c
…
fileutils.c
…
flowgraph.c
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (
#109987
)
2023-09-28 20:33:28 +01:00
formatter_unicode.c
…
frame.c
…
frozen.c
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
2023-09-08 10:34:40 +01:00
frozenmain.c
…
future.c
…
generated_cases.c.h
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
2023-09-28 15:31:32 +01:00
getargs.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
getcompiler.c
…
getcopyright.c
…
getopt.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
importdl.c
…
importdl.h
…
initconfig.c
gh-108753: Enhance pystats (
#108754
)
2023-09-06 15:54:59 +00:00
instrumentation.c
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420)
2023-09-22 14:13:31 -07:00
intrinsics.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
legacy_tracing.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
lock.c
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
2023-09-19 09:54:29 -06:00
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
optimizer_analysis.c
…
optimizer.c
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
2023-09-13 10:26:50 -07:00
parking_lot.c
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
2023-09-19 09:54:29 -06:00
pathconfig.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
perf_trampoline.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
pylifecycle.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
pymath.c
…
pystate.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
Python-ast.c
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (
#108507
)
2023-09-08 09:48:28 +00:00
Python-tokenize.c
…
pythonrun.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
pytime.c
…
README
…
specialize.c
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
2023-09-13 10:25:45 -07:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
2023-09-17 14:23:31 +03:00
symtable.c
gh-109390: add dump_symtable utility under #if 0 (
#109391
)
2023-09-20 10:55:56 -06:00
sysmodule.c
gh-110079: Remove extern "C" { ...} in C code (
#110080
)
2023-09-29 10:56:49 +02:00
thread_nt.h
…
thread_pthread_stubs.h
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
thread_pthread.h
…
thread.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
traceback.c
gh-110052: Fix faulthandler for freed tstate (
#110069
)
2023-09-29 02:04:06 +00:00
tracemalloc.c
gh-108765: Cleanup #include in Python/*.c files (
#108977
)
2023-09-06 15:56:08 +02:00
README
Miscellaneous source files for the main Python shared library