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-10 04:18:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
bc85eb7a4f
bpo-45527: Don't count cache hits, just misses. (GH-29092)
2021-10-20 20:53:48 +02:00
..
clinic
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
2021-10-14 15:32:18 -06:00
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-45527: Don't count cache hits, just misses. (GH-29092)
2021-10-20 20:53:48 +02:00
codecs.c
…
compile.c
…
condvar.h
…
context.c
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
2021-10-14 21:53:04 +02:00
dtoa.c
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
2021-10-13 19:25:53 +02:00
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
2021-10-13 19:25:53 +02:00
fileutils.c
bpo-45020: Default to using frozen modules unless running from source tree. (gh-28940)
2021-10-16 13:16:08 -06:00
formatter_unicode.c
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
2021-10-19 02:04:52 +02:00
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
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
2021-10-15 15:21:21 +02:00
importdl.c
…
importdl.h
…
initconfig.c
bpo-45020: Default to using frozen modules unless running from source tree. (gh-28940)
2021-10-16 13:16:08 -06:00
makeopcodetargets.py
…
marshal.c
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
2021-10-15 09:46:29 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
2021-10-19 02:04:52 +02:00
opcode_targets.h
bpo-44525: Specialize simple Python calls. (GH-29033)
2021-10-20 16:08:28 +01:00
pathconfig.c
bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
2021-10-14 14:48:32 -06:00
preconfig.c
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
2021-10-13 19:25:53 +02:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
2021-10-13 19:25:53 +02:00
pymath.c
bpo-45440: Remove pymath.c fallbacks (GH-28977)
2021-10-15 19:45:34 +02:00
pystate.c
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
2021-10-18 18:40:43 +02:00
pystrcmp.c
…
pystrhex.c
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
2021-10-13 19:25:53 +02:00
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-43760: Add PyThreadState_EnterTracing() (GH-28542)
2021-10-15 16:06:30 +02:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library