1. 46a955b Merged revisions 81847 via svnmerge from by Brian Curtin · 14 years ago
  2. b7b21f1 Merged revisions 81517 via svnmerge from by Brian Curtin · 14 years ago
  3. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 520c834 Merged revisions 80439 via svnmerge from by Brian Curtin · 14 years ago
  5. 1803024 More copyright year updates. by Barry Warsaw · 14 years ago
  6. 7f898e3 Merged revisions 78213,78215 via svnmerge from by Martin v. Löwis · 14 years ago
  7. 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 15 years ago
  8. e05e840 Issue #5724: Fix cmath failures on Solaris 10. by Mark Dickinson · 15 years ago
  9. 6c87e8b Merged revisions 70448 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  10. 857c00e Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  11. 7810f94 Merged revisions 69494 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  12. 8bcbbb4 Merged revisions 69205 via svnmerge from by Martin v. Löwis · 15 years ago
  13. fa7e69d Merged revisions 69094 via svnmerge from by Mark Hammond · 16 years ago
  14. a942cc0 Merged revisions 69038 via svnmerge from by Mark Hammond · 16 years ago
  15. 686d53e Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from by Georg Brandl · 16 years ago
  16. 64e718e Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 16 years ago
  17. 29f7606 Merged revisions 68470 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  18. adee400 Merged revisions 68469 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  19. 7963ccf Merged revisions 68468 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  20. f8956b6 Merged revisions 68439 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  21. 195ccc1 Merged revisions 68435 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  22. 1d8592b Merged revisions 67455 via svnmerge from by Martin v. Löwis · 16 years ago
  23. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
  24. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 16 years ago
  25. 2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. by Amaury Forgeot d'Arc · 16 years ago
  26. 9f4e7fe Added _multiprocessing module support. (VC6) by Hirokazu Yamamoto · 16 years ago
  27. eea8eda Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  28. b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. by Gregory P. Smith · 16 years ago
  29. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
  30. 6733ef5 Add a missing file for VS2005 by Amaury Forgeot d'Arc · 16 years ago
  31. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  32. 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
  33. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  34. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  35. ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 16 years ago
  36. 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 16 years ago
  37. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  38. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  39. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  40. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  41. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  42. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  43. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  44. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 16 years ago
  45. 81ad6a1 Added new files to Windows project files by Christian Heimes · 16 years ago
  46. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  47. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 16 years ago
  48. 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 16 years ago
  49. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  50. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  51. eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 16 years ago
  52. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 16 years ago
  53. 8a3c871 From issue 1753245 - better _winreg support for x64. by Mark Hammond · 16 years ago
  54. 1725f24 One #ifdef too much, and I broke all windows buildbots: by Amaury Forgeot d'Arc · 16 years ago
  55. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  56. 9a960c6 Revert commit accident by Christian Heimes · 16 years ago
  57. a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 16 years ago
  58. 4677fbf7 Try to fix a bunch of compiler warnings on Win64. by Neal Norwitz · 16 years ago
  59. 189b6d8 More copyright year and version number bumps by Barry Warsaw · 16 years ago
  60. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  61. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 16 years ago
  62. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 16 years ago
  63. e0d30ef Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 16 years ago
  64. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 16 years ago
  65. 52895fc Rename module definition file to reflect v2.6. by Andrew MacIntyre · 16 years ago
  66. e6d9010 Update OS/2 EMX build bits for 2.6. by Andrew MacIntyre · 16 years ago
  67. 195b883 vs9to8 sync by Christian Heimes · 17 years ago
  68. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 17 years ago
  69. aee643b Reverted last transaction. It's the wrong branch. by Christian Heimes · 17 years ago
  70. 306179b And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 17 years ago
  71. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
  72. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago
  73. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 17 years ago
  74. 44ac355 Fixed path to _ssl.c in Windows make file, take three ... by Christian Heimes · 17 years ago
  75. 340f081 Fixed path to _ssl.c in Windows make file, take two by Christian Heimes · 17 years ago
  76. 763c06f Fixed path to _ssl.c in Windows make file by Christian Heimes · 17 years ago
  77. 34ab3db Fixed path by Christian Heimes · 17 years ago
  78. 8255222 Fixed include paths of PC/VS7.1 by Christian Heimes · 17 years ago
  79. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  80. 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago
  81. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  82. 61927fc Stupid save all didn't safe it all ... by Christian Heimes · 17 years ago
  83. 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 17 years ago
  84. 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
  85. 9f6d4ce Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro. by Christian Heimes · 17 years ago
  86. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 17 years ago
  87. d476a40 Bug #1216: Restore support for Visual Studio 2002. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  88. a6a21fa Correct use of Py_BUILD_CORE - now make sure it is defined before it is by Mark Hammond · 17 years ago
  89. df7f38f Correctly detect AMD64 architecture on VC2003 by Mark Hammond · 17 years ago
  90. d0aabc0 In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 by Mark Hammond · 17 years ago
  91. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  92. da073e1 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  93. 71d11d3 Fix Windows build. by Martin v. Löwis · 17 years ago
  94. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  95. 629ec26 Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds. by Kristján Valur Jónsson · 17 years ago
  96. 5f2ba9f Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing the by Mark Hammond · 17 years ago
  97. 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 17 years ago
  98. c0e9840 Revert compiler comment to AMD64 for x64/AMD64 builds. by Kristján Valur Jónsson · 17 years ago
  99. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  100. 7a0da19 Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64. by Kristján Valur Jónsson · 17 years ago