Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
test
test_importlib
import_
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Nov 28, 2023
gh-112414: Add additional unit tests for calling `repr()` on a namespace package (#112475)
Show description for cf20540
AlexWaygood
and
ericsnowcurrently
authored
cf20540
View commit details
Copy full SHA for cf20540
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (#112425)
AlexWaygood
authored
0622839
View commit details
Copy full SHA for 0622839
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
AlexWaygood
authored
19601ef
View commit details
Copy full SHA for 19601ef
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
gh-105407: Remove unused imports in tests (#105408)
vstinner
authored
ae319e4
View commit details
Copy full SHA for ae319e4
View code at this point
Browse repository at this point
Commits on May 3, 2023
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Show description for 3269978
3 people
authored
3269978
View commit details
Copy full SHA for 3269978
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803)
Show description for 13d4489
warsaw
authored
13d4489
View commit details
Copy full SHA for 13d4489
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Show description for e1c4d56
brettcannon
authored
e1c4d56
View commit details
Copy full SHA for e1c4d56
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec__.parent` (#97879)
Show description for c206e53
brettcannon
and
ericsnowcurrently
authored
c206e53
View commit details
Copy full SHA for c206e53
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)
tiran
authored
09243b8
View commit details
Copy full SHA for 09243b8
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
sobolevn
authored
57316c5
View commit details
Copy full SHA for 57316c5
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
brettcannon
authored
57c6cb5
View commit details
Copy full SHA for 57c6cb5
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
brettcannon
authored
f97dc80
View commit details
Copy full SHA for f97dc80
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
brettcannon
authored
a7ff6df
View commit details
Copy full SHA for a7ff6df
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
bpo-26131: Deprecate usage of load_module() (GH-23469)
Show description for 2de5097
brettcannon
authored
2de5097
View commit details
Copy full SHA for 2de5097
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
shihai1991
authored
c7decc2
View commit details
Copy full SHA for c7decc2
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
bpo-38839: Fix some unused functions in tests (GH-17189)
adamchainz
authored and
brettcannon
committed
892221b
View commit details
Copy full SHA for 892221b
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Show description for c5fa449
nsiregar
authored and
miss-islington
committed
c5fa449
View commit details
Copy full SHA for c5fa449
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
Show description for 9e2be60
brettcannon
authored
9e2be60
View commit details
Copy full SHA for 9e2be60
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Show description for 41c5694
serhiy-storchaka
authored
41c5694
View commit details
Copy full SHA for 41c5694
View code at this point
Browse repository at this point
Commits on Oct 8, 2017
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
serhiy-storchaka
authored
f07e2b6
View commit details
Copy full SHA for f07e2b6
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
Spelling fixes (#2902)
scop
authored and
serhiy-storchaka
committed
49b2734
View commit details
Copy full SHA for 49b2734
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
Show description for 8a9cd20
serhiy-storchaka
authored
8a9cd20
View commit details
Copy full SHA for 8a9cd20
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #15767: Use ModuleNotFoundError.
ericsnowcurrently
committed
46f97b8
View commit details
Copy full SHA for 46f97b8
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Issue #26896: Disambiguate uses of "importer" with "finder".
Show description for fdcdd9e
brettcannon
committed
fdcdd9e
View commit details
Copy full SHA for fdcdd9e
View code at this point
Browse repository at this point
Commits on May 10, 2016
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
ericsnowcurrently
committed
228ab1f
View commit details
Copy full SHA for 228ab1f
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Issue #23277: Remove unused imports in tests.
serhiy-storchaka
committed
e437a10
View commit details
Copy full SHA for e437a10
View code at this point
Browse repository at this point
Issue #23277: Remove unused sys and os imports
Show description for 1e8ee9b
berkerpeksag
committed
1e8ee9b
View commit details
Copy full SHA for 1e8ee9b
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
Merge for issue #26367
brettcannon
committed
0911c0d
View commit details
Copy full SHA for 0911c0d
View code at this point
Browse repository at this point
Issue #26367: Have importlib.__init__() raise RuntimeError when
Show description for 4f38cb4
brettcannon
committed
4f38cb4
View commit details
Copy full SHA for 4f38cb4
View code at this point
Browse repository at this point
Commits on Jan 23, 2016
Issue #18018: Raise an ImportError if a relative import is attempted
Show description for 9fa8126
brettcannon
committed
9fa8126
View commit details
Copy full SHA for 9fa8126
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
whitespace cleanup
brettcannon
committed
b0db371
View commit details
Copy full SHA for b0db371
View code at this point
Browse repository at this point
Issue #25791: Warn when __package__ != __spec__.parent.
Show description for 849113a
brettcannon
committed
849113a
View commit details
Copy full SHA for 849113a
View code at this point
Browse repository at this point
Commits on Jan 15, 2016
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Show description for 63b8505
brettcannon
committed
63b8505
View commit details
Copy full SHA for 63b8505
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX.
serhiy-storchaka
committed
35abe19
View commit details
Copy full SHA for 35abe19
View code at this point
Browse repository at this point
Commits on May 3, 2015
Issue #23911: Move path-based bootstrap code to a separate frozen module.
ericsnowcurrently
committed
32439d6
View commit details
Copy full SHA for 32439d6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.