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 22:11:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
332cd5ee4f
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
..
clinic
bpo-32436: Implement PEP 567 (
#5027
)
2018-01-22 19:11:18 -05:00
_warnings.c
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (
#5337
)
2018-01-26 14:28:31 -05:00
asdl.c
…
ast_opt.c
bpo-9566: Fix size_t=>int downcast warnings (
#5230
)
2018-01-18 11:15:25 +01:00
ast_unparse.c
String annotations [PEP 563] (
#4390
)
2018-01-26 08:20:18 -08:00
ast.c
…
bltinmodule.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
codecs.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
compile.c
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
condvar.h
…
context.c
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
2018-01-27 13:24:20 -05:00
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
…
errors.c
…
fileutils.c
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (
#5272
)
2018-01-22 19:07:32 +01:00
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
bpo-32670: Enforce PEP 479. (
#5327
)
2018-01-26 15:24:24 -05:00
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hamt.c
bpo-32707: Fix warnings in hamt.c (
#5430
)
2018-01-29 13:31:37 -05:00
import.c
rename _imp initialization function to follow conventions (
#5432
)
2018-01-29 11:33:57 -08:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
importlib.h
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
2018-01-29 16:41:04 -08:00
pathconfig.c
bpo-9566: Fix size_t=>int downcast warnings (
#5230
)
2018-01-18 11:15:25 +01:00
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
rename _imp initialization function to follow conventions (
#5432
)
2018-01-29 11:33:57 -08:00
pymath.c
…
pystate.c
bpo-32436: Implement PEP 567 (
#5027
)
2018-01-22 19:11:18 -05:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
pythonrun.c
…
pytime.c
…
README
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
bpo-32591: Add native coroutine origin tracking (
#5250
)
2018-01-21 09:44:07 -05:00
thread_nt.h
…
thread_pthread.h
bpo-32593: Drop FreeBSD 9 and older support (
#5232
)
2018-01-22 18:32:50 +01:00
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library