summaryrefslogtreecommitdiff
path: root/PCbuild/_freeze_importlib.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-121-12/+25
|
* Issue #23461: Normalise line endings when comparing old and new contents of ↵Steve Dower2015-02-141-2/+2
| | | | importlib.h
* Issue #23260: Update Windows installerSteve Dower2015-02-051-4/+5
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-126/+43
| | | | which will be used for the official 3.5 release.
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-2/+2
|
* Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵Martin v. Löwis2012-07-281-0/+188
Windows. Patch by Kristján Valur Jónsson.