1. b59e442 Issue #20609: Merge with 3.3. by Zachary Ware · 10 years ago
  2. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 10 years ago
  3. 5aaf847 Drop reference to pythoncore, to avoid linking python34.dll by Martin v. Löwis · 10 years ago
  4. 7341b52 Revert accidental deletion of _overlapped. by Martin v. Löwis · 10 years ago
  5. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 10 years ago
  6. f06247d Properly filter some recent additions in the Windows build files. by Zachary Ware · 11 years ago
  7. bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. by Zachary Ware · 11 years ago
  8. 14fff88 Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  9. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  10. 71135ac Add _opcode to Windows build env by Christian Heimes · 11 years ago
  11. 8d0d369 Update Tcl/Tk to 8.6.1. by Martin v. Löwis · 11 years ago
  12. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  13. baacf4d Update xz to 5.0.5. by Martin v. Löwis · 11 years ago
  14. bc2f0ba Update SQLite to 3.8.1 on Windows. by Martin v. Löwis · 11 years ago
  15. f3bf35e Issue #16632: Enable DEP and ASLR on Windows. by Christian Heimes · 11 years ago
  16. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  17. 888dcc3 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
  18. 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
  19. e0881f4 #19439: Update PCbuild/readme.txt with new sub-project by Zachary Ware · 11 years ago
  20. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  21. 79f5e1f Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  22. 200bcbc Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  23. 0bdcdec Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  24. f2f48c5 Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  25. bb4b0aa Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  26. 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
  27. 7d05236 Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) by Tim Golden · 11 years ago
  28. 48df60c Update more configurations in pcbuild.sln. by Richard Oudkerk · 11 years ago
  29. 44455e8 Update pcbuild.sln to build _overlapped. by Richard Oudkerk · 11 years ago
  30. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
  31. cf892ac Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  32. 5176337 Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  33. cb1915a Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  34. 9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  35. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  36. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  37. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  38. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  39. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  40. 24e33ac Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix by Victor Stinner · 11 years ago
  41. 59b2401 Add _stat module to VS project file -- this time with the GUI instead of manually. by Christian Heimes · 11 years ago
  42. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  43. 09ec23f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  44. c81549f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  45. 46bebee Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. by Christian Heimes · 11 years ago
  46. 3bfc5f5 merge with 3.3 by Georg Brandl · 11 years ago
  47. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  48. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  49. e2cef88 Issue #16061: Speed up str.replace() for replacing 1-character strings. by Serhiy Storchaka · 11 years ago
  50. 5fe5b4e #17425: merge 3.3 by Martin v. Löwis · 11 years ago
  51. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 11 years ago
  52. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 11 years ago
  53. 445ad99 Fix #14470. Remove w9xpopen per PEP 11. by Brian Curtin · 12 years ago
  54. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  55. a2897e4 Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib. by Kristjan Valur Jonsson · 12 years ago
  56. abb0feb Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. by Kristjan Valur Jonsson · 12 years ago
  57. 58f1183 correct build configuration of sha3 project for debug builds by Christian Heimes · 12 years ago
  58. a4018a2 _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib by Christian Heimes · 12 years ago
  59. 7f9dbaf fixed _sha3 VS project file by Christian Heimes · 12 years ago
  60. 1b747d4 Issue #16133: add Windows project file for _sha3 module. I choose to build _sha3 as a sparat module as it's rather large (190k for AMD64). by Christian Heimes · 12 years ago
  61. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  62. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 12 years ago
  63. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 12 years ago
  64. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 12 years ago
  65. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 12 years ago
  66. d49b323 Issue #8847: Disable COMDAT folding in Windows PGO builds. Patch by Stefan Krah. by Martin v. Löwis · 12 years ago
  67. dbf616d Issue #15431: Drop _freeze_importlib from all build configurations, by Martin v. Löwis · 12 years ago
  68. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  69. 8ca5a84 Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe by Martin v. Löwis · 12 years ago
  70. 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 12 years ago
  71. f52f527 Issue #15102: find python.exe in OutDir, not SolutionDir. by Martin v. Löwis · 12 years ago
  72. d5ecd49 Issue #15102: Use HOST_PYTHON only if it is set. by Martin v. Löwis · 12 years ago
  73. 7c771ca Issue #15143: Define _DEBUG when compiling resources. by Martin v. Löwis · 12 years ago
  74. 6b2cf01 Remove associator project - it's not needed by Brian Curtin · 12 years ago
  75. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  76. 56bf6f8 Add version resource. by Martin v. Löwis · 12 years ago
  77. 9698bde Add associator by Brian Curtin · 12 years ago
  78. 4bca286 Add pywlauncher project by Brian Curtin · 12 years ago
  79. 22bf8cb Add the pyw launcher by Brian Curtin · 12 years ago
  80. d029e5d Get 64-bit building by Brian Curtin · 12 years ago
  81. a7de612 Support 32-bit release building: by Brian Curtin · 12 years ago
  82. 765dd11 Initial changes to get the py launcher building by Brian Curtin · 12 years ago
  83. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  84. 9650d36 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj by Richard Oudkerk · 12 years ago
  85. c11eba8 Update to Tcl/Tk 8.5.11. by Martin v. Löwis · 12 years ago
  86. d245655 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing by Kristjan Valur Jonsson · 12 years ago
  87. 5c2725d Update build.bat for VS2010 by Brian Curtin · 12 years ago
  88. a1df1cc Issue 14821: by Kristján Valur Jónsson · 12 years ago
  89. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 12 years ago
  90. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 12 years ago
  91. e01eb4c Upgrade OpenSSL to 1.0.1c by Martin v. Löwis · 12 years ago
  92. dcd1c0c Assume nasm. by Martin v. Löwis · 12 years ago
  93. 3f90311 merge 3.2 by Martin v. Löwis · 12 years ago
  94. b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. by Martin v. Löwis · 12 years ago
  95. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 12 years ago
  96. 0857e4e merge heads by Martin v. Löwis · 12 years ago
  97. d18c397 Port to VS 2010. by Martin v. Löwis · 12 years ago
  98. 207c4b6 Merge 3.2 build_ssl changes. by Martin v. Löwis · 12 years ago
  99. e9dfb0f Add another set of quotes to make cmd.exe happy. by Martin v. Löwis · 12 years ago
  100. 71f3f92 Fetch openssl directory from pyproject.vsprops. by Martin v. Löwis · 12 years ago