index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pkgutil.py
Commit message (
Expand
)
Author
Age
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
*
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Serhiy Storchaka
2024-04-30
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path obj...
Miguel Brito
2021-05-12
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
*
bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (...
Michael Felt
2020-03-03
*
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
Vinay Sajip
2020-02-28
*
bpo-12915: Add pkgutil.resolve_name (GH-18310)
Vinay Sajip
2020-02-14
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
*
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow
2016-09-07
*
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
Brett Cannon
2016-08-12
*
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
*
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Ćukasz Langa
2016-06-11
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
*
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow
2014-04-19
*
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan
2014-03-04
*
merge 3.3
Benjamin Peterson
2014-02-16
|
\
|
*
backout fafac90b69c4
Benjamin Peterson
2014-02-16
*
|
merge 3.3
Benjamin Peterson
2014-01-09
|
\
|
|
*
clear zip stat cache after each ref leak run
Benjamin Peterson
2014-01-09
*
|
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow
2014-01-04
*
|
Issue #19724: clear out colliding temp module.
Eric Snow
2013-11-22
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
|
Issue #17177: Stop using imp in a bunch of tests
Brett Cannon
2013-06-15
|
/
*
Close issue #16163: handle submodules in pkgutil.iter_importers
Nick Coghlan
2013-04-14
*
Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly
Nick Coghlan
2012-07-17
*
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...
Nick Coghlan
2012-07-15
*
Take the first step in resolving the messy pkgutil vs importlib edge cases by...
Nick Coghlan
2012-07-15
*
Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...
Antoine Pitrou
2012-07-09
*
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-24
*
Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...
Eric V. Smith
2012-05-16
*
Issue #14817: Add rudimentary tests for pkgutil.extend_path.
Eric V. Smith
2012-05-15
*
Issue #7367: Ensure test directory always gets removed.
Ned Deily
2011-10-07
*
Issue #7367: Add test case to test_pkgutil for walking path with
Ned Deily
2011-10-06
*
Issue 4005: Remove .sort() call on dict_keys object.
Alexandre Vassalotti
2009-07-05
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 62420-62421,62423-62424 via svnmerge from
Christian Heimes
2008-04-21
*
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...
Christian Heimes
2008-04-19