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
on
e670145
User selector
All users
All time
Commit history
Commits on Feb 1, 2013
Issue #17098: Be more stringent of setting __loader__ on early imported
Show description for bde06f7
brettcannon
committed
bde06f7
View commit details
Copy full SHA for bde06f7
View code at this point
Browse repository at this point
Issue #17098: Make sure every module has __loader__ defined.
Show description for 03ab212
brettcannon
committed
03ab212
View commit details
Copy full SHA for 03ab212
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
remove unnecessary clearing of list
benjaminp
committed
7ceee21
View commit details
Copy full SHA for 7ceee21
View code at this point
Browse repository at this point
Commits on Jan 11, 2013
Issue #16730: Don't raise an exception in
Show description for 458deaf
brettcannon
committed
458deaf
View commit details
Copy full SHA for 458deaf
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
(Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Show description for 311c8dd
vstinner
committed
311c8dd
View commit details
Copy full SHA for 311c8dd
View code at this point
Browse repository at this point
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Show description for 36b104c
vstinner
committed
36b104c
View commit details
Copy full SHA for 36b104c
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
bring Python into 2013
benjaminp
committed
3eae51a
View commit details
Copy full SHA for 3eae51a
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Add sanity assertions in some import lock code (issue #15599).
pitrou
committed
39618b0
View commit details
Copy full SHA for 39618b0
View code at this point
Browse repository at this point
Commits on Dec 3, 2012
Issue #16416: Fix compilation error
vstinner
committed
457a935
View commit details
Copy full SHA for 457a935
View code at this point
Browse repository at this point
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
Show description for 253716e
vstinner
committed
253716e
View commit details
Copy full SHA for 253716e
View code at this point
Browse repository at this point
Issue #16416: On Mac OS X, operating system data are now always
Show description for bb094d1
vstinner
committed
bb094d1
View commit details
Copy full SHA for bb094d1
View code at this point
Browse repository at this point
Commits on Dec 2, 2012
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
tiran
committed
28b9873
View commit details
Copy full SHA for 28b9873
View code at this point
Browse repository at this point
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
tiran
committed
b928f53
View commit details
Copy full SHA for b928f53
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
Issue #16546: make ast.YieldFrom argument mandatory.
mdickinson
committed
a77e5b6
View commit details
Copy full SHA for a77e5b6
View code at this point
Browse repository at this point
Commits on Nov 23, 2012
#16306: merge with 3.2.
ezio-melotti
committed
efe0a94
View commit details
Copy full SHA for efe0a94
View code at this point
Browse repository at this point
#16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
ezio-melotti
committed
67276ee
View commit details
Copy full SHA for 67276ee
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Remove unused variabile "plain" in builtin_exec.
ezio-melotti
committed
4975256
View commit details
Copy full SHA for 4975256
View code at this point
Browse repository at this point
Commits on Nov 20, 2012
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Show description for 65579ed
warsaw
committed
65579ed
View commit details
Copy full SHA for 65579ed
View code at this point
Browse repository at this point
Commits on Nov 18, 2012
#16306: merge with 3.2.
ezio-melotti
committed
6bbcdba
View commit details
Copy full SHA for 6bbcdba
View code at this point
Browse repository at this point
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
ezio-melotti
committed
a641b86
View commit details
Copy full SHA for a641b86
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
recompile importlib.h
benjaminp
committed
0c5d21c
View commit details
Copy full SHA for 0c5d21c
View code at this point
Browse repository at this point
Issue #15835: Define PATH_MAX on HP-UX.
skrah
committed
8326733
View commit details
Copy full SHA for 8326733
View code at this point
Browse repository at this point
Commits on Nov 7, 2012
Issue #15001: fix segfault on "del sys.module['__main__']"
Show description for cb0141a
hynek
committed
cb0141a
View commit details
Copy full SHA for cb0141a
View code at this point
Browse repository at this point
Issue #15001: fix segfault on "del sys.module['__main__']"
Show description for 356435a
hynek
committed
356435a
View commit details
Copy full SHA for 356435a
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
ezio-melotti
committed
a6dc3d5
View commit details
Copy full SHA for a6dc3d5
View code at this point
Browse repository at this point
Issue #5765: Apply a hard recursion limit in the compiler
Show description for 082777d
ncoghlan
committed
082777d
View commit details
Copy full SHA for 082777d
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
#16336: merge with 3.2.
ezio-melotti
committed
8213774
View commit details
Copy full SHA for 8213774
View code at this point
Browse repository at this point
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
ezio-melotti
committed
5044d9b
View commit details
Copy full SHA for 5044d9b
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
Issue #16218: Support non ascii characters in python launcher.
Show description for 6016ab1
asvetlov
committed
6016ab1
View commit details
Copy full SHA for 6016ab1
View code at this point
Browse repository at this point
Commits on Oct 31, 2012
check return value of _PyUnicode_AsString
benjaminp
committed
2bef3a5
View commit details
Copy full SHA for 2bef3a5
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
merge with 3.2
pjenvey
committed
adb439a
View commit details
Copy full SHA for adb439a
View code at this point
Browse repository at this point
bounds check for bad data (thanks amaury)
pjenvey
committed
707c6cb
View commit details
Copy full SHA for 707c6cb
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Fix compilation on Windows
ncoghlan
committed
3a2422a
View commit details
Copy full SHA for 3a2422a
View code at this point
Browse repository at this point
Commits on Oct 19, 2012
Issue #6074: Apply an appropriate fix for importlib based imports
ncoghlan
committed
ab10fb7
View commit details
Copy full SHA for ab10fb7
View code at this point
Browse repository at this point
Issue #6074: Forward port Windows read-only source file fix from 2.7
ncoghlan
committed
ada4eaf
View commit details
Copy full SHA for ada4eaf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.