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 }}
parikpython
/
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
Python
importlib_external.h
on
3.6
User selector
All users
All time
Commit history
Commits on Feb 26, 2018
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911)
Show description for 86ea851
warsaw
authored
86ea851
View commit details
Copy full SHA for 86ea851
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Show description for a71397f
warsaw
authored
a71397f
View commit details
Copy full SHA for a71397f
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Refresh Python/importlib.h and Python/importlib_external.h (#464)
ned-deily
authored
5976b9a
View commit details
Copy full SHA for 5976b9a
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Issue #28896: Disable WindowsRegistryFinder by default.
zooba
committed
10beb3c
View commit details
Copy full SHA for 10beb3c
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #23722: improve __classcell__ compatibility
Show description for 19d2467
ncoghlan
committed
19d2467
View commit details
Copy full SHA for 19d2467
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Show description for 7db3c48
serhiy-storchaka
committed
7db3c48
View commit details
Copy full SHA for 7db3c48
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28257: Improved error message when pass a non-iterable as
Show description for 7344285
serhiy-storchaka
committed
7344285
View commit details
Copy full SHA for 7344285
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Issue #27942: String constants now interned recursively in tuples and frozensets.
serhiy-storchaka
committed
3738c2d
View commit details
Copy full SHA for 3738c2d
View code at this point
Browse repository at this point
Issue #27942: String constants now interned recursively in tuples and frozensets.
serhiy-storchaka
committed
00a0fc1
View commit details
Copy full SHA for 00a0fc1
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Show description for b728105
serhiy-storchaka
committed
b728105
View commit details
Copy full SHA for b728105
View code at this point
Browse repository at this point
Issue #23722: Initialize __class__ from type.__new__()
Show description for 944368e
ncoghlan
committed
944368e
View commit details
Copy full SHA for 944368e
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #24320: Drop an old setuptools-induced hack.
ericsnowcurrently
committed
50fd898
View commit details
Copy full SHA for 50fd898
View code at this point
Browse repository at this point
Rework CALL_FUNCTION* opcodes
Show description for f9b760f
vstinner
committed
f9b760f
View commit details
Copy full SHA for f9b760f
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for f8cb8a1
Yury Selivanov
committed
f8cb8a1
View commit details
Copy full SHA for f8cb8a1
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #26667: Add path-like object support to importlib.util.
brettcannon
committed
035a100
View commit details
Copy full SHA for 035a100
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy-storchaka
committed
ea525a2
View commit details
Copy full SHA for ea525a2
View code at this point
Browse repository at this point
Commits on Jul 16, 2016
Check in update for importlib_external.h
brettcannon
committed
b2f8a80
View commit details
Copy full SHA for b2f8a80
View code at this point
Browse repository at this point
Fix regressions introduced by fixes for issue #27083.
brettcannon
committed
7ca63cb
View commit details
Copy full SHA for 7ca63cb
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Merge for #27083
brettcannon
committed
b3e73b3
View commit details
Copy full SHA for b3e73b3
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Update frozen importlib code
brettcannon
committed
2247e5c
View commit details
Copy full SHA for 2247e5c
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Show description for 64204de
serhiy-storchaka
committed
64204de
View commit details
Copy full SHA for 64204de
View code at this point
Browse repository at this point
Comment fixes extracted from patch by Demur Rumed.
serhiy-storchaka
committed
5697c4b
View commit details
Copy full SHA for 5697c4b
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for cf2ad55
serhiy-storchaka
committed
cf2ad55
View commit details
Copy full SHA for cf2ad55
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for 3c317e7
serhiy-storchaka
committed
3c317e7
View commit details
Copy full SHA for 3c317e7
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
serhiy-storchaka
committed
6a7506a
View commit details
Copy full SHA for 6a7506a
View code at this point
Browse repository at this point
Commits on May 28, 2016
Issue #27138: Regenerate Python/importlib_external.h.
serhiy-storchaka
committed
76c4161
View commit details
Copy full SHA for 76c4161
View code at this point
Browse repository at this point
Issue #27138: Regenerate Python/importlib_external.h.
serhiy-storchaka
committed
c7385f3
View commit details
Copy full SHA for c7385f3
View code at this point
Browse repository at this point
Commits on May 24, 2016
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Show description for b0f80b0
serhiy-storchaka
committed
b0f80b0
View commit details
Copy full SHA for b0f80b0
View code at this point
Browse repository at this point
Commits on May 17, 2016
regen importlib bytecode
benjaminp
committed
ed64d6b
View commit details
Copy full SHA for ed64d6b
View code at this point
Browse repository at this point
Commits on May 16, 2016
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Show description for 4b23494
serhiy-storchaka
committed
4b23494
View commit details
Copy full SHA for 4b23494
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
regrtest: Fix module.__path__
Show description for 82f04e2
vstinner
committed
82f04e2
View commit details
Copy full SHA for 82f04e2
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Issue #25985: sys.version_info is now used instead of sys.version
Show description for 885bdc4
serhiy-storchaka
committed
885bdc4
View commit details
Copy full SHA for 885bdc4
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
co_lnotab supports negative line number delta
Show description for f3914eb
vstinner
committed
f3914eb
View commit details
Copy full SHA for f3914eb
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
Show description for eae3079
brettcannon
committed
eae3079
View commit details
Copy full SHA for eae3079
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Issue 25483: Add an opcode to make f-string formatting more robust.
ericvsmith
committed
a78c795
View commit details
Copy full SHA for a78c795
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.