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 20:17:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Irit Katriel
c2f1e95337
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (
#28262
)
2021-09-14 09:53:32 +01:00
..
clinic
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
2021-09-13 16:18:37 -06:00
frozen_modules
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
2021-09-13 16:18:37 -06:00
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
2021-08-30 19:02:32 +09:00
codecs.c
…
compile.c
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (
#28262
)
2021-09-14 09:53:32 +01:00
condvar.h
…
context.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
2021-09-08 14:43:00 +02:00
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
fileutils.c
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
2021-09-09 15:12:03 +02:00
formatter_unicode.c
…
frame.c
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
2021-08-25 13:44:20 +01:00
frozen.c
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
2021-09-13 16:18: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-45019: Do some cleanup related to frozen modules. (gh-28319)
2021-09-13 16:18:37 -06:00
importdl.c
…
importdl.h
…
initconfig.c
…
makeopcodetargets.py
…
marshal.c
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
2021-09-03 16:44:02 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-44945: Specialize BINARY_ADD (GH-27967)
2021-08-27 09:21:01 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
2021-08-25 13:44:20 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
2021-09-05 18:54:13 +03:00
pytime.c
…
README
…
specialize.c
Refine specialization stats (GH-27992)
2021-08-27 12:01:22 +01:00
stdlib_module_names.h
bpo-45085: Remove the binhex module (GH-28117)
2021-09-02 12:10:08 +02:00
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
…
thread_nt.h
…
thread_pthread.h
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
2021-09-03 09:32:19 +02:00
thread.c
…
traceback.c
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
2021-08-31 17:34:29 +02:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library