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-13 15:22:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Serhiy Storchaka
685c203e84
Removed redundant Argument Clinic directives.
2017-02-04 11:53:22 +02:00
..
clinic
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
2017-01-17 02:21:47 +01:00
_warnings.c
…
asdl.c
…
ast.c
…
bltinmodule.c
Issue
#26729
: Fixed __text_signature__ for sorted().
2017-01-23 12:30:59 +02:00
ceval_gil.h
…
ceval.c
Issue
#29263
: LOAD_METHOD support for C methods
2017-02-03 07:43:03 +09:00
codecs.c
…
compile.c
…
condvar.h
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_aix.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
fileutils.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
Issue
#29286
: Rename private PyArg_UnpackStack_impl() to unpack_stack()
2017-02-01 17:42:18 +01:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Removed redundant Argument Clinic directives.
2017-02-04 11:53:22 +02:00
importdl.c
…
importdl.h
…
importlib_external.h
…
importlib.h
…
makeopcodetargets.py
…
marshal.c
…
modsupport.c
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
2017-01-23 09:47:21 +02:00
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
Issue
#29369
: Use Py_IDENTIFIER in Python-ast.c
2017-01-25 22:33:43 +09:00
pythonrun.c
…
pytime.c
…
random.c
Issue
#29157
: Prefer getrandom() over getentropy()
2017-01-09 11:18:53 +01:00
README
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
2017-01-23 09:47:21 +02:00
thread_foobar.h
…
thread_nt.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…
wordcode_helpers.h
…
README
Miscellaneous source files for the main Python shared library