Benjamin Peterson
90b4e49c98
bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411)
2019-09-25 22:07:09 -07:00
Victor Stinner
ec4ab09b7c
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 ( #3106 ) ( #3145 )
...
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3
* Add NEWS entry
* Add new loadlibrary.c
* expat_external.h: restore include "pyexpatns.h"
* PCbuild: add expat/loadlibrary.c
* Define XML_POOR_ENTROPY to compile expat
Python 2.7 backport: add expat/loadlibrary.c to PC/VS9.0/ project
files (_elementtree and pyexpat).
(cherry picked from commit 93d0cb58b4
)
2017-08-19 01:06:45 +02:00
Segev Finer
d0ae4be443
bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects ( #2572 )
2017-07-04 20:40:04 +02:00
Jeremy Kloth
ab3b0ade50
bpo-29591: Update VS project files ( #2310 )
...
* Silence warnings caused by duplicated defines from Modules\expat\winconfig.h
* Add WIN32 define to VS9.0 project files to match MSBuild project files.
2017-06-21 21:14:53 +02:00
Zachary Ware
5fe8ac69f9
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
...
Also updates checked-in line endings in several files.
2017-06-11 14:19:39 -05:00
Zachary Ware
4734372aa0
Close #24508 : Backport the 3.5 MSBuild project files.
...
The old project files move to PC/VS9.0 and remain supported.
VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1)
is *also* required to use the new project files.
2015-07-16 00:24:48 -05:00