Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fde44ae6d0 
								
							 
						 
						
							
							
								
								bpo-39930: Convert error to warning for more silent failure (GH-18921)  
							
							... 
							
							
							
							Makes it an error to create a layout without vcruntime DLL 
							
						 
						
							2020-03-11 14:12:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								de148f263f 
								
							 
						 
						
							
							
								
								bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828)  
							
							... 
							
							
							
							Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable. 
							
						 
						
							2019-11-20 09:30:47 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zackery Spytz 
								
							 
						 
						
							
							
							
							
								
							
							
								edb172a872 
								
							 
						 
						
							
							
								
								bpo-38519: Internal include files missing on Windows (GH-16921)  
							
							
							
						 
						
							2019-10-28 10:03:27 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c1aeb292d2 
								
							 
						 
						
							
							
								
								Remove versioned executables from non-APPX packages (GH-15237)  
							
							
							
						 
						
							2019-08-12 14:56:39 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1fab9cbfba 
								
							 
						 
						
							
							
								
								bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)  
							
							
							
						 
						
							2019-08-07 10:49:40 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bill Collins 
								
							 
						 
						
							
							
							
							
								
							
							
								c4cda4369f 
								
							 
						 
						
							
							
								
								bpo-37641 preserve relative file location in embeddable zip (GH-14884)  
							
							... 
							
							
							
							Previously, pyc files in the embeddable distribution reported their
location as <build path>/<file stem>.py. This causes a little confusion
when interpreting stack traces as the file is in a (almost certainly)
incorrect location, and lacks the full relative path to Lib (e.g.
email/mime/image.py will only show image.py).
This change preserves the Lib relative location of the source file as a
path so that stack traces are (hopefully) less misleading and more
informative.
Co-Authored-By: Kyle Stanley <aeros167@gmail.com> 
							
						 
						
							2019-07-25 14:36:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								123536fdab 
								
							 
						 
						
							
							
								
								bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)  
							
							
							
						 
						
							2019-07-24 15:13:22 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								21a92f8cda 
								
							 
						 
						
							
							
								
								Implement Windows release builds in Azure Pipelines (GH-14065)  
							
							
							
						 
						
							2019-06-14 08:29:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paul Monson 
								
							 
						 
						
							
							
							
							
								
							
							
								f4e5661e85 
								
							 
						 
						
							
							
								
								bpo-36509: Add iot layout for Windows IoT containers (GH-12663)  
							
							... 
							
							
							
							This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release. 
							
						 
						
							2019-04-12 09:55:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paul Monson 
								
							 
						 
						
							
							
							
							
								
							
							
								32119e10b7 
								
							 
						 
						
							
							
								
								bpo-35947: Update Windows to the current version of libffi (GH-11797)  
							
							... 
							
							
							
							We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation. 
							
						 
						
							2019-03-29 16:30:10 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								28f6cb34f6 
								
							 
						 
						
							
							
								
								bpo-35683: Improve Azure Pipelines steps (GH-11493)  
							
							
							
						 
						
							2019-01-22 10:49:52 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								872bd2b57c 
								
							 
						 
						
							
							
								
								bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465)  
							
							... 
							
							
							
							Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute. 
							
						 
						
							2019-01-08 02:38:01 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								59c2aa25ff 
								
							 
						 
						
							
							
								
								bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329)  
							
							... 
							
							
							
							https://bugs.python.org/issue35596  
						
							2018-12-27 12:44:25 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0cd6391fd8 
								
							 
						 
						
							
							
								
								bpo-34977: Add Windows App Store package (GH-11027)  
							
							... 
							
							
							
							Also adds the PC/layout script for generating layouts on Windows. 
							
						 
						
							2018-12-10 18:52:57 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cb0b78a070 
								
							 
						 
						
							
							
								
								Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)  
							
							... 
							
							
							
							This reverts commit 468a15aaf9 
							
						 
						
							2018-12-07 12:57:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								468a15aaf9 
								
							 
						 
						
							
							
								
								bpo-34977: Add Windows App Store package (GH-10245)  
							
							
							
						 
						
							2018-12-06 21:09:20 -08:00