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-07 04:39:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Irit Katriel
55c99d97e1
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (
#103402
)
2023-04-11 11:53:06 +01:00
..
clinic
…
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
gh-87092: move assembler related code from compile.c to assemble.c (
#103277
)
2023-04-11 11:15:09 +01:00
ast_opt.c
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
2023-03-22 14:49:51 +00:00
ast_unparse.c
…
ast.c
…
bltinmodule.c
gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-102940)
2023-03-23 10:37:04 +00:00
bootstrap_hash.c
…
bytecodes.c
GH-88691: Shrink the CALL caches (GH-103230)
2023-04-05 14:15:49 -07:00
ceval_gil.c
gh-103167: Fix
-Wstrict-prototypes
warnings by using
(void)
for functions with no args (GH-103168)
2023-04-05 09:22:33 +02:00
ceval_macros.h
…
ceval.c
…
codecs.c
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (
#103402
)
2023-04-11 11:53:06 +01:00
compile.c
gh-87092: move assembler related code from compile.c to assemble.c (
#103277
)
2023-04-11 11:15:09 +01:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
emscripten_signal.c
…
errors.c
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (
#103402
)
2023-04-11 11:53:06 +01:00
fileutils.c
…
flowgraph.c
gh-91276: remove unused _PyOpcode_RelativeJump (
#103156
)
2023-04-11 11:20:39 +01:00
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
generated_cases.c.h
GH-88691: Shrink the CALL caches (GH-103230)
2023-04-05 14:15:49 -07:00
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-102660: Fix is_core_module() (gh-103257)
2023-04-04 17:03:40 -06:00
importdl.c
…
importdl.h
…
importlib.h
…
initconfig.c
gh-103167: Fix
-Wstrict-prototypes
warnings by using
(void)
for functions with no args (GH-103168)
2023-04-05 09:22:33 +02:00
intrinsics.c
…
makeopcodetargets.py
…
marshal.c
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
2023-03-22 14:49:51 +00:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_metadata.h
GH-88691: Shrink the CALL caches (GH-103230)
2023-04-05 14:15:49 -07:00
opcode_targets.h
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
2023-03-23 15:25:09 -07:00
pathconfig.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
gh-101659: Add _Py_AtExit() (gh-103298)
2023-04-05 18:42:02 -06:00
pymath.c
…
pystate.c
gh-103176: sys._current_exceptions() returns mapping to exception instances instead of exc_info tuples (
#103177
)
2023-04-11 09:38:37 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (
#102816
)
2023-03-19 15:17:59 +00:00
pytime.c
…
README
…
specialize.c
GH-88691: Shrink the CALL caches (GH-103230)
2023-04-05 14:15:49 -07:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
gh-103167: Fix
-Wstrict-prototypes
warnings by using
(void)
for functions with no args (GH-103168)
2023-04-05 09:22:33 +02:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
README
Miscellaneous source files for the main Python shared library