summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_spec.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-1/+1
* Remove dead PEP 451 code.Eric Snow2014-01-071-12/+0
* Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-0/+7
* Remove commented-out module spec test code and an out-of-date note.Eric Snow2013-12-101-10/+0
* Issue #19758: silence PendingDeprecationWarnings in test_importlib.Eric Snow2013-12-081-4/+8
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-0/+968