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
Yury Selivanov
b647d7039d
bpo-32707: Fix warnings in hamt.c (
#5430
)
2018-01-29 13:31:37 -05: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-20891: Py_Initialize() now creates the GIL (
#4700
)
2018-01-29 11:57:45 +01: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
String annotations [PEP 563] (
#4390
)
2018-01-26 08:20:18 -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
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (
#4174
)
2018-01-15 15:58:02 +01:00
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
…
importdl.c
…
importdl.h
…
importlib_external.h
Implement the get_resource_reader() API for file system imports (
#5168
)
2018-01-15 15:07:11 -08:00
importlib.h
bpo-24340: Fix estimation of the code stack size. (
#5076
)
2018-01-09 21:54:52 +02:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
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
bpo-20891: Py_Initialize() now creates the GIL (
#4700
)
2018-01-29 11:57:45 +01: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
Fix typo in thread_nt.h code comment (GH-5211)
2018-01-17 15:21:01 -08:00
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