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-15 11:41:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
000e70ad52
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
2021-07-16 10:59:31 +01:00
..
clinic
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
2021-07-15 14:43:59 +01:00
_warnings.c
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
2021-07-05 00:14:33 +01:00
adaptive.md
Add file describing how to add or modify specialized families of instructions. (GH-26954)
2021-07-01 13:13:05 +01:00
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
bpo-43918: document signature and default argument of
anext
builtin (
#25551
)
2021-06-22 14:00:51 -07:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
2021-07-16 10:59:31 +01:00
codecs.c
…
compile.c
bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138)
2021-07-15 17:46:55 +01:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)
2021-07-07 16:26:06 -07:00
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frozen_hello.h
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
2021-07-07 12:21:51 +01:00
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-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
2021-06-23 14:13:27 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138)
2021-07-15 17:46:55 +01:00
importlib_zipimport.h
bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109)
2021-07-14 10:08:38 +01:00
importlib.h
bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138)
2021-07-15 17:46:55 +01:00
initconfig.c
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
2021-07-07 20:07:12 +01:00
makeopcodetargets.py
…
marshal.c
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
2021-07-07 12:21:51 +01:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
2021-07-15 13:13:12 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
2021-07-15 13:13:12 +01:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
2021-07-13 22:27:50 +01:00
sysmodule.c
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
2021-07-15 14:43:59 +01:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
bpo-43950: make BinOp specializations more reliable (GH-27126)
2021-07-16 00:38:11 +01:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library