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-21 02:31:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
4fc68560ea
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
2021-10-28 17:35:43 +01:00
..
clinic
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
2021-10-28 16:14:59 +01:00
codecs.c
…
compile.c
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
2021-10-27 10:45:35 +01:00
condvar.h
…
context.c
bpo-45522: Allow to disable freelists on build time (GH-29056)
2021-10-21 06:12:20 -07:00
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (
#29040
)
2021-10-22 17:20:03 -06:00
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
…
importdl.h
…
initconfig.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
2021-10-27 10:45:35 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
2021-10-28 17:35:43 +01:00
pymath.c
…
pystate.c
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
2021-10-28 16:14:59 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
bpo-45527: Don't count cache hits, just misses. (GH-29092)
2021-10-20 20:53:48 +02:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-45637: Store the frame pointer in the cframe (GH-29267)
2021-10-28 13:59:11 +01:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
bpo-45637: Store the frame pointer in the cframe (GH-29267)
2021-10-28 13:59:11 +01:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library