cpython/Python
Brett Cannon cf649958f7 Revert to os.path.join() semantics for path manipulation in importlib
which is different than what imp.cache_from_source() operates on.
2012-04-22 02:06:23 -04:00
..
_warnings.c
asdl.c
ast.c
bltinmodule.c Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
ceval.c Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem. 2012-04-19 18:21:04 +02:00
ceval_gil.h
codecs.c
compile.c merge 3.2 (#14607) 2012-04-17 19:54:35 -04:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c Issue #14599: Support ImportError.path on AIX and HPUX when loading 2012-04-20 15:31:11 -04:00
dynload_dl.c
dynload_hpux.c Issue #14599: Support ImportError.path on AIX and HPUX when loading 2012-04-20 15:31:11 -04:00
dynload_next.c
dynload_os2.c
dynload_shlib.c Issue #14599: Generalize a test for ImportError.path and add support 2012-04-20 15:22:50 -04:00
dynload_stub.c
dynload_win.c Fix #14600. Correct reference handling and naming of ImportError convenience function 2012-04-17 16:57:09 -05:00
errors.c Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. 2012-04-19 14:33:43 +02:00
fileutils.c
formatter_unicode.c
freeze_importlib.py Avoid compiler warning due to stray \x00 2012-04-16 18:30:54 +02:00
frozen.c Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
frozenmain.c
future.c Fix typo when "PyObject*" was changed to "identifier" 2012-03-23 12:50:53 +00:00
getargs.c Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. 2012-03-20 20:06:16 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issue #13959: Re-implement imp.find_module() in Lib/imp.py. 2012-04-21 21:09:46 -04:00
importdl.c Issue #14599: Generalize a test for ImportError.path and add support 2012-04-20 15:22:50 -04:00
importdl.h
importlib.h Revert to os.path.join() semantics for path manipulation in importlib 2012-04-22 02:06:23 -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 Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00
pystrcmp.c
pystrtod.c
Python-ast.c
pythonrun.c Issue #13959: Rename imp to _imp and add Lib/imp.py and begin 2012-04-15 16:08:47 -04:00
pytime.c Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. 2012-04-19 15:07:49 -07:00
random.c
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c
thread.c
thread_foobar.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
traceback.c