index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pkgutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
1
-0/+8
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-14/+0
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-182/+1
*
gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)
Randy
2023-04-22
1
-4/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path obj...
Miguel Brito
2021-05-11
1
-0/+1
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
1
-2/+4
*
bpo-41006: pkgutil imports lazily re (GH-20939)
Victor Stinner
2020-06-17
1
-4/+10
*
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
Vinay Sajip
2020-02-28
1
-6/+7
*
bpo-12915: Add pkgutil.resolve_name (GH-18310)
Vinay Sajip
2020-02-14
1
-0/+69
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-1/+1
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
1
-0/+3
*
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow
2016-09-08
1
-12/+17
*
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and lo...
Senthil Kumaran
2016-09-06
1
-4/+4
|
\
|
*
Update pkgutil docs to reference appropriate finder and loader object documen...
Senthil Kumaran
2016-09-06
1
-4/+4
*
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
1
-11/+11
*
|
Merge 3.5, issue #14209
Łukasz Langa
2016-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa
2016-06-12
1
-1/+1
*
|
Upgrade the imp module's deprecation to DeprecationWarning.
Brett Cannon
2015-10-16
1
-1/+1
|
/
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-1/+1
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
1
-1/+3
*
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow
2014-04-19
1
-0/+2
*
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan
2014-03-04
1
-12/+5
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
1
-1/+1
*
Remove more usage of APIs deprecated by PEP 451.
Eric Snow
2014-01-07
1
-6/+7
*
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow
2014-01-04
1
-2/+18
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-2/+9
*
Close #19409: add missing import in pkgutil
Nick Coghlan
2013-10-26
1
-0/+1
*
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-6/+16
*
Add reference implementation for PEP 443
Łukasz Langa
2013-06-05
1
-46/+6
*
Merge fix for #16163 from 3.3
Nick Coghlan
2013-04-14
1
-2/+2
|
\
|
*
Close issue #16163: handle submodules in pkgutil.iter_importers
Nick Coghlan
2013-04-14
1
-2/+2
*
|
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
1
-9/+8
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
*
|
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
1
-1/+1
|
\
\
|
|
/
|
*
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
1
-1/+1
|
|
\
*
|
\
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
|
\
\
|
|
|
/
*
|
|
Issue #16120: Use |yield from| in stdlib.
Andrew Svetlov
2012-10-07
1
-2/+1
*
|
|
utilize yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
/
*
|
Close #15386: There was a loophole that meant importlib.machinery and imp wou...
Nick Coghlan
2012-07-20
1
-1/+1
*
|
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...
Nick Coghlan
2012-07-15
1
-0/+43
*
|
Take the first step in resolving the messy pkgutil vs importlib edge cases by...
Nick Coghlan
2012-07-15
1
-51/+43
*
|
Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...
Antoine Pitrou
2012-07-09
1
-3/+13
*
|
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-25
1
-8/+18
*
|
Issue #14605: Don't error out if get_importer() returns None.
Brett Cannon
2012-04-27
1
-0/+2
*
|
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon
2012-04-26
1
-8/+5
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-1/+1
*
|
merge from 3.2
Ned Deily
2011-10-06
1
-3/+11
|
\
\
|
|
/
|
*
Issue #7367: Fix pkgutil.walk_paths to skip directories whose
Ned Deily
2011-10-06
1
-3/+11
[next]