COMMITS
/ Lib/test/test_importlib/source/test_source_encoding.py December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
April 24, 2016
S
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka committed
March 20, 2016
S
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
May 9, 2014
B
Issue #19721: Consolidate test_importlib utility code into a single
Brett Cannon committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
December 6, 2013
B
Issue #19712: Update test.test_importlib.source for PEP 451
Brett Cannon committed
November 8, 2013
B
Issue #16803: test.test_importlib.source now tests frozen and source code
Brett Cannon committed
September 16, 2013
S
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
Serhiy Storchaka committed
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed