1. bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. by Zachary Ware · 11 years ago
  2. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  3. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  4. 200bcbc Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  5. 0bdcdec Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  6. f2f48c5 Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  7. 5176337 Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  8. 9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  9. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  10. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  11. c81549f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  12. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  13. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  14. abb0feb Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. by Kristjan Valur Jonsson · 12 years ago
  15. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 12 years ago
  16. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 12 years ago
  17. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 12 years ago
  18. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 12 years ago
  19. d49b323 Issue #8847: Disable COMDAT folding in Windows PGO builds. Patch by Stefan Krah. by Martin v. Löwis · 12 years ago
  20. dbf616d Issue #15431: Drop _freeze_importlib from all build configurations, by Martin v. Löwis · 12 years ago
  21. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  22. 8ca5a84 Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe by Martin v. Löwis · 12 years ago
  23. 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 12 years ago
  24. f52f527 Issue #15102: find python.exe in OutDir, not SolutionDir. by Martin v. Löwis · 12 years ago
  25. d5ecd49 Issue #15102: Use HOST_PYTHON only if it is set. by Martin v. Löwis · 12 years ago
  26. 7c771ca Issue #15143: Define _DEBUG when compiling resources. by Martin v. Löwis · 12 years ago
  27. 6b2cf01 Remove associator project - it's not needed by Brian Curtin · 12 years ago
  28. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  29. 56bf6f8 Add version resource. by Martin v. Löwis · 12 years ago
  30. 9698bde Add associator by Brian Curtin · 12 years ago
  31. 4bca286 Add pywlauncher project by Brian Curtin · 12 years ago
  32. 22bf8cb Add the pyw launcher by Brian Curtin · 12 years ago
  33. d029e5d Get 64-bit building by Brian Curtin · 12 years ago
  34. a7de612 Support 32-bit release building: by Brian Curtin · 12 years ago
  35. 765dd11 Initial changes to get the py launcher building by Brian Curtin · 12 years ago
  36. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  37. 9650d36 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj by Richard Oudkerk · 12 years ago
  38. c11eba8 Update to Tcl/Tk 8.5.11. by Martin v. Löwis · 12 years ago
  39. d245655 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing by Kristjan Valur Jonsson · 12 years ago
  40. 5c2725d Update build.bat for VS2010 by Brian Curtin · 12 years ago
  41. a1df1cc Issue 14821: by Kristján Valur Jónsson · 12 years ago
  42. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 12 years ago
  43. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 12 years ago
  44. e01eb4c Upgrade OpenSSL to 1.0.1c by Martin v. Löwis · 12 years ago
  45. dcd1c0c Assume nasm. by Martin v. Löwis · 12 years ago
  46. 3f90311 merge 3.2 by Martin v. Löwis · 12 years ago
  47. b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. by Martin v. Löwis · 12 years ago
  48. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 12 years ago
  49. 0857e4e merge heads by Martin v. Löwis · 12 years ago
  50. d18c397 Port to VS 2010. by Martin v. Löwis · 12 years ago
  51. 207c4b6 Merge 3.2 build_ssl changes. by Martin v. Löwis · 12 years ago
  52. e9dfb0f Add another set of quotes to make cmd.exe happy. by Martin v. Löwis · 12 years ago
  53. 71f3f92 Fetch openssl directory from pyproject.vsprops. by Martin v. Löwis · 12 years ago
  54. c0181eb Stop including gzio in the build; it's not used. by Martin v. Löwis · 12 years ago
  55. 4043d3d Don't build xxlimited in debug mode. by Martin v. Löwis · 12 years ago
  56. 29e861d Upgrade sqlite to 3.7.12. by Martin v. Löwis · 12 years ago
  57. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  58. b432334 Relabel bzip2 filters. by Martin v. Löwis · 12 years ago
  59. ecc5877 Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  60. e8af53d Fix release build settings. by Martin v. Löwis · 12 years ago
  61. 40e41bb changeset: 76969:0cbe1099226d by Brian Curtin · 12 years ago
  62. 6100946 Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 by Brian Curtin · 12 years ago
  63. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  64. 3ad58f2 Kill remaining mentions of import_nt.c by Antoine Pitrou · 12 years ago
  65. 5182c18 Closes #14093: Added Mercurial version information to Windows builds. by Vinay Sajip · 12 years ago
  66. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  67. c014df7 Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. by Kristján Valur Jónsson · 12 years ago
  68. 473fde6 Make all socket related modules link with ws2_32.lib on windows, like by Kristján Valur Jónsson · 12 years ago
  69. ffc3e1a Add MASM define to PGI and PGO builds by Martin v. Löwis · 12 years ago
  70. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  71. 8bfccd8 Remove non-existing file from pythoncore project. by krisvale · 12 years ago
  72. 87adda5 Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed by Victor Stinner · 12 years ago
  73. ed7b51f Enable PGI/PGO builds for x64 python3.dll by Martin v. Löwis · 12 years ago
  74. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  75. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  76. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  77. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  78. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  79. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  80. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  81. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  82. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  83. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  84. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  85. c142389 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  86. bb3e937 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  87. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  88. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  89. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  90. 0e74cac Upgrade to sqlite3 3.7.4. by Martin v. Löwis · 14 years ago
  91. 910a4ed Upgrade Tcl/Tk to 8.5.9. by Martin v. Löwis · 14 years ago
  92. 8d28a92 issue 10683 by Kristján Valur Jónsson · 14 years ago
  93. ba466cd Merged revisions 85071-85072,85894,87132 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  94. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  95. 7f4bc00 I hope this will fix Win2008(x64) buildbot error. by Hirokazu Yamamoto · 14 years ago
  96. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  97. 60fafa2 issue 10501 by Kristján Valur Jónsson · 14 years ago
  98. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  99. 33d144a issue 9981 let make_buildinfo use a temporary directory on windows by Kristján Valur Jónsson · 14 years ago
  100. 7c3d709 Updated readme.txt about OpenSSL. by Hirokazu Yamamoto · 14 years ago