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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
make.bat
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 11, 2022
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Show description for 4067c6d
JulienPalard
authored
4067c6d
View commit details
Copy full SHA for 4067c6d
View code at this point
Browse repository at this point
Commits on May 15, 2022
Restore default role check in `make check`. (#92290)
Show description for 953ab07
ezio-melotti
and
JulienPalard
authored
953ab07
View commit details
Copy full SHA for 953ab07
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354)
Show description for 89c6b2b
hugovk
authored
89c6b2b
View commit details
Copy full SHA for 89c6b2b
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
zooba
authored
295114d
View commit details
Copy full SHA for 295114d
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
JulienPalard
authored
b878b3a
View commit details
Copy full SHA for b878b3a
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
zooba
authored
fe5dd78
View commit details
Copy full SHA for fe5dd78
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
bpo-39041: Add GitHub Actions support (GH-17594)
zooba
authored
a76ba36
View commit details
Copy full SHA for a76ba36
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Implement Windows release builds in Azure Pipelines (GH-14065)
zooba
authored
21a92f8
View commit details
Copy full SHA for 21a92f8
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849)
chrullrich
authored and
zooba
committed
e61cc48
View commit details
Copy full SHA for e61cc48
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224)
zooba
authored
afe17a7
View commit details
Copy full SHA for afe17a7
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-34977: Add Windows App Store package (GH-11027)
Show description for 0cd6391
zooba
authored
0cd6391
View commit details
Copy full SHA for 0cd6391
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Show description for cb0b78a
vstinner
authored
cb0b78a
View commit details
Copy full SHA for cb0b78a
View code at this point
Browse repository at this point
bpo-34977: Add Windows App Store package (GH-10245)
zooba
authored
468a15a
View commit details
Copy full SHA for 468a15a
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Show description for d824ca7
zware
authored and
terryjreedy
committed
d824ca7
View commit details
Copy full SHA for d824ca7
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
bpo-33831: Make htmlview run again (GH-7628)
andresdelfino
authored and
zooba
committed
0e5f901
View commit details
Copy full SHA for 0e5f901
View code at this point
Browse repository at this point
Commits on May 30, 2018
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
andresdelfino
authored and
zooba
committed
05f1c89
View commit details
Copy full SHA for 05f1c89
View code at this point
Browse repository at this point
Commits on May 28, 2018
bpo-33670: Expose Sphinx errorlevel (GH-7156)
andresdelfino
authored and
zooba
committed
8c1ad0c
View commit details
Copy full SHA for 8c1ad0c
View code at this point
Browse repository at this point
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
andresdelfino
authored and
zooba
committed
3d3e66c
View commit details
Copy full SHA for 3d3e66c
View code at this point
Browse repository at this point
Commits on May 16, 2018
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
zooba
authored
e5f41d2
View commit details
Copy full SHA for e5f41d2
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
gronke
authored and
pfmoore
committed
f1502d0
View commit details
Copy full SHA for f1502d0
View code at this point
Browse repository at this point
Commits on Sep 19, 2017
Fix build issues in Doc/make.bat (#3658)
zooba
authored
a4bb58f
View commit details
Copy full SHA for a4bb58f
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
zooba
authored
5fcd5e6
View commit details
Copy full SHA for 5fcd5e6
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Fixes doc/make.bat to properly handle quoted paths. (#3302)
zooba
authored
d5cd21d
View commit details
Copy full SHA for d5cd21d
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Show description for 68d663c
zooba
authored
68d663c
View commit details
Copy full SHA for 68d663c
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
Show what's changed when Travis fails regen check (GH-2095)
Show description for 3f8f16d
zware
authored
3f8f16d
View commit details
Copy full SHA for 3f8f16d
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
Rename Doc/README.txt to Doc/README.rst and add formatting (#104)
Show description for b3f1f59
Roger
authored and
vstinner
committed
b3f1f59
View commit details
Copy full SHA for b3f1f59
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
bpo-29521 Fix two minor documentation build warnings (#41)
Show description for 3d707be
JDLH
authored and
briancurtin
committed
3d707be
View commit details
Copy full SHA for 3d707be
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Prevents unnecessary help text appearing in doc build.
zooba
committed
003e929
View commit details
Copy full SHA for 003e929
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Fixes argument handling in build.bat and HHC search
zooba
committed
e1f6805
View commit details
Copy full SHA for e1f6805
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Closes #17202: Merge with 3.4
zware
committed
774ac37
View commit details
Copy full SHA for 774ac37
View code at this point
Browse repository at this point
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Show description for 4c9c848
zware
committed
4c9c848
View commit details
Copy full SHA for 4c9c848
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Amend b8ebf381390f: find patchlevel.py in extensions.
loewis
committed
78daf00
View commit details
Copy full SHA for 78daf00
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Improve Windows release scripts
zooba
committed
312cef0
View commit details
Copy full SHA for 312cef0
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Issue #23260: Update Windows installer
zooba
committed
bb24087
View commit details
Copy full SHA for bb24087
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
birkenfeld
committed
61bd1dc
View commit details
Copy full SHA for 61bd1dc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.