This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 05:35:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Steve Dower
044a593cbb
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
2022-07-17 16:11:24 +01:00
..
clinic
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
2022-06-21 15:40:54 +01:00
deepfreeze
…
frozen_modules
…
_warnings.c
gh-93937, C API: Move PyFrame_GetBack() to Python.h (
#93938
)
2022-06-19 12:02:33 +02:00
adaptive.md
…
asdl.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
GH-93252: Fix error handling for failed Python calls (GH-94693)
2022-07-08 18:52:26 -07:00
codecs.c
…
compile.c
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
2022-07-09 17:22:23 -07:00
condvar.h
gh-74953: _PyThread_cond_after() uses _PyTime_t (
#94056
)
2022-06-21 15:45:49 +02:00
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-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
2022-07-01 11:08:20 +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
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
2022-06-14 07:15:26 +03:00
importdl.c
…
importdl.h
…
initconfig.c
gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (
#94024
)
2022-06-20 16:10:47 +02:00
makeopcodetargets.py
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
2022-07-01 15:33:35 +01:00
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
2022-06-27 12:24:23 +01:00
pathconfig.c
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
2022-06-16 22:41:57 +01:00
preconfig.c
gh-77782: Deprecate global configuration variable (
#93943
)
2022-06-17 16:12:00 +02:00
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
gh-77560: Report possible errors in restoring builtins at finalization (GH-94255)
2022-06-25 19:02:09 +03:00
pymath.c
…
pystate.c
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
2022-06-20 12:59:25 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (
#93942
)
2022-06-17 16:11:13 +02:00
README
…
specialize.c
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
2022-06-27 12:24:23 +01:00
stdlib_module_names.h
gh-93939: Build C extensions without setup.py (GH-94474)
2022-07-14 00:51:49 -07:00
structmember.c
…
suggestions.c
gh-93937, C API: Move PyFrame_GetBack() to Python.h (
#93938
)
2022-06-19 12:02:33 +02:00
symtable.c
…
sysmodule.c
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
2022-07-17 16:11:24 +01:00
thread_nt.h
…
thread_pthread.h
gh-74953: _PyThread_cond_after() uses _PyTime_t (
#94056
)
2022-06-21 15:45:49 +02:00
thread.c
…
traceback.c
gh-93883: elide traceback indicators when possible (
#93994
)
2022-07-11 07:40:53 +01:00
README
Miscellaneous source files for the main Python shared library