1. f51a466 bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) by Miss Islington (bot) · 6 years ago
  2. 48c8bf2 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) by Serhiy Storchaka · 6 years ago
  3. 7b383a5 bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844) by Anselm Kruis · 6 years ago
  4. d098098 PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446) by Victor Stinner · 6 years ago
  5. be1faab bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550) by Zachary Ware · 7 years ago
  6. b74c3d4 Fix a memory leak in _msi.c (GH-4127) (#4308) by Miss Islington (bot) · 7 years ago
  7. c7f165f [2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3595) by Oren Milman · 7 years ago
  8. 986b7ff [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306) by Zachary Ware · 7 years ago
  9. ec4ab09 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145) by Victor Stinner · 7 years ago
  10. d0ae4be bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (#2572) by Segev Finer · 7 years ago
  11. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 7 years ago
  12. ab3b0ad bpo-29591: Update VS project files (#2310) by Jeremy Kloth · 7 years ago
  13. ebbccea bpo-30368: Update build_ssl.py to restore Perl-less building (#1805) by Jeremy Kloth · 7 years ago
  14. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 7 years ago
  15. f9a6516 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) by Zachary Ware · 7 years ago
  16. ea02cdc ring in 2017 for Python by Benjamin Peterson · 7 years ago
  17. 14269d9 Fix PC/VS9.0/build_ssl.py for recent OpenSSL by Zachary Ware · 8 years ago
  18. 333b617 Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0 by Zachary Ware · 8 years ago
  19. 8fb09ad Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 8 years ago
  20. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  21. 5f75502 Issue #24366: Fix indentation by Martin Panter · 8 years ago
  22. b420601 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 8 years ago
  23. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  24. c59a92b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  25. a0f2295 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  26. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  27. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  28. 8feff8f Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g by Zachary Ware · 8 years ago
  29. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 8 years ago
  30. 1f40ece 2016 will be another year of writing copyrighted code by Benjamin Peterson · 8 years ago
  31. 5eaf58b Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  32. d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  33. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  34. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  35. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  36. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  37. dd87637 update for copyright for 2015 by Benjamin Peterson · 9 years ago
  38. 209dd46 give a nice message when installer is launched w/o admin rights (closes #16561) by Benjamin Peterson · 10 years ago
  39. 8031566 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  40. 08578b0 - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 10 years ago
  41. 6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
  42. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 10 years ago
  43. 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 10 years ago
  44. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 10 years ago
  45. 8f606a0 Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 10 years ago
  46. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  47. 1aeb8cf update copyright year by Benjamin Peterson · 10 years ago
  48. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  49. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 11 years ago
  50. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 11 years ago
  51. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 11 years ago
  52. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  53. e7f67b5 Upgrade to bzip2 1.0.6. by Martin v. Löwis · 12 years ago
  54. 78f85fc Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. by Amaury Forgeot d'Arc · 12 years ago
  55. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  56. f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  57. deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  58. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  59. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  60. 90f00ea Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  61. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 13 years ago
  62. 59734be Merged revisions 85071-85072,85894,87132 via svnmerge from by Hirokazu Yamamoto · 13 years ago
  63. 87df945 Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2) by Hirokazu Yamamoto · 14 years ago
  64. 921387b Recorded merge of revisions 86117 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  65. 419670a Recorded merge of revisions 86113 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  66. 2623688 Merged revisions 84763,85135 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  67. b046529 Recorded rollback of revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  68. 89e87ad Updated VS8.0 project files with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
  69. 63e9b50 Recorded rollback of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  70. 25278ef Recorded merge of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  71. 0dd078a Merged revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  72. de150c7 Updated VC6 files. by Hirokazu Yamamoto · 14 years ago
  73. e6ebcda Merged revisions 84506 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 431774f Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  75. 90374f5 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
  76. d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 14 years ago
  77. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  78. 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 14 years ago
  79. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  80. a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 14 years ago
  81. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 14 years ago
  82. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 14 years ago
  83. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  84. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  85. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  86. 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 14 years ago
  87. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 14 years ago
  88. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 14 years ago
  89. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 14 years ago
  90. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 14 years ago
  91. 117a899 Add dtoa.c and dtoa.h to the relevant project files. by Mark Dickinson · 15 years ago
  92. 2ef9e8c Update project file for new file: dtoa.c by Raymond Hettinger · 15 years ago
  93. 8c3fb39 Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file. by Eric Smith · 15 years ago
  94. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  95. f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 15 years ago
  96. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  97. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  98. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  99. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  100. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago