This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-04-29 15:20:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
927131e050
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
5db1bb81ff
Issue
#22696
: Add function :func:
sys.is_finalizing
to know about interpreter shutdown.
2014-12-07 01:28:27 +01:00
..
clinic
_warnings.c
asdl.c
ast.c
bltinmodule.c
ceval.c
ceval_gil.h
codecs.c
correct assertion
2014-11-26 14:39:54 -06:00
compile.c
Issue
#22869
: Split pythonrun into two modules
2014-11-20 21:39:37 +10:00
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
#22581
: Use more "bytes-like object" throughout the docs and comments.
2014-12-05 22:26:10 +02:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
importdl.c
importdl.h
importlib.h
- Issue
#22966
: Fix __pycache__ pyc file name clobber when pyc_compile is
2014-12-01 17:52:43 -05:00
makeopcodetargets.py
marshal.c
Issue
#22581
: Use more "bytes-like object" throughout the docs and comments.
2014-12-05 22:26:10 +02:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
Closes
#22869
: Move PyOS_CheckStack back to pythonrun.c
2014-11-21 23:35:12 -06:00
pymath.c
pystate.c
pystrcmp.c
pystrtod.c
Removed duplicated words in in comments and docs.
2014-12-01 18:28:43 +02:00
Python-ast.c
pythonrun.c
Closes
#22869
: Move PyOS_CheckStack back to pythonrun.c
2014-11-21 23:35:12 -06:00
pytime.c
random.c
Removed duplicated words in in comments and docs.
2014-12-01 18:30:14 +02:00
README
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c
Issue
#22696
: Add function :func:
sys.is_finalizing
to know about interpreter shutdown.
2014-12-07 01:28:27 +01:00
thread.c
Removed duplicated words in in comments and docs.
2014-12-01 18:30:14 +02:00
thread_foobar.h
thread_nt.h
thread_pthread.h
traceback.c
(Merge 3.4) Issue
#22762
: Fix _Py_DisplaySourceLine(), clear the exception if
2014-10-30 10:17:59 +01:00
README
Miscellaneous source files for the main Python shared library