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 }}
pythonicca
/
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_external.h
on
master
User selector
All users
All time
Commit history
Commits on Dec 14, 2016
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Show description for 8058002
Yury Selivanov
committed
8058002
View commit details
Copy full SHA for 8058002
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Issue #28896: Disable WindowsRegistryFinder by default.
zooba
committed
9675232
View commit details
Copy full SHA for 9675232
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #23722: improve __classcell__ compatibility
Show description for a2b7bbc
ncoghlan
committed
a2b7bbc
View commit details
Copy full SHA for a2b7bbc
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 1eecdb4
serhiy-storchaka
committed
1eecdb4
View commit details
Copy full SHA for 1eecdb4
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 c4bdd07
serhiy-storchaka
committed
c4bdd07
View commit details
Copy full SHA for c4bdd07
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
f726a3c
View commit details
Copy full SHA for f726a3c
View code at this point
Browse repository at this point
Issue #27942: String constants now interned recursively in tuples and frozensets.
serhiy-storchaka
committed
cb94a53
View commit details
Copy full SHA for cb94a53
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 cfb2e09
serhiy-storchaka
committed
cfb2e09
View commit details
Copy full SHA for cfb2e09
View code at this point
Browse repository at this point
Issue #23722: Initialize __class__ from type.__new__()
Show description for 403ccdd
ncoghlan
committed
403ccdd
View commit details
Copy full SHA for 403ccdd
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
84aca52
View commit details
Copy full SHA for 84aca52
View code at this point
Browse repository at this point
Rework CALL_FUNCTION* opcodes
Show description for 3449103
vstinner
committed
3449103
View commit details
Copy full SHA for 3449103
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for 015f326
Yury Selivanov
committed
015f326
View commit details
Copy full SHA for 015f326
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
effdb00
View commit details
Copy full SHA for effdb00
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
6073c99
View commit details
Copy full SHA for 6073c99
View code at this point
Browse repository at this point
Commits on Jul 16, 2016
Check in update for importlib_external.h
brettcannon
committed
51bd0b6
View commit details
Copy full SHA for 51bd0b6
View code at this point
Browse repository at this point
Fix regressions introduced by fixes for issue #27083.
brettcannon
committed
410d8ba
View commit details
Copy full SHA for 410d8ba
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Merge for #27083
brettcannon
committed
ddf8a51
View commit details
Copy full SHA for ddf8a51
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Update frozen importlib code
brettcannon
committed
8cade4b
View commit details
Copy full SHA for 8cade4b
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 58b4ad7
serhiy-storchaka
committed
58b4ad7
View commit details
Copy full SHA for 58b4ad7
View code at this point
Browse repository at this point
Comment fixes extracted from patch by Demur Rumed.
serhiy-storchaka
committed
16495fa
View commit details
Copy full SHA for 16495fa
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for 66fe1b5
serhiy-storchaka
committed
66fe1b5
View commit details
Copy full SHA for 66fe1b5
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for c482320
serhiy-storchaka
committed
c482320
View commit details
Copy full SHA for c482320
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
a8d40da
View commit details
Copy full SHA for a8d40da
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
756a107
View commit details
Copy full SHA for 756a107
View code at this point
Browse repository at this point
Issue #27138: Regenerate Python/importlib_external.h.
serhiy-storchaka
committed
b575044
View commit details
Copy full SHA for b575044
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 d490f32
serhiy-storchaka
committed
d490f32
View commit details
Copy full SHA for d490f32
View code at this point
Browse repository at this point
Commits on May 17, 2016
regen importlib bytecode
benjaminp
committed
d204357
View commit details
Copy full SHA for d204357
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 fa2b18a
serhiy-storchaka
committed
fa2b18a
View commit details
Copy full SHA for fa2b18a
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
regrtest: Fix module.__path__
Show description for bf5c756
vstinner
committed
bf5c756
View commit details
Copy full SHA for bf5c756
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 aaf5a1d
serhiy-storchaka
committed
aaf5a1d
View commit details
Copy full SHA for aaf5a1d
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 7e8f341
vstinner
committed
7e8f341
View commit details
Copy full SHA for 7e8f341
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 bb18837
brettcannon
committed
bb18837
View commit details
Copy full SHA for bb18837
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
ee9c037
View commit details
Copy full SHA for ee9c037
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Update importlib_external.h
vstinner
committed
d40caab
View commit details
Copy full SHA for d40caab
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
Issue #25186: Remove duplicated function from importlib._bootstrap_external
brettcannon
committed
dc2e460
View commit details
Copy full SHA for dc2e460
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.