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.7
User selector
All users
All time
Commit history
Commits on May 29, 2018
bpo-32911: Revert bpo-29463. (GH-7121)
Show description for 2641ee5
serhiy-storchaka
and
methane
authored
2641ee5
View commit details
Copy full SHA for 2641ee5
View code at this point
Browse repository at this point
Commits on Apr 7, 2018
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403)
Show description for a09bb87
brettcannon
authored
a09bb87
View commit details
Copy full SHA for a09bb87
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658)
Show description for 8d9d4b5
miss-islington
and
serhiy-storchaka
authored
8d9d4b5
View commit details
Copy full SHA for 8d9d4b5
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)
Show description for a23d30f
warsaw
authored
a23d30f
View commit details
Copy full SHA for a23d30f
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
markshannon
authored and
rhettinger
committed
332cd5e
View commit details
Copy full SHA for 332cd5e
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Implement the get_resource_reader() API for file system imports (#5168)
warsaw
authored
5ec0fee
View commit details
Copy full SHA for 5ec0fee
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
bpo-24340: Fix estimation of the code stack size. (#5076)
serhiy-storchaka
authored
d4864c6
View commit details
Copy full SHA for d4864c6
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
serhiy-storchaka
authored
15a8728
View commit details
Copy full SHA for 15a8728
View code at this point
Browse repository at this point
bpo-29469: Move constant folding to AST optimizer (GH-2858)
methane
authored
7ea143a
View commit details
Copy full SHA for 7ea143a
View code at this point
Browse repository at this point
Commits on Dec 9, 2017
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Show description for 42aa93b
benjaminp
authored
42aa93b
View commit details
Copy full SHA for 42aa93b
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
authored
02e82a0
View commit details
Copy full SHA for 02e82a0
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Trivial cleanups following bpo-31370 (#3649)
Show description for 88c60c9
pitrou
authored
88c60c9
View commit details
Copy full SHA for 88c60c9
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
serhiy-storchaka
authored
36ff451
View commit details
Copy full SHA for 36ff451
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Show description for f239213
Yury Selivanov
committed
f239213
View commit details
Copy full SHA for f239213
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
Previous
Next
You can’t perform that action at this time.