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-05 04:14:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
8d4b18429d
Correct location for syntax error in try-except (GH-25939)
2021-05-06 13:38:50 +01:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast_opt.c
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
2021-04-29 17:19:28 -07:00
ast_unparse.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
ast.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_gil.h
…
ceval.c
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
2021-05-02 13:02:10 -07:00
codecs.c
…
compile.c
Correct location for syntax error in try-except (GH-25939)
2021-05-06 13:38:50 +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_hello.h
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
frozen.c
…
frozenmain.c
…
future.c
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
2021-04-21 12:41:19 +01:00
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
2021-05-02 13:02:10 -07:00
importlib_zipimport.h
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
2021-04-30 14:32:47 +01:00
importlib.h
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
2021-04-30 14:32:47 +01:00
initconfig.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
2021-05-02 13:02:10 -07:00
pathconfig.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
2021-04-22 08:34:57 -07:00
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_nt.h
…
thread_pthread.h
…
thread.c
…
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