1. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  2. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  3. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  4. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  5. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 16 years ago
  6. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  7. c2dfd8c Update version number to 2.7. by Martin v. Löwis · 16 years ago
  8. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  9. 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
  10. 1725f24 One #ifdef too much, and I broke all windows buildbots: by Amaury Forgeot d'Arc · 16 years ago
  11. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  12. 9a960c6 Revert commit accident by Christian Heimes · 16 years ago
  13. a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 16 years ago
  14. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 17 years ago
  15. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  16. 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
  17. 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
  18. d476a40 Bug #1216: Restore support for Visual Studio 2002. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  19. a6a21fa Correct use of Py_BUILD_CORE - now make sure it is defined before it is by Mark Hammond · 17 years ago
  20. df7f38f Correctly detect AMD64 architecture on VC2003 by Mark Hammond · 17 years ago
  21. d0aabc0 In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 by Mark Hammond · 17 years ago
  22. da073e1 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  23. 71d11d3 Fix Windows build. by Martin v. Löwis · 17 years ago
  24. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  25. 5f2ba9f Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing the by Mark Hammond · 17 years ago
  26. c0e9840 Revert compiler comment to AMD64 for x64/AMD64 builds. by Kristján Valur Jónsson · 17 years ago
  27. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  28. 2607e6c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  29. 094353c Try to get Windows bots working again by Neal Norwitz · 18 years ago
  30. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  31. dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 18 years ago
  32. f94323f Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms by Kristján Valur Jónsson · 18 years ago
  33. 31a4262 Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else by Tim Peters · 18 years ago
  34. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  35. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  36. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  37. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  38. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  39. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  40. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  41. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  42. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  43. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  44. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  45. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  46. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  47. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  48. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  49. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  50. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 21 years ago
  51. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 21 years ago
  52. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  53. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  54. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  55. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  56. c7ff90b Forgot a paren in the MSVC + 64-bit + Intel case. by Tim Peters · 22 years ago
  57. 0628433 Some help for SF 614770: MSVC 7.0 compiler support by Tim Peters · 22 years ago
  58. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  59. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  60. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  61. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  62. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  63. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  64. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  65. b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 22 years ago
  66. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  67. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  68. 5b40f1c SF bug #474077 2.2b1: Error compiling extns with BCC by Tim Peters · 23 years ago
  69. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  70. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  71. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  72. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago[Renamed from PC/config.h]
  73. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  74. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  75. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  76. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  77. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  78. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  79. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  80. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  81. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 24 years ago
  82. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  83. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  84. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  85. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  86. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  87. 361b583 Only include <basetsd.h> for VC 6.0 and higher. by Guido van Rossum · 24 years ago
  88. 4767402 As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if by Guido van Rossum · 24 years ago
  89. 306e240 Python's .lib is now named Python20.lib by Mark Hammond · 24 years ago
  90. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  91. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  92. e39607f Changed the #error to a #warning when checking gcc versions, and by Fred Drake · 24 years ago
  93. 91c4e2b Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and by Fred Drake · 24 years ago
  94. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  95. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  96. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  97. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 24 years ago
  98. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  99. 9f9fa6d Add HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  100. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago