Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+16 |
| | |||||
* | bpo-36448: mention 'make regen-all' in error message (GH-12585) | Jeroen Demeyer | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+16 |
| | | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it. | ||||
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -1/+9 |
| | |||||
* | Issue #28896: Disable WindowsRegistryFinder by default. | Steve Dower | 2016-12-12 | 1 | -12/+25 |
| | |||||
* | Issue #23461: Normalise line endings when comparing old and new contents of ↵ | Steve Dower | 2015-02-14 | 1 | -2/+2 |
| | | | | importlib.h | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -4/+5 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -126/+43 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Issue #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 1 | -2/+2 |
| | |||||
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵ | Martin v. Löwis | 2012-07-28 | 1 | -0/+188 |
Windows. Patch by Kristján Valur Jónsson. |