1. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  2. b432334 Relabel bzip2 filters. by Martin v. Löwis · 12 years ago
  3. ecc5877 Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  4. e8af53d Fix release build settings. by Martin v. Löwis · 12 years ago
  5. 40e41bb changeset: 76969:0cbe1099226d by Brian Curtin · 12 years ago
  6. 6100946 Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 by Brian Curtin · 12 years ago
  7. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  8. 3ad58f2 Kill remaining mentions of import_nt.c by Antoine Pitrou · 12 years ago
  9. 5182c18 Closes #14093: Added Mercurial version information to Windows builds. by Vinay Sajip · 12 years ago
  10. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  11. c014df7 Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. by Kristján Valur Jónsson · 12 years ago
  12. 473fde6 Make all socket related modules link with ws2_32.lib on windows, like by Kristján Valur Jónsson · 12 years ago
  13. ffc3e1a Add MASM define to PGI and PGO builds by Martin v. Löwis · 13 years ago
  14. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
  15. 8bfccd8 Remove non-existing file from pythoncore project. by krisvale · 13 years ago
  16. 87adda5 Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed by Victor Stinner · 13 years ago
  17. ed7b51f Enable PGI/PGO builds for x64 python3.dll by Martin v. Löwis · 13 years ago
  18. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  19. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  20. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  21. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  22. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  23. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  24. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  25. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  26. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  27. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
  28. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  29. c142389 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
  30. bb3e937 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
  31. 21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
  32. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 14 years ago
  33. fa2c61a More automated version replacement. by Georg Brandl · 14 years ago
  34. 0e74cac Upgrade to sqlite3 3.7.4. by Martin v. Löwis · 14 years ago
  35. 910a4ed Upgrade Tcl/Tk to 8.5.9. by Martin v. Löwis · 14 years ago
  36. 8d28a92 issue 10683 by Kristján Valur Jónsson · 14 years ago
  37. ba466cd Merged revisions 85071-85072,85894,87132 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  38. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  39. 7f4bc00 I hope this will fix Win2008(x64) buildbot error. by Hirokazu Yamamoto · 14 years ago
  40. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  41. 60fafa2 issue 10501 by Kristján Valur Jónsson · 14 years ago
  42. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  43. 33d144a issue 9981 let make_buildinfo use a temporary directory on windows by Kristján Valur Jónsson · 14 years ago
  44. 7c3d709 Updated readme.txt about OpenSSL. by Hirokazu Yamamoto · 14 years ago
  45. c913989 On Windows, remove compilation warnings with the zlib and gzip modules. by Amaury Forgeot d'Arc · 14 years ago
  46. beae8ef Merged revisions 84763,85135 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  47. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  48. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  49. 0b0ebb4 Cosmetic fix for PCBuild/readme.txt. by Hirokazu Yamamoto · 14 years ago
  50. 313dab4 Now perl path with spaces can be used. by Hirokazu Yamamoto · 14 years ago
  51. 5e83da3 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  52. 2f816e6 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  53. e31f7d9 Revert r84902 before committing better solution. by Hirokazu Yamamoto · 14 years ago
  54. ba45c2b Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) by Hirokazu Yamamoto · 14 years ago
  55. dc92bd8 Merged revisions 84851 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  56. 90387ff regrtest.py now runs python in build/test_python_xxx. (deeper than here) by Hirokazu Yamamoto · 14 years ago
  57. fc2e1d1 Let's see if tcl/tk test runs on windows buildbot with this fix. by Hirokazu Yamamoto · 14 years ago
  58. 234f88d Issue #9810: Compile bzip2 source files in python's project file by Hirokazu Yamamoto · 14 years ago
  59. 4cc96a1 Cosmetic fix to project files. by Hirokazu Yamamoto · 14 years ago
  60. 8e0bb6a Merged revisions 84645 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  61. 3cfe2e3 PCBuild cosmetic fixes. by Hirokazu Yamamoto · 14 years ago
  62. 9f59fa5 Fix various build problems. by Martin v. Löwis · 14 years ago
  63. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  64. 0abcbd7 #7280: note about nasmw.exe. by Georg Brandl · 14 years ago
  65. 26d3fc1 Copy asm files into place. by Martin v. Löwis · 14 years ago
  66. e38de85 Use OpenSSL 1.0.0a on Windows. by Martin v. Löwis · 14 years ago
  67. f10021d Drop 2.4 support. Add disabled algorithms to Configure options. by Martin v. Löwis · 14 years ago
  68. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  69. 7ab54e4 Issue #9089: Remove intobject.h from MSVC project files. by Mark Dickinson · 14 years ago
  70. b00697e Merged revisions 82126-82127 via svnmerge from by Thomas Heller · 14 years ago
  71. 79ee19f Issue #9012: Add _time.c and _time.h to the Visual Studio project file by Victor Stinner · 14 years ago
  72. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  73. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 667ce06 Merged revisions 80761,80766 via svnmerge from by Thomas Heller · 14 years ago
  75. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  76. b46dfb0 Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots). by Ezio Melotti · 15 years ago
  77. 63b4355 Merged revisions 79540-79541 via svnmerge from by Ezio Melotti · 15 years ago
  78. f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 7df3b9e Merged revisions 77226 via svnmerge from by Martin v. Löwis · 15 years ago
  80. 5330aa5 Merged revisions 77003 via svnmerge from by Martin v. Löwis · 15 years ago
  81. e5692cd Merged revisions 76990-76991 via svnmerge from by Martin v. Löwis · 15 years ago
  82. b90535f Merged revisions 76989 via svnmerge from by Martin v. Löwis · 15 years ago
  83. 664b511 Merged revisions 76861 via svnmerge from by Mark Dickinson · 15 years ago
  84. 514ae01 Merged revisions 73998 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  85. 63dce79 Updated MSVC project files to follow PyCObject removal (r73729) by Hirokazu Yamamoto · 15 years ago
  86. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 15 years ago
  87. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  88. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  89. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  90. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  91. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago
  92. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  93. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  94. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 11f7210 Merged revisions 69489-69490 via svnmerge from by Martin v. Löwis · 16 years ago
  96. 6d0e975 Merged revisions 69094 via svnmerge from by Mark Hammond · 16 years ago
  97. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  98. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  99. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 16 years ago
  100. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago