Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/windows-layout-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
displayName: Show layout info (${{ parameters.kind }})

- ${{ if eq(parameters.fulltest, 'true') }}:
- script: .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)" -i test_launcher
- script: .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)"
workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
displayName: ${{ parameters.kind }} Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*.zip binary

# Specific binary files
PC/classicAppCompat.* binary
# -- None right now --

# Text files that should not be subject to eol conversion
[attr]noeol -text
Expand Down
8 changes: 2 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,8 @@ Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski
PC/ @python/windows-team
PCbuild/ @python/windows-team

# Windows installer packages
Tools/msi/ @python/windows-team
Tools/nuget/ @python/windows-team

# Windows Launcher
PC/launcher.c @python/windows-team @vsajip
# Windows Venv launcher/redirector
PC/venvlauncher.c @python/windows-team @vsajip


# ----------------------------------------------------------------------------
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,6 @@ jobs:
free-threading: ${{ matrix.free-threading }}
interpreter: ${{ matrix.interpreter }}

build-windows-msi:
# ${{ '' } is a hack to nest jobs under the same sidebar category.
name: Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
needs: build-context
if: fromJSON(needs.build-context.outputs.run-windows-msi)
strategy:
fail-fast: false
matrix:
arch:
- x86
- x64
- arm64
uses: ./.github/workflows/reusable-windows-msi.yml
with:
arch: ${{ matrix.arch }}

build-macos:
name: >-
macOS
Expand Down Expand Up @@ -659,7 +643,6 @@ jobs:
- check-generated-files
- check-c-api-docs
- build-windows
- build-windows-msi
- build-macos
- build-ubuntu
- build-ubuntu-ssltests
Expand All @@ -680,7 +663,6 @@ jobs:
allowed-failures: >-
build-android,
build-emscripten,
build-windows-msi,
build-ubuntu-ssltests,
test-hypothesis,
cifuzz,
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/reusable-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ on: # yamllint disable-line rule:truthy
run-wasi:
description: Whether to run the WASI tests
value: ${{ jobs.compute-changes.outputs.run-wasi }} # bool
run-windows-msi:
description: Whether to run the MSI installer smoke tests
value: ${{ jobs.compute-changes.outputs.run-windows-msi }} # bool
run-windows-tests:
description: Whether to run the Windows tests
value: ${{ jobs.compute-changes.outputs.run-windows-tests }} # bool
Expand All @@ -73,7 +70,6 @@ jobs:
run-ubuntu: ${{ steps.changes.outputs.run-ubuntu }}
run-emscripten: ${{ steps.changes.outputs.run-emscripten }}
run-wasi: ${{ steps.changes.outputs.run-wasi }}
run-windows-msi: ${{ steps.changes.outputs.run-windows-msi }}
run-windows-tests: ${{ steps.changes.outputs.run-windows-tests }}
steps:
- name: Set up Python
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/reusable-windows-msi.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gmon.out

*.exe

# Ignore core dumps... but not Tools/msi/core/ or the like.
# Ignore core dumps... but not .../core/ subdirectories
core
!core/

Expand Down Expand Up @@ -158,7 +158,6 @@ Tools/unicode/data/
/coverage/
/externals/
/htmlcov/
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
Tools/freeze/test/outdir
Expand Down
16 changes: 16 additions & 0 deletions Doc/tools/removed-ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ c-api/typeobj.html: c.Py_tp_bases

# Removed pages
library/asyncio-policy.html: (page missing)

# Removed old Windows installer docs
using/windows.html: diagnostics
using/windows.html: dry-run
using/windows.html: from-a-script
using/windows.html: from-file-associations
using/windows.html: from-the-command-line
using/windows.html: install-on-demand
using/windows.html: install-quiet-option
using/windows.html: installing-without-ui
using/windows.html: modifying-an-install
using/windows.html: python-launcher-for-windows-deprecated
using/windows.html: return-codes
using/windows.html: the-full-installer-deprecated
using/windows.html: virtual-environments
using/windows.html: windows-full
Binary file removed Doc/using/win_install_freethreaded.png
Binary file not shown.
Binary file removed Doc/using/win_installer.png
Binary file not shown.
Loading
Loading