1. cab74c8 Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 16 years ago
  2. d79fa9e Bug #1216: Restore support for Visual Studio 2002. by Martin v. Löwis · 17 years ago
  3. d3d80f3 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. by Martin v. Löwis · 17 years ago
  4. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  5. 55d53f0 Merging of change 55024 from the truk to release25-maint branch. by Kristján Valur Jónsson · 17 years ago
  6. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 17 years ago
  7. a4ff44a Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 17 years ago
  8. a30d8bd Fix potential crash in path manipulation on windows by Kristján Valur Jónsson · 17 years ago
  9. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  10. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  11. 0805f95 Remove obsolete file. by Martin v. Löwis · 18 years ago
  12. bf2f701 Patch #1457736: Update VC6 to use current PCbuild settings. by Martin v. Löwis · 18 years ago
  13. 4ed148a Remove binary property on project files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  14. 3dee485 Patch #1577551: Add ctypes and ET build support for VC6. by Martin v. Löwis · 18 years ago
  15. 6abebb2 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  16. 7444eda Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  17. d17301f Enable the building of the _types module on Windows. by Barry Warsaw · 18 years ago
  18. 844f7dd Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly. by Georg Brandl · 18 years ago
  19. d22968a Patch #1232023: Don't include empty path component from registry, by Martin v. Löwis · 18 years ago
  20. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  21. bb45037 Build updates for OS/2 EMX port by Andrew MacIntyre · 18 years ago
  22. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  23. dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 18 years ago
  24. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 18 years ago
  25. 5844b12 Updated version (win32-icons2.zip) from #1490384. by Martin v. Löwis · 18 years ago
  26. bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 18 years ago
  27. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  28. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  29. 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
  30. f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 18 years ago
  31. 31a4262 Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else by Tim Peters · 18 years ago
  32. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  33. f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 18 years ago
  34. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  35. 449be38 Port to Python 2.5. Drop .DEF file. Change output file names to .pyd. by Martin v. Löwis · 18 years ago
  36. 2f3f136 Allocate the 0x1D1A0000 base adress for the _ctypes extension module. by Thomas Heller · 18 years ago
  37. c9d78aa Years in the making. by Tim Peters · 18 years ago
  38. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  39. c4bd28c Remove some more references to regex that I missed. by Neal Norwitz · 18 years ago
  40. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  41. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  42. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  43. dd860ca Update copyright notice. by Martin v. Löwis · 18 years ago
  44. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  45. fe8a566 Remove svn:mime-type (inexplicably set to a binary type), by Tim Peters · 18 years ago
  46. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  47. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  48. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  49. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  50. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  51. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  52. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  53. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  54. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  55. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  56. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  57. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  58. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  59. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  60. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  61. e515293 added TerminateProcess support to _subprocess driver by Fredrik Lundh · 19 years ago
  62. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  63. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  64. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  65. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
  66. 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
  67. bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
  68. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  69. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  70. d56827c Add AST files to VC6 build. by Raymond Hettinger · 19 years ago
  71. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  72. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  73. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  74. 6ed710a update version numbers by Andrew MacIntyre · 19 years ago
  75. 578371f add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 19 years ago
  76. 744b313 add build machinery for the SSL socket module by Andrew MacIntyre · 19 years ago
  77. 4d81ac9 Update PSF copyright year to 2005. by Trent Mick · 19 years ago
  78. 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 19 years ago
  79. 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 19 years ago
  80. ff59f3c make thread stack size compile-time tunable on OS/2, increase main stack by Andrew MacIntyre · 19 years ago
  81. 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
  82. a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  83. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  84. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  85. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
  86. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 20 years ago
  87. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  88. 9cc5cb7 Running the pre-install or post-install script did not work when by Thomas Heller · 20 years ago
  89. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  90. 919637a Add _subprocess.c by Martin v. Löwis · 20 years ago
  91. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  92. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  93. f3250b0 Before this turns into an unreadable mess, follow PEP 7 by using by Tim Peters · 20 years ago
  94. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  95. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  96. fec1ce0 remove rotor module by Andrew MacIntyre · 20 years ago
  97. 3dac89e note module removals, update on BitTorrent issue by Andrew MacIntyre · 20 years ago
  98. 96b3725 bring modules up to date, correct .DEF file version by Andrew MacIntyre · 20 years ago
  99. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  100. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago