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-11 03:38:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Benjamin Peterson
65f2a6dcc2
advance copyright years to 2018 (
#5094
)
2018-01-04 22:34:19 -08:00
..
clinic
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
_warnings.c
bpo-32030: Fix compiler warnings (
#4921
)
2017-12-19 11:35:58 +01: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
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (
#4899
)
2017-12-16 04:54:22 +01:00
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-32439: Clean up the code for compiling comparison expressions. (
#5029
)
2017-12-30 09:47:42 +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
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
getcompiler.c
…
getcopyright.c
advance copyright years to 2018 (
#5094
)
2018-01-04 22:34:19 -08:00
getopt.c
move pygetopt.h to internal (closes bpo-32264) (
#4830
)
2017-12-14 23:48:12 -08:00
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
…
importlib.h
…
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
…
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
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library