summaryrefslogtreecommitdiff
path: root/Lib/test/test_pkgutil.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)Sanyam Khurana2017-06-131-0/+9
* Issue #17211: Yield a namedtuple in pkgutil.Eric Snow2016-09-071-2/+3
* Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-121-0/+1
* Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-081-1/+1
* Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesƁukasz Langa2016-06-111-3/+79
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-0/+3
* Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-231-0/+14
* Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.Eric Snow2014-04-191-1/+18
* Close #20839: pkgutil.find_loader now uses importlib.util.find_specNick Coghlan2014-03-041-0/+19
* merge 3.3Benjamin Peterson2014-02-161-0/+5
|\
| * backout fafac90b69c4Benjamin Peterson2014-02-161-0/+5
* | merge 3.3Benjamin Peterson2014-01-091-5/+0
|\ \ | |/
| * clear zip stat cache after each ref leak runBenjamin Peterson2014-01-091-5/+0
* | Issue #19708: Update pkgutil to use the new importer APIs.Eric Snow2014-01-041-13/+12
* | Issue #19724: clear out colliding temp module.Eric Snow2013-11-221-0/+2
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-3/+13
* | Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-151-2/+2
|/
* Close issue #16163: handle submodules in pkgutil.iter_importersNick Coghlan2013-04-141-0/+39
* Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendlyNick Coghlan2012-07-171-1/+2
* Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-151-1/+5
* Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-2/+41
* Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...Antoine Pitrou2012-07-091-2/+44
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-241-12/+40
* Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...Eric V. Smith2012-05-161-0/+3
* Issue #14817: Add rudimentary tests for pkgutil.extend_path.Eric V. Smith2012-05-151-1/+47
* Issue #7367: Ensure test directory always gets removed.Ned Deily2011-10-071-2/+2
* Issue #7367: Add test case to test_pkgutil for walking path withNed Deily2011-10-061-0/+11
* Issue 4005: Remove .sort() call on dict_keys object.Alexandre Vassalotti2009-07-051-0/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-211-0/+3
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-0/+127