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-27 13:15:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Dong-hee Na
0c37ea9aba
[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447)
2023-01-31 23:53:14 +09:00
..
clinic
[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (
#100841
)
2023-01-08 01:23:12 -08:00
deepfreeze
bpo-45696: Deep-freeze selected modules (GH-29118)
2021-11-10 18:01:53 -08:00
frozen_modules
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
2021-09-16 14:20:52 -06:00
_warnings.c
gh-93937, C API: Move PyFrame_GetBack() to Python.h (
#93938
) (
#94000
)
2022-06-20 15:47:41 +02:00
adaptive.md
Update adaptive.md for inline caching (GH-31817)
2022-03-11 14:29:10 +00:00
asdl.c
…
ast_opt.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
ast_unparse.c
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
2022-03-26 09:55:35 -07:00
ast.c
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398) (GH-93414)
2022-06-01 14:05:40 +01:00
bltinmodule.c
[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (
#100841
)
2023-01-08 01:23:12 -08:00
bootstrap_hash.c
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
2022-01-11 11:56:16 +01:00
ceval_gil.h
[3.11] gh-96017: Fix some compiler warnings (GH-96018) (
#96106
)
2022-10-05 15:05:27 -07:00
ceval.c
[3.11] GH-99729: Unlink frames before clearing them (
#100047
)
2022-12-06 17:02:19 +00:00
codecs.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
compile.c
[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447)
2023-01-31 23:53:14 +09:00
condvar.h
…
context.c
Add more stats for freelist use and allocations. (GH-92211)
2022-05-03 16:40:24 -06:00
dtoa.c
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
2022-02-23 18:16:23 +01:00
dup2.c
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
2022-07-31 16:39:41 +01:00
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (
#31542
)
2022-05-06 01:34:11 +02:00
emscripten_signal.c
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
2022-04-03 22:58:52 +02:00
errors.c
Fix refleaks in PyErr_SetHandledException (GH-91627)
2022-04-17 02:52:53 -04:00
fileutils.c
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
2022-07-31 16:39:41 +01:00
formatter_unicode.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
frame.c
[3.11] GH-99729: Unlink frames before clearing them (
#100047
)
2022-12-06 17:02:19 +00:00
frozen.c
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
2022-02-25 09:25:54 +01:00
frozenmain.c
…
future.c
…
getargs.c
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (
#100368
)
2022-12-28 02:10:06 +01:00
getcompiler.c
…
getcopyright.c
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
2023-01-08 17:57:17 -08:00
getopt.c
gh-90300: split --help output into separate options (GH-30331)
2022-06-14 12:15:42 -07:00
getplatform.c
…
getversion.c
bpo-43931: Export Python version as API data (GH-25577)
2021-12-09 17:52:05 -08:00
hamt.c
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145)
2022-05-24 10:52:06 +02:00
hashtable.c
…
import.c
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
2022-11-21 03:43:23 -08:00
importdl.c
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07:00
importdl.h
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07:00
initconfig.c
gh-95778: add doc missing in some places (GH-100627)
2022-12-30 13:51:06 -08: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
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
2022-11-01 16:18:55 -07:00
modsupport.c
…
mysnprintf.c
Add a warning message about PyOS_snprintf (GH-95993)
2022-10-07 13:26:46 -07:00
mystrtoul.c
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
2021-10-19 02:04:52 +02:00
opcode_targets.h
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
2022-04-27 22:36:34 -06:00
pathconfig.c
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
2022-11-03 11:09:15 -07:00
preconfig.c
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306)
2022-05-27 17:56:30 -07:00
pyarena.c
…
pyctype.c
…
pyfpe.c
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
2022-01-13 09:46:04 +01:00
pyhash.c
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
2021-10-10 17:29:46 +09:00
pylifecycle.c
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (
#99638
)
2022-11-21 11:22:10 +01:00
pymath.c
bpo-45440: Remove pymath.c fallbacks (GH-28977)
2021-10-15 19:45:34 +02:00
pystate.c
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
2022-11-09 14:19:15 -08:00
pystrcmp.c
…
pystrhex.c
gh-91768: C API no longer use "const PyObject*" type (
#91769
)
2022-04-21 22:07:19 +02:00
pystrtod.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
Python-ast.c
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208)
2022-07-26 12:19:22 +02:00
Python-tokenize.c
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
2022-02-11 17:22:11 +01:00
pythonrun.c
Use static inline function Py_EnterRecursiveCall() (
#91988
)
2022-05-04 13:30:23 +02:00
pytime.c
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (
#91730
)
2022-04-20 19:26:40 +02:00
README
…
specialize.c
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
2022-11-10 08:44:49 -08:00
stdlib_module_names.h
bpo-40059: Add tomllib (PEP-680) (GH-31498)
2022-03-08 09:26:13 +01:00
structmember.c
…
suggestions.c
gh-93937, C API: Move PyFrame_GetBack() to Python.h (
#93938
) (
#94000
)
2022-06-20 15:47:41 +02:00
symtable.c
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
2022-02-22 17:23:51 -07:00
sysmodule.c
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (
#100476
)
2022-12-23 18:07:50 -08:00
thread_nt.h
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
2021-12-07 14:03:47 -07:00
thread_pthread_stubs.h
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (
#95503
)
2022-08-01 15:37:45 +01:00
thread_pthread.h
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (
#95503
)
2022-08-01 15:37:45 +01:00
thread.c
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (
#96128
)
2022-08-21 17:37:15 +01:00
traceback.c
[3.11] gh-99103: Normalize specialized traceback anchors against the current line (
#99423
)
2022-11-21 22:16:12 +00:00
README
Miscellaneous source files for the main Python shared library