This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-01-11 09:50:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a0ccc404ca
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Mark Shannon
117bfd2b71
Remove PyTryblock struct (GH-26059)
2021-05-12 14:04:38 +01:00
..
clinic
_warnings.c
asdl.c
ast.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
ast_opt.c
bpo-28307: Convert simple C-style formatting with literal format into f-string. (GH-5012)
2021-05-08 22:33:10 +03:00
ast_unparse.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
bltinmodule.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
bootstrap_hash.c
ceval.c
Remove PyTryblock struct (GH-26059)
2021-05-12 14:04:38 +01:00
ceval_gil.h
codecs.c
compile.c
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
2021-05-12 11:25:44 +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
errors.c
bpo-43914: Highlight invalid ranges in SyntaxErrors (
#25525
)
2021-04-23 14:27:05 +01:00
fileutils.c
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
2021-04-30 15:21:42 +02:00
formatter_unicode.c
frozen.c
frozen_hello.h
bpo-40222: "Zero cost" exception handling (GH-25729)
2021-05-07 15:19:19 +01:00
frozenmain.c
future.c
getargs.c
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
2021-05-07 11:56:48 +09:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
importdl.c
importdl.h
importlib.h
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
2021-05-12 11:25:44 +01:00
importlib_external.h
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
2021-05-12 11:25:44 +01:00
importlib_zipimport.h
bpo-40222: "Zero cost" exception handling (GH-25729)
2021-05-07 15:19:19 +01:00
initconfig.c
makeopcodetargets.py
marshal.c
bpo-40222: "Zero cost" exception handling (GH-25729)
2021-05-07 15:19:19 +01:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
bpo-40222: "Zero cost" exception handling (GH-25729)
2021-05-07 15:19:19 +01:00
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
bpo-43977: Use tp_flags for collection matching (GH-25723)
2021-04-30 09:50:28 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
pythonrun.c
bpo-43914: Highlight invalid ranges in SyntaxErrors (
#25525
)
2021-04-23 14:27:05 +01:00
pytime.c
README
stdlib_module_names.h
structmember.c
suggestions.c
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
2021-05-03 16:47:27 +01:00
symtable.c
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
2021-05-03 10:43:00 +03:00
sysmodule.c
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
2021-05-03 15:50:24 +01:00
thread.c
thread_nt.h
thread_pthread.h
traceback.c
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
2021-04-30 01:08:55 +01:00
wordcode_helpers.h
README
Miscellaneous source files for the main Python shared library