History log of /external/python/cpython3/Lib/test/test_importlib/util.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4106f61c4c60a0d981b16aca08daa89cdd07a29b 16-Jul-2016 Brett Cannon <brett@python.org> Merge for #27083
7ca63cb7cc0ea962f40559ba57f767e38d7f1af7 16-Jul-2016 Brett Cannon <brett@python.org> Fix regressions introduced by fixes for issue #27083.
/external/python/cpython3/Lib/test/test_importlib/util.py
fdcdd9ed80d2b4bf7e7dac04ed2d22e9cb747ff6 08-Jul-2016 Brett Cannon <brett@python.org> Issue #26896: Disambiguate uses of "importer" with "finder".

Thanks to Oren Milman for the patch.
/external/python/cpython3/Lib/test/test_importlib/util.py
183a941bc148533a299c39123e7d6fe33c655c36 16-May-2015 Eric Snow <ericsnowcurrently@gmail.com> Issue #24192: Fix namespace package imports.
/external/python/cpython3/Lib/test/test_importlib/util.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/util.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/util.py
6029e086911be873b2ebacb933e3df08c23084e4 25-Jan-2014 Eric Snow <ericsnowcurrently@gmail.com> Issue 19944: Fix importlib.find_spec() so it imports parents as needed.

The function is also moved to importlib.util.
/external/python/cpython3/Lib/test/test_importlib/util.py
86aae6a7b3b863529b6cce64859c0f56c7963bc0 06-Dec-2013 Brett Cannon <brett@python.org> Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
where appropriate.
/external/python/cpython3/Lib/test/test_importlib/util.py
873d1226b7cd42c663a4e09fa43a561de2e9f463 22-Nov-2013 Brett Cannon <brett@python.org> Make test_importlib output easier to trace back to the failing test
class.
/external/python/cpython3/Lib/test/test_importlib/util.py
1340049f65d01b2ea7d3ee13d19eae5939726cf7 18-Oct-2013 Brett Cannon <brett@python.org> Issue #16803: Move test_importlib.test_util to use both frozen and
source code.
/external/python/cpython3/Lib/test/test_importlib/util.py
3ad327ec3ad1887a9e5ab738ba12b5f78751a791 04-Oct-2013 Brett Cannon <brett@python.org> Issue #16803: Run test.test_importlib.test_abc under both
_frozen_importlib and source.
/external/python/cpython3/Lib/test/test_importlib/util.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/util.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/util.py