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-09 11:38:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
62e4481238
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757)
2019-02-16 08:12:19 +02:00
..
clinic
…
_warnings.c
…
asdl.c
…
ast_opt.c
bpo-33416: Add end positions to Python AST (GH-11605)
2019-01-22 11:18:22 +00:00
ast_unparse.c
…
ast.c
bpo-35766 follow-up: Add an error check to new_type_comment() (
#11766
)
2019-02-11 08:10:42 -08:00
bltinmodule.c
bpo-35766: Merge typed_ast back into CPython (GH-11645)
2019-01-31 12:40:27 +01:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438)
2019-01-12 10:12:24 +02:00
codecs.c
…
compile.c
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757)
2019-02-16 08:12:19 +02:00
condvar.h
…
context.c
…
coreconfig.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
2019-02-02 09:16:42 -08:00
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724)
2019-02-01 14:40:16 -07:00
hamt.c
…
import.c
…
importdl.c
…
importdl.h
…
importlib_external.h
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (GH-10021)
2019-01-13 13:05:13 +09:00
importlib_zipimport.h
bpo-16806: Fix
lineno
and
col_offset
for multi-line string tokens (GH-10021)
2019-01-13 13:05:13 +09:00
importlib.h
bpo-35321: Set the spec origin to frozen in frozen modules (
#11732
)
2019-02-04 16:56:26 -08:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
pathconfig.c
bpo-35890 : Fix some API calling consistency (GH-11742)
2019-02-02 20:26:55 -08:00
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
bpo-35713: Reorganize sys module initialization (GH-11658)
2019-01-23 15:04:40 +01:00
pymath.c
…
pystate.c
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822)
2019-02-12 09:06:43 -07:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (
#11714
)
2019-02-01 11:37:34 -08:00
pythonrun.c
bpo-35766: Merge typed_ast back into CPython (GH-11645)
2019-01-31 12:40:27 +01:00
pytime.c
…
README
…
strdup.c
…
structmember.c
…
symtable.c
Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821)
2019-02-11 11:34:50 -08:00
sysmodule.c
bpo-35890 : Fix some API calling consistency (GH-11742)
2019-02-02 20:26:55 -08:00
thread_nt.h
bpo-33316: PyThread_release_lock always fails (GH-6541)
2019-02-02 08:22:55 -08:00
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library