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-08 09:21:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Irit Katriel
5bb7ef2768
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
2021-12-03 22:01:15 +00:00
..
clinic
…
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
Remove misleading comment in the AST optimizer (
#29825
)
2021-11-29 11:19:59 +03:00
ast_unparse.c
…
ast.c
…
bltinmodule.c
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
2021-11-23 09:53:24 +00:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-45885: Specialize COMPARE_OP (GH-29734)
2021-12-03 11:29:12 +00:00
codecs.c
…
compile.c
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
2021-11-23 09:53:24 +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
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
errors.c
bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780)
2021-11-30 22:37:04 +00:00
fileutils.c
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
formatter_unicode.c
…
frame.c
bpo-45786: Allocate space for frame in frame object. (GH-29729)
2021-11-29 12:34:59 +00:00
frozen.c
bpo-45850: Implement deep-freeze on Windows (
#29648
)
2021-11-22 10:09:48 -08:00
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
bpo-45020: Fix strict-prototypes warning (GH-29755)
2021-11-24 20:01:39 +01:00
importdl.c
…
importdl.h
…
initconfig.c
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-45885: Specialize COMPARE_OP (GH-29734)
2021-12-03 11:29:12 +00:00
pathconfig.c
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-45582: Port getpath[p].c to Python (GH-29041)
2021-12-03 00:08:42 +00:00
pymath.c
…
pystate.c
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
2021-11-25 09:41:28 +00:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
2021-12-03 22:01:15 +00:00
pytime.c
…
README
…
specialize.c
bpo-45885: Specialize COMPARE_OP (GH-29734)
2021-12-03 11:29:12 +00:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
2021-11-25 09:41:28 +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