summaryrefslogtreecommitdiff
path: root/Lib/test/test_modulefinder.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-0/+13
* Issue #21707: Fix tests on Windows.Berker Peksag2014-07-071-1/+1
* Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...Berker Peksag2014-07-071-4/+12
* Issue #20778: Fix modulefinder to work with bytecode-only modules.Brett Cannon2014-02-281-0/+20
* Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-221-0/+15
* Modernize modulefinder module and tests a bit.Éric Araujo2011-07-281-23/+25
* More proper closing of filesAntoine Pitrou2010-10-141-5/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* Remove useless compatibility statementsAntoine Pitrou2009-05-271-7/+0
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-7/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+8
* Thomas Heller fixed modulefinder and added a test. Thanks!Guido van Rossum2006-10-271-0/+259