1. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  2. 8feff8f Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g by Zachary Ware · 8 years ago
  3. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 8 years ago
  4. 1f40ece 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  5. 5eaf58b Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  6. d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  7. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  8. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  9. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  10. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  11. dd87637 update for copyright for 2015 by Benjamin Peterson · 10 years ago
  12. 209dd46 give a nice message when installer is launched w/o admin rights (closes #16561) by Benjamin Peterson · 10 years ago
  13. 8031566 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  14. 08578b0 - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 10 years ago
  15. 6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
  16. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 10 years ago
  17. 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
  18. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 10 years ago
  19. 8f606a0 Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 10 years ago
  20. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  21. 1aeb8cf update copyright year by Benjamin Peterson · 11 years ago
  22. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  23. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 11 years ago
  24. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  25. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  26. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  27. e7f67b5 Upgrade to bzip2 1.0.6. by Martin v. Löwis · 12 years ago
  28. 78f85fc Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. by Amaury Forgeot d'Arc · 12 years ago
  29. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  30. 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
  31. deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  32. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  33. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  34. 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
  35. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 13 years ago
  36. 59734be Merged revisions 85071-85072,85894,87132 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  37. 87df945 Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2) by Hirokazu Yamamoto · 14 years ago
  38. 921387b Recorded merge of revisions 86117 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  39. 419670a Recorded merge of revisions 86113 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  40. 2623688 Merged revisions 84763,85135 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  41. b046529 Recorded rollback of revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  42. 89e87ad Updated VS8.0 project files with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
  43. 63e9b50 Recorded rollback of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  44. 25278ef Recorded merge of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  45. 0dd078a Merged revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  46. de150c7 Updated VC6 files. by Hirokazu Yamamoto · 14 years ago
  47. e6ebcda Merged revisions 84506 via svnmerge from by Antoine Pitrou · 14 years ago
  48. 431774f Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  49. 90374f5 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
  50. d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 14 years ago
  51. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  52. 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 14 years ago
  53. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  54. a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 14 years ago
  55. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 14 years ago
  56. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 14 years ago
  57. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  58. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  59. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  60. 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 14 years ago
  61. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 14 years ago
  62. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  63. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
  64. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  65. 117a899 Add dtoa.c and dtoa.h to the relevant project files. by Mark Dickinson · 15 years ago
  66. 2ef9e8c Update project file for new file: dtoa.c by Raymond Hettinger · 15 years ago
  67. 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
  68. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  69. f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 15 years ago
  70. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  71. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  72. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  73. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  74. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  75. 957320a Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  76. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  77. eb15863 Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c) by Hirokazu Yamamoto · 15 years ago
  78. eacbbdf Issue #5179: Fixed subprocess handle leak on failure on windows. by Hirokazu Yamamoto · 15 years ago
  79. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  80. e71fc87 Fixed svn:eol-style. by Hirokazu Yamamoto · 15 years ago
  81. fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 15 years ago
  82. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 15 years ago
  83. 9f4f56d On Windows, use the Python 'Activation Context' when loading extensions by Mark Hammond · 15 years ago
  84. a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 15 years ago
  85. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 15 years ago
  86. 14aa459 Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 15 years ago
  87. dbf5588 Added helper script to build Tcl/Tk. by Hirokazu Yamamoto · 15 years ago
  88. 420ab8a Link to debug version of Tcl/Tk when python is built as debug version. by Hirokazu Yamamoto · 15 years ago
  89. e0f8b3d Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) by Hirokazu Yamamoto · 15 years ago
  90. 343b970 Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) by Hirokazu Yamamoto · 15 years ago
  91. eaec6b6 Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) by Hirokazu Yamamoto · 15 years ago
  92. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  93. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  94. ed2f423 Bumped up 2.6 to 2.7 by Christian Heimes · 16 years ago
  95. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 16 years ago
  96. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 16 years ago
  97. ea00ed3 Follows to python's version change (VC6) by Hirokazu Yamamoto · 16 years ago
  98. c2dfd8c Update version number to 2.7. by Martin v. Löwis · 16 years ago
  99. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
  100. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 16 years ago