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
Nick Coghlan
85e729ec3b
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects
#15343
,
#15314
,
#15357
)
2012-07-15 18:09:52 +10:00
..
_warnings.c
…
asdl.c
…
ast.c
…
bltinmodule.c
…
ceval_gil.h
…
ceval.c
…
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_os2.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
…
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
Issues
#15169
,
#14599
: Make PyImport_ExecCodeModuleWithPathnames() use
2012-07-13 13:57:03 -04:00
importdl.c
…
importdl.h
…
importlib.h
Issues
#15169
,
#14599
: Make PyImport_ExecCodeModuleWithPathnames() use
2012-07-13 13:57:03 -04:00
makeopcodetargets.py
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
peephole.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pymath.c
…
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
Python-ast.c
add gc support to the AST base type (
closes
#15293
)
2012-07-08 11:03:46 -07:00
pythonrun.c
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects
#15343
,
#15314
,
#15357
)
2012-07-15 18:09:52 +10:00
pytime.c
…
random.c
…
sigcheck.c
…
strdup.c
…
structmember.c
…
symtable.c
…
sysmodule.c
Issue
#15242
: Have PyImport_GetMagicTag() return a const char *
2012-07-09 14:22:12 -04:00
thread_foobar.h
…
thread_nt.h
…
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread.c
…
traceback.c
…