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-09 11:38:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
4776b07d17
Don't make a call at the C level when calling bound-methods from Python code. (GH-29238)
2021-10-27 15:26:22 +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
Don't make a call at the C level when calling bound-methods from Python code. (GH-29238)
2021-10-27 15:26:22 +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
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
…
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-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
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
2021-10-23 00:13:46 +01: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
…
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