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 21:25:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Brandt Bucher
dbe60ee09d
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
2021-04-29 17:19:28 -07: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
…
codecs.c
…
compile.c
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
2021-04-29 17:19:28 -07: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-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
2021-04-23 23:00:27 +01: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-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
importlib_zipimport.h
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
importlib.h
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
initconfig.c
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
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-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
2021-04-28 13:40:44 +02: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: Require 50% similarity in NameError and AttributeError suggestions (GH-25584)
2021-04-27 01:22:27 +01:00
symtable.c
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
sysmodule.c
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
2021-04-22 08:34:57 -07: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