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-05 18:17:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
f6eafe18c0
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
2021-10-06 13:05:45 +01:00
..
clinic
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06:00
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
Remove trailing spaces. (GH-28706)
2021-10-03 16:58:14 +03:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
2021-10-06 13:05:45 +01:00
codecs.c
…
compile.c
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
2021-10-06 13:05:45 +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
…
errors.c
…
fileutils.c
Do not check isabs() on Windows. (gh-28584)
2021-09-27 10:52:19 -06:00
formatter_unicode.c
bpo-20524: adds better error message for
.format()
(GH-28310)
2021-09-24 11:18:04 -04:00
frame.c
…
frozen.c
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06: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: Identify which frozen modules are actually aliases. (gh-28655)
2021-10-05 11:26:37 -06:00
importdl.c
…
importdl.h
…
initconfig.c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
2021-09-28 12:18:28 -06:00
makeopcodetargets.py
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
pathconfig.c
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
2021-09-28 12:18:28 -06:00
preconfig.c
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
2021-09-27 10:00:32 -06:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
Remove trailing spaces. (GH-28706)
2021-10-03 16:58:14 +03:00
pythonrun.c
…
pytime.c
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
README
…
specialize.c
…
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
2021-10-05 11:01:11 +01:00
thread_nt.h
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
thread_pthread.h
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
2021-10-01 13:29:25 +02:00
thread.c
…
traceback.c
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
2021-10-03 21:22:42 +03:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library