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