cpython/Python
Brett Cannon 63b8505281 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
not defined for a relative import.

This is the start of work to try and clean up import semantics to rely
more on a module's spec than on the myriad attributes that get set on
a module. Thanks to Rose Ames for the patch.
2016-01-15 13:33:03 -08:00
..
clinic
_warnings.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
asdl.c
ast.c Issue #20440: More use of Py_SETREF. 2015-12-27 15:44:33 +02:00
bltinmodule.c Issue #24802: Merge null termination fixes from 3.5 2015-11-07 03:15:32 +00:00
ceval.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:38:28 +02:00
ceval_gil.h
codecs.c
compile.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:39:57 +02:00
condvar.h
dtoa.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
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 Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
errors.c Issue #20440: More use of Py_SETREF. 2015-12-27 15:41:34 +02:00
fileutils.c Fix a couple of typos in code comments 2015-12-17 10:18:28 +00:00
formatter_unicode.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
frozen.c
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 2015-11-30 03:18:29 +00:00
future.c
getargs.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
getcompiler.c
getcopyright.c 2016 will be another year of writing copyrighted code 2016-01-01 10:23:45 -06:00
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issue #25791: Raise an ImportWarning when __spec__ or __package__ are 2016-01-15 13:33:03 -08:00
importdl.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
importdl.h
importlib.h Issue #25791: Raise an ImportWarning when __spec__ or __package__ are 2016-01-15 13:33:03 -08:00
importlib_external.h Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. 2015-12-28 17:55:27 -08:00
makeopcodetargets.py
marshal.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
modsupport.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
mysnprintf.c
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
opcode_targets.h Issue 25483: Add an opcode to make f-string formatting more robust. 2015-11-03 12:45:05 -05:00
peephole.c Issue #20440: Cleaning up the code by using Py_SETREF. 2016-01-05 21:27:54 +02:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
pymath.c
pystate.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 2015-11-30 03:18:29 +00:00
pystrcmp.c
pystrhex.c
pystrtod.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
Python-ast.c Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 2015-11-06 17:01:48 +01:00
pythonrun.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
pytime.c Merge 3.5 (pytime) 2015-11-10 12:11:52 +01:00
random.c Issue #25558: Use compile-time asserts. 2015-11-07 15:42:38 +02:00
README
sigcheck.c
strdup.c
structmember.c
symtable.c merge 3.5 (#25973) 2015-12-29 10:08:51 -06:00
sysmodule.c Issue #20440: Cleaning up the code by using Py_SETREF. 2016-01-05 21:27:54 +02:00
thread.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
thread_foobar.h
thread_nt.h
thread_pthread.h
traceback.c

Miscellaneous source files for the main Python shared library