1. 1233744 hardcode sizeof(_Bool) on windows by Benjamin Peterson · 8 years ago
  2. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  3. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  4. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  5. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  6. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  7. 95c0646 Closes #24953: Merge with 3.5 by Zachary Ware · 9 years ago
  8. 7503ca7 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  9. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  10. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  11. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  12. 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 9 years ago
  13. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  14. f427a14 Issue #22592: Drop support of the Borland C compiler to build Python by Victor Stinner · 10 years ago
  15. 54701f3 Issue #21958: Merge with 3.4 by Zachary Ware · 10 years ago
  16. 64ba60a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
  17. dbb7aa5 Closes #21713: Merge with 3.4 by Zachary Ware · 10 years ago
  18. 732ac32 Issue #21713: Fix typo in a comment. Found by Joseph Shen. by Zachary Ware · 10 years ago
  19. 6373ba5 Bump Windows build to 3.5 by Zachary Ware · 10 years ago
  20. 5285571 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  21. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  22. 0c9beb6 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  23. 552e6c7 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h by Christian Heimes · 11 years ago
  24. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  25. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  26. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  27. 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
  28. 247109e Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode by Victor Stinner · 11 years ago
  29. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago
  30. e5581f9 Identify the ARM compiler. by Martin v. Löwis · 11 years ago
  31. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 11 years ago
  32. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  33. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  34. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  35. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  36. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  37. 2b9f36c Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  38. bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  39. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  40. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  41. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  42. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  43. 864078a Issue 8781: Define SIZEOF_WCHAR_T on Windows by Daniel Stutzbach · 14 years ago
  44. 0ceb671 Remove long-redundant plat-win from sys.path on Windows by Tim Golden · 14 years ago
  45. eda95e9 Merged revisions 75537,75539 via svnmerge from by Antoine Pitrou · 15 years ago
  46. 6a448d4 Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows by Antoine Pitrou · 15 years ago
  47. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  48. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 15 years ago
  49. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  50. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  51. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  52. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  53. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  54. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 15 years ago
  55. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 15 years ago
  56. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 15 years ago
  57. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  58. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  59. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  60. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  61. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  62. a822314 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60696-60698 via svnmerge from by Christian Heimes · 16 years ago
  63. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 16 years ago
  64. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 16 years ago
  65. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 16 years ago
  66. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  67. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  68. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  69. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  70. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  71. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  72. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  73. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  74. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  75. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  76. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  77. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  78. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  79. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  80. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  81. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  82. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  83. 6ad6ee6 Update import library name on windows. by Thomas Heller · 19 years ago
  84. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  85. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  86. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  87. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  88. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  89. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  90. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  91. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  92. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  93. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  94. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  95. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  96. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  97. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 21 years ago
  98. c7ff90b Forgot a paren in the MSVC + 64-bit + Intel case. by Tim Peters · 22 years ago
  99. 0628433 Some help for SF 614770: MSVC 7.0 compiler support by Tim Peters · 22 years ago
  100. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago