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 }}
devdanzin
/
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
PC
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Show description for 16f8e22
vstinner
authored
16f8e22
View commit details
Copy full SHA for 16f8e22
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120417: Remove unused imports in Tools (#120623)
vstinner
authored
d9b4316
View commit details
Copy full SHA for d9b4316
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)
zooba
authored
cccc9f6
View commit details
Copy full SHA for cccc9f6
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790)
zooba
authored
fd01271
View commit details
Copy full SHA for fd01271
View code at this point
Browse repository at this point
Commits on May 29, 2024
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426)
zooba
authored
df93f5d
View commit details
Copy full SHA for df93f5d
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
serhiy-storchaka
authored
b313cc6
View commit details
Copy full SHA for b313cc6
View code at this point
Browse repository at this point
Commits on May 25, 2024
gh-119180: Update the magic number (#119397)
Show description for 84be524
JelleZijlstra
authored
84be524
View commit details
Copy full SHA for 84be524
View code at this point
Browse repository at this point
Commits on May 13, 2024
gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)
Show description for d8a82cc
i-shenl
authored
d8a82cc
View commit details
Copy full SHA for d8a82cc
View code at this point
Browse repository at this point
Commits on May 10, 2024
Fix some missing null checks. (GH-118721)
zooba
authored
7e6fcab
View commit details
Copy full SHA for 7e6fcab
View code at this point
Browse repository at this point
Commits on May 8, 2024
Update Windows library names for the Python version bump (#118766)
Eclips4
authored
ed2b0fb
View commit details
Copy full SHA for ed2b0fb
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-116322: Enable the GIL while loading C extension modules (#118560)
Show description for 853163d
swtaarrs
authored
853163d
View commit details
Copy full SHA for 853163d
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-74929: Implement PEP 667 (GH-115153)
gaogaotiantian
authored
b034f14
View commit details
Copy full SHA for b034f14
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling (GH-117814)
zooba
authored
4b10e20
View commit details
Copy full SHA for 4b10e20
View code at this point
Browse repository at this point
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Show description for 03e3e31
ericsnowcurrently
authored
03e3e31
View commit details
Copy full SHA for 03e3e31
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
gh-112278: Improve error handling in wmi module and tests (GH-117818)
zooba
authored
7d9d6b5
View commit details
Copy full SHA for 7d9d6b5
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
vstinner
authored
507896d
View commit details
Copy full SHA for 507896d
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
serhiy-storchaka
authored
e2e0b4b
View commit details
Copy full SHA for e2e0b4b
View code at this point
Browse repository at this point
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
zooba
authored
3be9b9d
View commit details
Copy full SHA for 3be9b9d
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
gh-85283: Build _testconsole extension with limited C API (#117125)
vstinner
authored
abdd1f9
View commit details
Copy full SHA for abdd1f9
View code at this point
Browse repository at this point
gh-115754: Add Py_GetConstant() function (#116883)
Show description for 8bea6c4
vstinner
authored
8bea6c4
View commit details
Copy full SHA for 8bea6c4
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6
vstinner
and
ericsnowcurrently
authored
c432df6
View commit details
Copy full SHA for c432df6
View code at this point
Browse repository at this point
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Show description for 19c3a2f
vstinner
authored
19c3a2f
View commit details
Copy full SHA for 19c3a2f
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Show description for 2b67fc5
vstinner
authored
2b67fc5
View commit details
Copy full SHA for 2b67fc5
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED (GH-115850)
zooba
authored
37a13b9
View commit details
Copy full SHA for 37a13b9
View code at this point
Browse repository at this point
Commits on Feb 19, 2024
gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)
zooba
authored
6cd18c7
View commit details
Copy full SHA for 6cd18c7
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
Show description for ea25f32
zooba
authored
ea25f32
View commit details
Copy full SHA for ea25f32
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
Show description for c39272e
zooba
authored
c39272e
View commit details
Copy full SHA for c39272e
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307
colesbury
authored
d0f1307
View commit details
Copy full SHA for d0f1307
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Show description for 39d102c
pablogsal
authored
39d102c
View commit details
Copy full SHA for 39d102c
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358)
flagrama
authored
d5c21c1
View commit details
Copy full SHA for d5c21c1
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
zooba
authored
f56d132
View commit details
Copy full SHA for f56d132
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Update copyright years to 2024. (GH-113608)
Show description for c86571e
0xSalikh
and
hugovk
authored
c86571e
View commit details
Copy full SHA for c86571e
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Show description for b4d4aa9
ZackerySpytz
and
erlend-aasland
authored
b4d4aa9
View commit details
Copy full SHA for b4d4aa9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.