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
junyixie
5bd1059184
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
2021-03-13 14:25:14 +01:00
..
clinic
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
2021-02-28 22:41:09 +00:00
_warnings.c
…
asdl.c
…
ast_opt.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
ast_unparse.c
…
ast.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
bltinmodule.c
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
2021-03-11 01:39:52 +09:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
Make tracing info (bounds, and previous instruction offset) a bit more robust. (GH-24726)
2021-03-05 14:45:50 +00:00
codecs.c
…
compile.c
Fix typo in compile.c (GH-24812)
2021-03-10 10:39:51 +00:00
condvar.h
…
context.c
…
dtoa.c
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
2021-03-13 14:25:14 +01:00
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frozen_hello.h
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
2021-03-06 13:34:03 -08:00
frozen.c
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
2021-03-06 13:34:03 -08:00
frozenmain.c
…
future.c
…
getargs.c
bpo-43321: Fix SystemError in getargs.c (GH-24656)
2021-02-27 20:31:03 +09:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
bpo-42129: Add support for resources in namespaces (GH-24670)
2021-03-04 13:43:00 -05:00
importlib_zipimport.h
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
2021-03-08 12:06:02 -08:00
importlib.h
…
initconfig.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
2021-03-10 20:00:46 +01:00
pymath.c
…
pystate.c
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
2021-03-10 20:00:46 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
pythonrun.c
…
pytime.c
…
README
…
stdlib_module_names.h
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
2021-03-10 12:10:01 +01:00
structmember.c
…
symtable.c
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
2021-02-26 14:51:55 -08:00
sysmodule.c
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
2021-02-28 22:41:09 +00:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library