This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
cec5d858f5
cpython
/
Python
History
Dennis Sweeney
cec5d858f5
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
2022-04-17 14:04:29 -04:00
..
clinic
Use FASTCALL for __import__ (GH-31752)
2022-03-11 18:46:55 +02:00
deepfreeze
…
frozen_modules
…
Python-ast.c
…
Python-tokenize.c
…
README
…
_warnings.c
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
2022-03-31 10:02:34 +02:00
adaptive.md
Update adaptive.md for inline caching (GH-31817)
2022-03-11 14:29:10 +00:00
asdl.c
…
ast.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
bltinmodule.c
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
2022-03-31 10:02:34 +02:00
bootstrap_hash.c
…
ceval.c
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
2022-04-17 14:04:29 -04:00
ceval_gil.h
…
codecs.c
…
compile.c
Fix an out of date comment in compile.c (GH-91615)
2022-04-16 20:40:02 +01:00
condvar.h
…
context.c
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
2022-03-31 10:02:34 +02:00
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
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
bpo-47000: Add `locale.getencoding()` (GH-32068)
2022-04-09 09:54:54 +09: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
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
2022-04-07 12:31:01 -07:00
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
2022-03-31 10:02:34 +02:00
hashtable.c
…
import.c
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07: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
bpo-47000: Add `locale.getencoding()` (GH-32068)
2022-04-09 09:54:54 +09:00
makeopcodetargets.py
…
marshal.c
bpo-35134: Remove the Include/code.h header file (GH-32385)
2022-04-07 02:29:52 +02:00
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
2022-04-11 10:40:24 +01:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-46864: Suppress even more ob_shash deprecation warnings (GH-32176)
2022-03-30 08:35:15 +02:00
pymath.c
…
pystate.c
bpo-46864: Suppress deprecation warnings for ob_shash. (GH-32042)
2022-03-23 17:11:22 +09:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
pythonrun.c
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
2022-04-16 19:59:52 +01:00
pytime.c
…
specialize.c
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
2022-04-11 10:40:24 +01:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
bpo-35134: Remove the Include/code.h header file (GH-32385)
2022-04-07 02:29:52 +02:00
thread.c
…
thread_nt.h
…
thread_pthread.h
…
traceback.c
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
2022-04-07 12:31:01 -07:00
README
Miscellaneous source files for the main Python shared library