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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
distutils
command
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 13, 2016
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
zooba
committed
4347881
View commit details
Copy full SHA for 4347881
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
build_ext: correctly parse the link_objects user option (closes #1703178)
Show description for 4254e8c
benjaminp
committed
4254e8c
View commit details
Copy full SHA for 4254e8c
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Issue #27349: Fix typo in distutils upload command
berkerpeksag
committed
56fe474
View commit details
Copy full SHA for 56fe474
View code at this point
Browse repository at this point
Commits on Jun 10, 2016
Issue #20900: distutils register command now decodes HTTP responses correctly
Show description for 904a2ef
berkerpeksag
committed
904a2ef
View commit details
Copy full SHA for 904a2ef
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
- Issue #26884: Fix linking extension modules for cross builds.
Show description for 6ada012
doko42
committed
6ada012
View commit details
Copy full SHA for 6ada012
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Issue #21776: distutils.upload now correctly handles HTTPError
Show description for 6a8e626
berkerpeksag
committed
6a8e626
View commit details
Copy full SHA for 6a8e626
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
zooba
committed
332334f
View commit details
Copy full SHA for 332334f
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
Rebuild wininst-14.0[-amd64].exe with updated tools.
zooba
committed
cedef65
View commit details
Copy full SHA for cedef65
View code at this point
Browse repository at this point
Commits on May 23, 2015
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.
zooba
committed
c709085
View commit details
Copy full SHA for c709085
View code at this point
Browse repository at this point
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
zooba
committed
fd3664b
View commit details
Copy full SHA for fd3664b
View code at this point
Browse repository at this point
Commits on May 16, 2015
Issue #16314: Added support for the LZMA compression in distutils.
serhiy-storchaka
committed
b9cec6a
View commit details
Copy full SHA for b9cec6a
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Issue #23731: Implement PEP 488.
Show description for f299abd
brettcannon
committed
f299abd
View commit details
Copy full SHA for f299abd
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
zooba
committed
17be514
View commit details
Copy full SHA for 17be514
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
merge 3.4 (#23063)
benjaminp
committed
71f1c5c
View commit details
Copy full SHA for 71f1c5c
View code at this point
Browse repository at this point
fix parsing reST with code or code-block directives (closes #23063)
Show description for 562b7cb
benjaminp
committed
562b7cb
View commit details
Copy full SHA for 562b7cb
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Fixes distutils adding/expecting too many _d suffixes.
zooba
committed
09bd9ec
View commit details
Copy full SHA for 09bd9ec
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
Removes bdist_wininst dependency on MFC.
zooba
committed
1f6c29a
View commit details
Copy full SHA for 1f6c29a
View code at this point
Browse repository at this point
Commits on Nov 22, 2014
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
zooba
committed
65e4cb1
View commit details
Copy full SHA for 65e4cb1
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
- Issue #17219: Add library build dir for Python extension cross-builds.
doko42
committed
9816619
View commit details
Copy full SHA for 9816619
View code at this point
Browse repository at this point
- Issue #17219: Add library build dir for Python extension cross-builds.
doko42
committed
cef3bdc
View commit details
Copy full SHA for cef3bdc
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported.
Show description for afa3153
pitrou
committed
afa3153
View commit details
Copy full SHA for afa3153
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
#10510: Fix bug in forward port of 2.7 distutils patch.
Show description for c081262
bitdancer
committed
c081262
View commit details
Copy full SHA for c081262
View code at this point
Browse repository at this point
#10510: Fix bug in forward port of 2.7 distutils patch.
Show description for 623ae29
bitdancer
committed
623ae29
View commit details
Copy full SHA for 623ae29
View code at this point
Browse repository at this point
Commits on Sep 27, 2014
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
bitdancer
committed
3a54c3e
View commit details
Copy full SHA for 3a54c3e
View code at this point
Browse repository at this point
#10510: make distuitls upload/register use HTML standards compliant CRLF.
Show description for 9ce6967
bitdancer
committed
9ce6967
View commit details
Copy full SHA for 9ce6967
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Show description for 2c0a916
pitrou
committed
2c0a916
View commit details
Copy full SHA for 2c0a916
View code at this point
Browse repository at this point
Commits on Sep 6, 2014
merge 3.4 (#22349)
benjaminp
committed
238f5aa
View commit details
Copy full SHA for 238f5aa
View code at this point
Browse repository at this point
remove various dead version checks (closes #22349)
Show description for df0eb95
benjaminp
committed
df0eb95
View commit details
Copy full SHA for df0eb95
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
merge 3.4 (closes #22200)
benjaminp
committed
c584741
View commit details
Copy full SHA for c584741
View code at this point
Browse repository at this point
remove 2.2 and 2.6 compat code (closes #22200)
Show description for 0c56bb9
benjaminp
committed
0c56bb9
View commit details
Copy full SHA for 0c56bb9
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Show description for 41dcf35
pitrou
committed
41dcf35
View commit details
Copy full SHA for 41dcf35
View code at this point
Browse repository at this point
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Show description for 2e4d3b1
pitrou
committed
2e4d3b1
View commit details
Copy full SHA for 2e4d3b1
View code at this point
Browse repository at this point
Commits on May 10, 2014
Reindent long line
jaraco
committed
09122f8
View commit details
Copy full SHA for 09122f8
View code at this point
Browse repository at this point
Replace overly-aggressive comparison for type equality with an isinstance check.
jaraco
committed
0375653
View commit details
Copy full SHA for 0375653
View code at this point
Browse repository at this point
Drop support for Python 2.4 in upload command.
jaraco
committed
a384652
View commit details
Copy full SHA for a384652
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.