aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_importlib/source/test_source_encoding.py
Commit message (Expand)AuthorAge
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-22
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-22
* Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-24
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-20
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-16
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-09
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-06
* Issue #19712: Update test.test_importlib.source for PEP 451Brett Cannon2013-12-06
* Issue #16803: test.test_importlib.source now tests frozen and source codeBrett Cannon2013-11-08
* Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-16
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-20