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-13 01:18:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Brandt Bucher
b4954b1a9e
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
2022-09-09 14:42:29 -07:00
..
clinic
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (
#96499
)
2022-09-02 09:35:08 -07:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
ceval_gil.c
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
2022-08-24 14:21:01 +01:00
ceval.c
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
2022-09-08 17:16:48 +01:00
codecs.c
…
compile.c
gh-88057: in compile.c, assertion that stackdepth is alway >=0 is missing in one place (GH-96513)
2022-09-07 14:01:57 +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
…
fileutils.c
…
formatter_unicode.c
…
frame.c
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
2022-08-25 10:16:55 +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
…
importdl.c
…
importdl.h
…
initconfig.c
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (
#96499
)
2022-09-02 09:35:08 -07:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
2022-09-01 21:36:47 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
2022-09-07 15:02:08 -07:00
pymath.c
…
pystate.c
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
2022-09-09 12:33:40 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
2022-09-09 14:42:29 -07:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
2022-09-07 21:09:20 +01:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
2022-08-19 12:41:25 -07:00
traceback.c
…
README
Miscellaneous source files for the main Python shared library