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-08 20:17:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
b0699aa544
GH-111213: Fix a few broken stats (GH-111216)
2023-10-26 11:33:12 +01:00
..
clinic
gh-67565: Remove redundant C-contiguity checks (GH-105521)
2023-10-23 12:54:46 +03:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
abstract_interp_cases.c.h
…
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-111137)
2023-10-20 23:37:38 +03:00
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
bytecodes.c
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
2023-10-24 13:27:42 -07:00
ceval_gil.c
gh-109693: Remove pycore_atomic.h (gh-110992)
2023-10-18 00:33:50 +09:00
ceval_macros.h
…
ceval.c
…
codecs.c
…
compile.c
…
condvar.h
…
context.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
…
executor.c
…
fileutils.c
…
flowgraph.c
…
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
generated_cases.c.h
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
2023-10-24 13:27:42 -07:00
getargs.c
gh-67565: Remove redundant C-contiguity checks (GH-105521)
2023-10-23 12:54:46 +03:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
2023-10-25 11:33:48 +02:00
importdl.c
…
initconfig.c
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (
#110769
)
2023-10-14 23:32:57 +02:00
instrumentation.c
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
2023-10-23 14:49:09 +01:00
intrinsics.c
…
legacy_tracing.c
…
lock.c
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
optimizer_analysis.c
…
optimizer.c
GH-111339: Change
valid
property of executors to
is_valid()
method (GH-111350)
2023-10-26 11:31:51 +01:00
parking_lot.c
…
pathconfig.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (
#110769
)
2023-10-14 23:32:57 +02:00
pymath.c
…
pystate.c
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
2023-10-23 14:49:09 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
gh-67224: Show source lines in tracebacks when using the -c option when running Python (
#111200
)
2023-10-26 15:17:28 +09:00
pytime.c
…
README
…
specialize.c
GH-111213: Fix a few broken stats (GH-111216)
2023-10-26 11:33:12 +01:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
gh-111123: symtable should visit exception handlers before the else block (
#111142
)
2023-10-21 13:38:29 +01:00
sysmodule.c
…
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
gh-109693: Remove pycore_atomic.h (gh-110992)
2023-10-18 00:33:50 +09:00
thread.c
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
2023-10-17 23:05:49 +00:00
traceback.c
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (
#110702
)
2023-10-12 14:52:14 +00:00
tracemalloc.c
…
README
Miscellaneous source files for the main Python shared library