History log of /external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c7f44aa99aea074398b35d02afba65b49df36813 24-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #23277: Remove more unused sys and os imports.
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.py
e431d3c9aadb52dd1eea4d1e606e94f1c8471459 20-Mar-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26581: Use the first coding cookie on a line, not the last one.
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.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/source/test_source_encoding.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/source/test_source_encoding.py
1500d49c22e1a38d186f2dddfa6ba2c5a6cd7d5e 07-Jan-2014 Eric Snow <ericsnowcurrently@gmail.com> Issue 19713: Add PEP 451-related deprecations.
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.py
2f8c83568ca5850601e92e315c4a1c840e94b1cb 06-Dec-2013 Brett Cannon <brett@python.org> Issue #19712: Update test.test_importlib.source for PEP 451
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.py
9ea8eda127b824f9cffb64deadbb420244a301c2 08-Nov-2013 Brett Cannon <brett@python.org> Issue #16803: test.test_importlib.source now tests frozen and source code
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.py
dafea851901fc1de278ad79727d3b44f46ba5a31 16-Sep-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
now detect Python source code encoding only in comment lines.
/external/python/cpython3/Lib/test/test_importlib/source/test_source_encoding.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/source/test_source_encoding.py