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
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 }}
xiaolanpython
/
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
import.c
on
3.6
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Fix potential NULL pointer dereference in _imp_create_builtin
Show description for a78b627
tiran
committed
a78b627
View commit details
Copy full SHA for a78b627
View code at this point
Browse repository at this point
Issue #27911: Remove some unnecessary error checks in import.c.
Show description for 52794db
brettcannon
committed
52794db
View commit details
Copy full SHA for 52794db
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
orsenthil
committed
32d3742
View commit details
Copy full SHA for 32d3742
View code at this point
Browse repository at this point
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 Aug 31, 2016
Issue #27909: Fix INCREF for possible NULL value
rhettinger
committed
f0afe77
View commit details
Copy full SHA for f0afe77
View code at this point
Browse repository at this point
Merge
rhettinger
committed
74942c9
View commit details
Copy full SHA for 74942c9
View code at this point
Browse repository at this point
Commits on Aug 2, 2016
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
serhiy-storchaka
committed
133138a
View commit details
Copy full SHA for 133138a
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
Issue #27419: Added temporary workaround for subinterpreters.
serhiy-storchaka
committed
caaf53e
View commit details
Copy full SHA for caaf53e
View code at this point
Browse repository at this point
Issue #27419: Added temporary workaround for subinterpreters.
serhiy-storchaka
committed
80ab069
View commit details
Copy full SHA for 80ab069
View code at this point
Browse repository at this point
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Show description for 7905f99
serhiy-storchaka
committed
7905f99
View commit details
Copy full SHA for 7905f99
View code at this point
Browse repository at this point
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Show description for b3b65e6
serhiy-storchaka
committed
b3b65e6
View commit details
Copy full SHA for b3b65e6
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 Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on May 20, 2016
Cleanup import.c
Show description for 744c34e
vstinner
committed
744c34e
View commit details
Copy full SHA for 744c34e
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
fs_unicode_converter is no longer used.
serhiy-storchaka
committed
23c5cbb
View commit details
Copy full SHA for 23c5cbb
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Issue #25698: Prevent possible replacing imported module with the empty one
Show description for 5b613dd
serhiy-storchaka
committed
5b613dd
View commit details
Copy full SHA for 5b613dd
View code at this point
Browse repository at this point
Issue #25698: Prevent possible replacing imported module with the empty one
Show description for 48a583b
serhiy-storchaka
committed
48a583b
View commit details
Copy full SHA for 48a583b
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
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 Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
576f132
View commit details
Copy full SHA for 576f132
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
2d06e84
View commit details
Copy full SHA for 2d06e84
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Rebuilt Clinic generated code.
larryhastings
committed
01b1ff6
View commit details
Copy full SHA for 01b1ff6
View code at this point
Browse repository at this point
Issue #24769: Interpreter now starts properly when dynamic loading
Show description for 1df0b35
larryhastings
committed
1df0b35
View commit details
Copy full SHA for 1df0b35
View code at this point
Browse repository at this point
Commits on May 30, 2015
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Show description for ac5569b
serhiy-storchaka
committed
ac5569b
View commit details
Copy full SHA for ac5569b
View code at this point
Browse repository at this point
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Show description for fa494fd
serhiy-storchaka
committed
fa494fd
View commit details
Copy full SHA for fa494fd
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 d5cacbb
ncoghlan
committed
d5cacbb
View commit details
Copy full SHA for d5cacbb
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
Commits on Apr 19, 2015
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
tiran
committed
1a084a8
View commit details
Copy full SHA for 1a084a8
View code at this point
Browse repository at this point
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
tiran
committed
e0ac2be
View commit details
Copy full SHA for e0ac2be
View code at this point
Browse repository at this point
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
tiran
committed
418fd74
View commit details
Copy full SHA for 418fd74
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.