1. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  2. 19fdbfb Fix bug #410274 - sys.prefix isn't always set. by Mark Hammond · 23 years ago
  3. c2d272a Base address updates for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  4. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  5. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  6. a6b9e3c Windows fiddling for 2.2a2: bump build number; update copyright and by Tim Peters · 23 years ago
  7. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  8. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  9. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  10. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  11. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  12. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  13. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  14. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  15. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  16. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  17. d29abb9 SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. by Tim Peters · 23 years ago
  18. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  19. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  20. b2a22f4 Magic strings in both Python and the Wise installer define the registry key by Tim Peters · 23 years ago
  21. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  22. 5edc627 Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #131064, #129584, #127722. See the discussion in bug #131064 by Mark Hammond · 23 years ago
  23. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  24. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  25. 3e50242 Repair tab/space screwup. by Tim Peters · 23 years ago
  26. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  27. 909bc1c SF bug #131225: sys.winver is still '2.0' in python 2.1a2. by Tim Peters · 23 years ago
  28. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  29. be30c6b New info in beep() docstring. by Tim Peters · 23 years ago
  30. 5458fcf Repair "selective cut-&-paste" screwup. by Tim Peters · 23 years ago
  31. a2bf270 Update the example DLL instructions for 2.1. Add example.def to the by Tim Peters · 23 years ago
  32. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 23 years ago
  33. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  34. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
  35. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  36. 1bb7734 Rip out Win3.1 and DOS support by Guido van Rossum · 24 years ago
  37. 8bf9e3b Prevent possible buffer overflow exploits under Windows. As per (the very quick) patch Patch #101801. by Mark Hammond · 24 years ago
  38. 4779a0a Remove some debugging messages - although this code is a complete hack, we dont need to announce it to the world every time they use freeze! by Mark Hammond · 24 years ago
  39. c85eb0b Enable the binascii module for Win64. It builds and passes the test suite. by Trent Mick · 24 years ago
  40. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  41. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  42. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  43. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 24 years ago
  44. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  45. fb439ab Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  46. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  47. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  48. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  49. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  50. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  51. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  52. f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
  53. 43298d1 - win95/98 helper for new os.popen code by Fredrik Lundh · 24 years ago
  54. c0348ac - removed barry's workaround, to make room for bill's more complete solution. by Fredrik Lundh · 24 years ago
  55. ddbc118 - this is a tentative checkin of the #100764 patch (by by Fredrik Lundh · 24 years ago
  56. db63829 Squash signed-vs-unsigned warning. Also edits to bring into line by Tim Peters · 24 years ago
  57. b4dccf0 Checked in a wrong version. by Tim Peters · 24 years ago
  58. 090c216 The example_nt directory was old enough to vote. Frank Stajano by Tim Peters · 24 years ago
  59. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  60. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  61. 361b583 Only include <basetsd.h> for VC 6.0 and higher. by Guido van Rossum · 24 years ago
  62. 4767402 As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if by Guido van Rossum · 24 years ago
  63. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  64. 306e240 Python's .lib is now named Python20.lib by Mark Hammond · 24 years ago
  65. ae1b5b2 Trivial commit to test Windows CVS capabilities. by Guido van Rossum · 24 years ago
  66. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  67. 537a551 Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. by Guido van Rossum · 24 years ago
  68. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  69. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  70. ee8c418 Finish converting the winreg extension to _winreg. by Fred Drake · 24 years ago
  71. 270e19b Update the module name to _winreg, pending checkin of Paul Prescod's by Fred Drake · 24 years ago
  72. 1c44e28 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 24 years ago
  73. e39607f Changed the #error to a #warning when checking gcc versions, and by Fred Drake · 24 years ago
  74. 91c4e2b Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and by Fred Drake · 24 years ago
  75. b422f95 Cleanup a few docstrings. by Mark Hammond · 24 years ago
  76. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  77. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  78. 23ef82f Trent Mick: by Guido van Rossum · 24 years ago
  79. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  80. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  81. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  82. a8ee4c3 Mark Hammond: by Guido van Rossum · 24 years ago
  83. f4a3bd4 Remove _socket, select, soundex, and unicodedata. These have been by Guido van Rossum · 24 years ago
  84. 4f3cc35 Get rid of Win32s check. by Guido van Rossum · 24 years ago
  85. 5cf648b Seems there was a version string here that still looked like 1.5.2. by Guido van Rossum · 24 years ago
  86. 88716bb Revamped path access again, by Mark Hammond, to be more robust in the by Guido van Rossum · 24 years ago
  87. 9c94a88 Version -> 1.6. by Guido van Rossum · 24 years ago
  88. e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 24 years ago
  89. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 24 years ago
  90. 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 24 years ago
  91. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 24 years ago
  92. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  93. 9f9fa6d Add HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  94. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  95. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago
  96. be211a5 Added sha module! by Guido van Rossum · 25 years ago
  97. a946210 Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. by Guido van Rossum · 25 years ago
  98. a0e6be7 Remove all VC++ info (except VC 1.5) from readme.txt; by Guido van Rossum · 25 years ago
  99. d7c18c4 No longer needed. by Guido van Rossum · 25 years ago
  100. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago