COMMITS
/ Lib/test/test_modulefinder.py December 9, 2025
F
gh-84530: fix namespace package support in modulefinder (#29196)
Filipe Laíns committed
June 9, 2022
C
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
Christian Heimes committed
June 19, 2020
S
bpo-41040: Fix test_modulefinder. (GH-20991)
Serhiy Storchaka committed
April 20, 2020
B
April 14, 2020
April 7, 2019
B
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher committed
May 8, 2016
S
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka committed
July 7, 2014
B
Issue #21707: Fix tests on Windows.
Berker Peksag committed
B
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
Berker Peksag committed
February 28, 2014
B
Issue #20778: Fix modulefinder to work with bytecode-only modules.
Brett Cannon committed
December 23, 2012
B
Issue #16752: Add a missing import to modulefinder.
Brett Cannon committed
July 28, 2011
É
Modernize modulefinder module and tests a bit.
Éric Araujo committed
October 14, 2010
A
More proper closing of files
Antoine Pitrou committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
May 27, 2009
A
Remove useless compatibility statements
Antoine Pitrou committed
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
February 26, 2007
N
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
October 27, 2006
G
Thomas Heller fixed modulefinder and added a test. Thanks!
Guido van Rossum committed