aboutsummaryrefslogtreecommitdiff
path: root/PC
AgeCommit message (Expand)Author
2018-09-10bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)
2018-07-31[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka
2018-06-21bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844)Anselm Kruis
2018-06-06PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446)Victor Stinner
2017-11-26bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550)Zachary Ware
2017-11-07Fix a memory leak in _msi.c (GH-4127) (#4308)Miss Islington (bot)
2017-09-15[2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Oren Milman
2017-09-04[2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-17...Zachary Ware
2017-08-19bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner
2017-07-04bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (...Segev Finer
2017-06-24[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka
2017-06-21bpo-29591: Update VS project files (#2310)Jeremy Kloth
2017-06-20bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)Jeremy Kloth
2017-06-11[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)Zachary Ware
2017-03-03bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)Zachary Ware
2017-01-01ring in 2017 for PythonBenjamin Peterson
2016-11-07Fix PC/VS9.0/build_ssl.py for recent OpenSSLZachary Ware
2016-11-01Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0Zachary Ware
2016-10-10Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware
2016-09-17Issue #28139: Fix messed up indentationMartin Panter
2016-09-15Issue #24366: Fix indentationMartin Panter
2016-09-09Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower
2015-11-02Issue #25523: Correct "a" article to "an" articleMartin Panter
2016-06-15Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware
2016-06-10- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com
2016-05-08Corrections for a/an in code comments and documentationMartin Panter
2016-04-17Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka
2016-04-14Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2gZachary Ware
2016-02-22Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware
2016-01-012016 will be another year of writing copyrighted codeBenjamin Peterson
2015-09-10Issue #25022: Remove PC/example_nt/Zachary Ware
2015-08-28Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware
2015-07-21Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware
2015-07-16Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware
2015-06-11Fixed indentation of Python examples in C comments.Serhiy Storchaka
2015-04-13Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware
2014-12-31update for copyright for 2015Benjamin Peterson
2014-11-27give a nice message when installer is launched w/o admin rights (closes #16561)Benjamin Peterson
2014-02-20Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware
2014-09-11- Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com
2014-07-25Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware
2014-07-03Issue #21151: Fixed a segfault in the _winreg module.Zachary Ware
2014-04-26Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden
2014-04-25Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_ResizeKristján Valur Jónsson
2014-03-13Closes #20908: Memory leak in Reg2Py()Jesus Cea
2014-01-16Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka
2013-12-31update copyright yearBenjamin Peterson
2013-08-17#18466: fix more typos. Patch by Févry Thibault.Ezio Melotti
2013-03-22Issue #17425: Build against openssl 0.9.8y on Windows.Martin v. Loewis
2012-12-27Fix #16759. Convert DWORD registry values using unsigned long.Brian Curtin