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 06:29:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Oleg Iarygin
a52f82baf2
bpo-46920: Remove disabled debug code added decades ago and likely unnecessary (GH-31812)
2022-03-14 17:03:21 +01:00
..
clinic
Use FASTCALL for __import__ (GH-31752)
2022-03-11 18:46:55 +02:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
Update adaptive.md for inline caching (GH-31817)
2022-03-11 14:29:10 +00:00
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
Use FASTCALL for __import__ (GH-31752)
2022-03-11 18:46:55 +02:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
2022-03-11 16:31:50 -08:00
codecs.c
…
compile.c
bpo-46841: Fix error message hacks in
GET_AWAITABLE
(GH-31664)
2022-03-04 12:41:17 +00:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
Remove trailing spaces (GH-31695)
2022-03-05 17:47:00 +02:00
formatter_unicode.c
bpo-46920: Remove disabled debug code added decades ago and likely unnecessary (GH-31812)
2022-03-14 17:03:21 +01: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
…
importdl.c
…
importdl.h
…
initconfig.c
…
makeopcodetargets.py
…
marshal.c
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
2022-03-12 00:10:02 +01:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-46841: Use inline caching for calls (GH-31709)
2022-03-07 11:45:00 -08:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-46841: Use inline caching for calls (GH-31709)
2022-03-07 11:45:00 -08:00
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
2022-03-11 16:31:50 -08:00
stdlib_module_names.h
bpo-40059: Add tomllib (PEP-680) (GH-31498)
2022-03-08 09:26:13 +01:00
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
2022-03-14 21:48:00 +09:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library