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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-List
/
cpython
Public
forked from
idobatter/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
Python
importlib.h
on
master
User selector
All users
All time
Commit history
Commits on Mar 24, 2016
Fix bug in __import__ during Python shutdown
Show description for 8e26b33
vstinner
committed
8e26b33
View commit details
Copy full SHA for 8e26b33
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
Merge for issue #26367
brettcannon
committed
26262a5
View commit details
Copy full SHA for 26262a5
View code at this point
Browse repository at this point
Issue #26367: Have importlib.__init__() raise RuntimeError when
Show description for 79668d0
brettcannon
committed
79668d0
View commit details
Copy full SHA for 79668d0
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
Issue #25791: Warn when __package__ != __spec__.parent.
Show description for bd8ed94
brettcannon
committed
bd8ed94
View commit details
Copy full SHA for bd8ed94
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 d9f1fad
brettcannon
committed
d9f1fad
View commit details
Copy full SHA for d9f1fad
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Issue #24769: Interpreter now starts properly when dynamic loading
Show description for fd76c59
larryhastings
committed
fd76c59
View commit details
Copy full SHA for fd76c59
View code at this point
Browse repository at this point
Commits on May 23, 2015
PEP 489: Multi-phase extension module initialization
Show description for 342a1c4
ncoghlan
committed
342a1c4
View commit details
Copy full SHA for 342a1c4
View code at this point
Browse repository at this point
Commits on May 16, 2015
Issue #24192: Fix namespace package imports.
ericsnowcurrently
committed
5a48c76
View commit details
Copy full SHA for 5a48c76
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
42d6ffa
View commit details
Copy full SHA for 42d6ffa
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
8c71522
View commit details
Copy full SHA for 8c71522
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Issue #23731: Implement PEP 488.
Show description for b82addb
brettcannon
committed
b82addb
View commit details
Copy full SHA for b82addb
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
merge 3.4 (#21295)
benjaminp
committed
0fde4d3
View commit details
Copy full SHA for 0fde4d3
View code at this point
Browse repository at this point
revert lineno and col_offset changes from #16795 (closes #21295)
benjaminp
committed
2b4495f
View commit details
Copy full SHA for 2b4495f
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Issue #23014: Make importlib.abc.Loader.create_module() required when
Show description for 561699c
brettcannon
committed
561699c
View commit details
Copy full SHA for 561699c
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
Update Python/importlib.h
zware
committed
943eb4f
View commit details
Copy full SHA for 943eb4f
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Show description for 29e8721
warsaw
committed
29e8721
View commit details
Copy full SHA for 29e8721
View code at this point
Browse repository at this point
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Show description for 8a192e7
warsaw
committed
8a192e7
View commit details
Copy full SHA for 8a192e7
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
berkerpeksag
committed
3e047d5
View commit details
Copy full SHA for 3e047d5
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
Update importlib.h
pitrou
committed
3fbf8c3
View commit details
Copy full SHA for 3fbf8c3
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
Issue #22834: Have import suppress FileNotFoundError when the current
Show description for e6b14e4
brettcannon
committed
e6b14e4
View commit details
Copy full SHA for e6b14e4
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Issue #21052: Don't raise ImportWarning for sys.meta_path or
Show description for ffc944f
brettcannon
committed
ffc944f
View commit details
Copy full SHA for ffc944f
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4).
birkenfeld
committed
2938216
View commit details
Copy full SHA for 2938216
View code at this point
Browse repository at this point
Commits on May 30, 2014
Fix a parameter name to make sense again
brettcannon
committed
2f1ad3f
View commit details
Copy full SHA for 2f1ad3f
View code at this point
Browse repository at this point
Issue #20383: Introduce importlib.util.module_from_spec().
Show description for 35b7c5a
brettcannon
committed
35b7c5a
View commit details
Copy full SHA for 35b7c5a
View code at this point
Browse repository at this point
Commits on May 13, 2014
Merge from 3.4 (for #21226).
ericsnowcurrently
committed
e9b2d6d
View commit details
Copy full SHA for e9b2d6d
View code at this point
Browse repository at this point
Commits on May 12, 2014
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
ericsnowcurrently
committed
866594a
View commit details
Copy full SHA for 866594a
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
benjaminp
committed
c855576
View commit details
Copy full SHA for c855576
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
Issue #20763: Fix importlib.machinery.PathFinder to support
Show description for c87cc98
brettcannon
committed
c87cc98
View commit details
Copy full SHA for c87cc98
View code at this point
Browse repository at this point
Commits on Feb 19, 2014
update magic number for #20625
benjaminp
committed
56f68ee
View commit details
Copy full SHA for 56f68ee
View code at this point
Browse repository at this point
Commits on Jan 8, 2014
Issue 19713: Remove PEP 451-related code that should have been factored out.
Show description for 4c716fb
ericsnowcurrently
committed
4c716fb
View commit details
Copy full SHA for 4c716fb
View code at this point
Browse repository at this point
Commits on Jan 7, 2014
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Show description for 6bc0915
larryhastings
committed
6bc0915
View commit details
Copy full SHA for 6bc0915
View code at this point
Browse repository at this point
Issue 19713: Add PEP 451-related deprecations.
ericsnowcurrently
committed
9674a76
View commit details
Copy full SHA for 9674a76
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Issue #19927: Add __eq__ to path-based loaders in importlib.
ericsnowcurrently
committed
14f0c4f
View commit details
Copy full SHA for 14f0c4f
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
ericsnowcurrently
committed
d87cd88
View commit details
Copy full SHA for d87cd88
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
Remove some dead code in importlib, introduced with the PEP 451 patch.
Show description for 7cf196e
ericsnowcurrently
committed
7cf196e
View commit details
Copy full SHA for 7cf196e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.