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
d4864c61e3
bpo-24340: Fix estimation of the code stack size. (
#5076
)
2018-01-09 21:54:52 +02:00
..
clinic
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
2018-01-07 23:30:18 +10:00
_warnings.c
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
2018-01-08 12:45:02 +10:00
asdl.c
…
ast_opt.c
bpo-32372: Move __debug__ optimization to the AST level. (
#4925
)
2017-12-25 12:47:50 +02:00
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
ceval_gil.h
…
ceval.c
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (
#4903
)
2017-12-26 12:30:41 +02:00
codecs.c
…
compile.c
bpo-24340: Fix estimation of the code stack size. (
#5076
)
2018-01-09 21:54:52 +02:00
condvar.h
…
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-32030: Add _Py_FindEnvConfigValue() (
#4963
)
2017-12-21 16:49:13 +01:00
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
advance copyright years to 2018 (
#5094
)
2018-01-04 22:34:19 -08:00
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
fix up signedness in PyImport_ExtendInittab (
#4831
)
2017-12-15 23:42:33 -08:00
importdl.c
…
importdl.h
…
importlib_external.h
bpo-24340: Fix estimation of the code stack size. (
#5076
)
2018-01-09 21:54:52 +02: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-32030: Add _Py_FindEnvConfigValue() (
#4963
)
2017-12-21 16:49:13 +01:00
peephole.c
bpo-29469: peephole: Remove const_stack (GH-4879)
2017-12-18 15:52:54 +09:00
pyarena.c
…
pyctype.c
…
pyfpe.c
bpo-29137: Remove fpectl module (
#4789
)
2018-01-05 23:15:34 -08:00
pyhash.c
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
pylifecycle.c
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
pymath.c
…
pystate.c
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (
#4611
)
2017-12-20 11:17:58 +01:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
pytime.c
…
README
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
…
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
2018-01-07 23:30:18 +10:00
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library