History log of /external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e437a10d15ddfd21d406e591acccf12ff443194e 24-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #23277: Remove unused imports in tests.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b 24-Apr-2016 Berker Peksag <berker.peksag@gmail.com> Issue #23277: Remove unused sys and os imports

Patch by Jon Dufresne.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
3497c0bf957be33c6794a4548cfa53dbb0f9b5df 16-May-2014 Eric Snow <ericsnowcurrently@gmail.com> Issue #21503: Use test_both() consistently in test_importlib.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
732ac654c8a3e5f9048a53efaee7380e1775a630 09-May-2014 Brett Cannon <brett@python.org> Issue #19721: Consolidate test_importlib utility code into a single
module.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
e38b0544c4f89fe3e665721e52c027e006922032 25-Oct-2013 Brett Cannon <brett@python.org> Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
ef888024d86eccb29b10d55066fa33c3aa54a586 16-Jun-2013 Brett Cannon <brett@python.org> Issue #17177: stop using imp in test_importlib
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
ac9f2f3de31787a016a1220b304db388dc1705e9 10-Aug-2012 Brett Cannon <brett@python.org> Issue #15576: Allow extension modules to be a package's __init__
module again. Also took the opportunity to stop accidentally exporting
_imp.extension_suffixes() as public.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py
45a5e3afe52ed89f298242143c5f7e2bb992ac63 20-Jul-2012 Brett Cannon <brett@python.org> Issue #15168: Move importlb.test to test.test_importlib.
This should make the Linux distros happy as it is now easier to leave
importlib's tests out of their base Python distribution.
/external/python/cpython3/Lib/test/test_importlib/extension/test_path_hook.py