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 }}
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
layout
on
test_python_basic_repl
User selector
All users
All time
Commit history
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 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 Mar 22, 2024
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 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 Dec 13, 2023
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
zooba
authored
79dad03
View commit details
Copy full SHA for 79dad03
View code at this point
Browse repository at this point
Commits on May 29, 2023
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
zooba
authored
6da7015
View commit details
Copy full SHA for 6da7015
View code at this point
Browse repository at this point
Commits on May 23, 2023
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Show description for ae00b81
vstinner
authored
ae00b81
View commit details
Copy full SHA for ae00b81
View code at this point
Browse repository at this point
Commits on Apr 18, 2023
gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
zooba
authored
78cac52
View commit details
Copy full SHA for 78cac52
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
zooba
authored
8d18d1f
View commit details
Copy full SHA for 8d18d1f
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
gh-92584: Remove the distutils package (#99061)
Show description for 0faa0ba
vstinner
authored
0faa0ba
View commit details
Copy full SHA for 0faa0ba
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-97681: Remove Tools/demo/ directory (#97682)
Show description for 64fe343
vstinner
authored
64fe343
View commit details
Copy full SHA for 64fe343
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
zooba
authored
73942e4
View commit details
Copy full SHA for 73942e4
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
zooba
authored
73d8ffe
View commit details
Copy full SHA for 73d8ffe
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
gh-84623: Remove unused imports (#94132)
vstinner
authored
47e3562
View commit details
Copy full SHA for 47e3562
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
Remove the ancient Pynche color editor (#91554)
Show description for 7173fd5
warsaw
authored
7173fd5
View commit details
Copy full SHA for 7173fd5
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
zooba
authored
3751b6b
View commit details
Copy full SHA for 3751b6b
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
zooba
authored
3a5afc1
View commit details
Copy full SHA for 3a5afc1
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
zooba
authored
4841e69
View commit details
Copy full SHA for 4841e69
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Show description for 0e2a0f7
vstinner
authored
0e2a0f7
View commit details
Copy full SHA for 0e2a0f7
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
Show description for c168b50
encukou
authored
c168b50
View commit details
Copy full SHA for c168b50
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
zooba
authored
6d883fb
View commit details
Copy full SHA for 6d883fb
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Show description for 6e623ff
commonsensesoftware
authored
6e623ff
View commit details
Copy full SHA for 6e623ff
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Show description for fde44ae
zooba
authored
fde44ae
View commit details
Copy full SHA for fde44ae
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Show description for 03153dd
zooba
authored
03153dd
View commit details
Copy full SHA for 03153dd
View code at this point
Browse repository at this point
Commits on Feb 25, 2020
bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)
zooba
authored
d644891
View commit details
Copy full SHA for d644891
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
bpo-39012: Fix RC version suffix for nuget release files (GH-17564)
zooba
authored
d0802d0
View commit details
Copy full SHA for d0802d0
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
Fix APPX registry key generation (GH-17489)
zooba
authored
e89e159
View commit details
Copy full SHA for e89e159
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828)
Show description for de148f2
zooba
authored
de148f2
View commit details
Copy full SHA for de148f2
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
bpo-38519: Internal include files missing on Windows (GH-16921)
ZackerySpytz
authored and
zooba
committed
edb172a
View commit details
Copy full SHA for edb172a
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
bpo-38343: Fixes version handling for nuget packages (GH-16527)
zooba
authored
b9a8b82
View commit details
Copy full SHA for b9a8b82
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
zooba
authored and
zware
committed
19f6940
View commit details
Copy full SHA for 19f6940
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Remove versioned executables from non-APPX packages (GH-15237)
zooba
authored
c1aeb29
View commit details
Copy full SHA for c1aeb29
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
zooba
authored
0378d98
View commit details
Copy full SHA for 0378d98
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.