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-14 19:40:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Erlend E. Aasland
8612230c1c
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (
#114587
)
2024-01-30 00:04:34 +01:00
..
clinic
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
2024-01-16 18:05:15 +02:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
2024-01-16 09:32:01 +00:00
ast_unparse.c
…
ast.c
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
2024-01-16 09:32:01 +00:00
bltinmodule.c
…
bootstrap_hash.c
…
bytecodes.c
Update outdated comment in `
Python/bytecodes.c
` (
#114522
)
2024-01-24 09:14:15 -08:00
ceval_gil.c
gh-111964: Implement stop-the-world pauses (gh-112471)
2024-01-23 11:08:23 -07:00
ceval_macros.h
Delete unused macro (GH-114238)
2024-01-18 15:49:50 +00:00
ceval.c
GH-113464: Add a JIT backend for tier 2 (GH-113465)
2024-01-28 18:48:48 -08:00
codecs.c
…
compile.c
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (
#114587
)
2024-01-30 00:04:34 +01:00
condvar.h
…
context.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
critical_section.c
…
crossinterp.c
…
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
…
executor_cases.c.h
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
2024-01-24 12:08:31 +00:00
fileutils.c
…
flowgraph.c
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (
#114587
)
2024-01-30 00:04:34 +01:00
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
gc_free_threading.c
gh-112529: Implement GC for free-threaded builds (
#114262
)
2024-01-25 10:27:36 -08:00
gc_gil.c
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
2024-01-18 18:15:00 +00:00
gc.c
gh-112529: Implement GC for free-threaded builds (
#114262
)
2024-01-25 10:27:36 -08:00
generated_cases.c.h
GH-112354:
END_FOR
instruction to only pop one value. (GH-114247)
2024-01-24 15:10:17 +00:00
getargs.c
…
getcompiler.c
…
getcopyright.c
Update copyright years to 2024. (GH-113608)
2024-01-16 21:54:05 +01:00
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
2024-01-29 11:37:06 +02:00
importdl.c
…
initconfig.c
…
instrumentation.c
…
intrinsics.c
…
jit.c
GH-113464: Add a JIT backend for tier 2 (GH-113465)
2024-01-28 18:48:48 -08:00
legacy_tracing.c
…
lock.c
…
marshal.c
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
2024-01-16 18:05:15 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
object_stack.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
opcode_targets.h
…
optimizer_analysis.c
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
2024-01-24 12:08:31 +00:00
optimizer.c
GH-113464: Add a JIT backend for tier 2 (GH-113465)
2024-01-28 18:48:48 -08:00
parking_lot.c
…
pathconfig.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
GH-113464: Add a JIT backend for tier 2 (GH-113465)
2024-01-28 18:48:48 -08:00
pymath.c
…
pystate.c
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
2024-01-26 19:38:14 -08:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
2024-01-16 09:32:01 +00:00
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
gh-114312: Collect stats for unlikely events (GH-114493)
2024-01-25 11:10:51 +00:00
stdlib_module_names.h
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (
#113712
)
2024-01-08 15:10:45 +00:00
structmember.c
…
suggestions.c
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
2024-01-11 20:31:24 +02:00
symtable.c
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
2024-01-16 09:32:01 +00:00
sysmodule.c
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation (
#114385
)
2024-01-21 13:49:49 +01:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
…
traceback.c
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
2024-01-16 09:32:01 +00:00
tracemalloc.c
…
vm-state.md
…
README
Miscellaneous source files for the main Python shared library