1. c78462f The MS resource compiler simply cannot be convinced to do arithmetic by Tim Peters · 22 years ago
  2. ce2f663 Repair the DLL name -- this has to match the major.minor version numbers. by Tim Peters · 22 years ago
  3. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  4. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  5. 1adbceb update contact info by Andrew MacIntyre · 22 years ago
  6. 1994c7f Prep for 2.3: by Andrew MacIntyre · 22 years ago
  7. ffcf899 make port notes current by Andrew MacIntyre · 22 years ago
  8. 4fffdff Build process updates: by Andrew MacIntyre · 22 years ago
  9. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  10. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  11. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  12. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  13. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  14. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  15. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  16. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  17. 0444302 Nuked another reference to newmodule.c. by Tim Peters · 22 years ago
  18. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  19. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  20. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  21. b3bfa7f refresh to pick up recent changes by Andrew MacIntyre · 22 years ago
  22. 4a79e36 make _sre a dynamically loadable module and build xxsubtype by Andrew MacIntyre · 22 years ago
  23. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  24. 07c639f add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  25. 63c9d50 add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  26. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  27. c15acef Fix grammar by Neal Norwitz · 22 years ago
  28. 6c65531 update build infrastructure for pymalloc and bool changes by Andrew MacIntyre · 22 years ago
  29. 362ed34 Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting) by Mark Hammond · 22 years ago
  30. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  31. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  32. b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 22 years ago
  33. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  34. 41d97d6 Create and populate OS/2 EMX port build directory: by Andrew MacIntyre · 22 years ago
  35. 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 22 years ago
  36. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  37. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  38. fc1a7ce Update the example Windows extension to 2.2 (was hardcoded to 2.1). by Tim Peters · 23 years ago
  39. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  40. 58ab084 PyWin_FindRegisteredModule(): Conversion of sprintf() to by Barry Warsaw · 23 years ago
  41. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  42. 5b40f1c SF bug #474077 2.2b1: Error compiling extns with BCC by Tim Peters · 23 years ago
  43. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  44. 19fdbfb Fix bug #410274 - sys.prefix isn't always set. by Mark Hammond · 23 years ago
  45. c2d272a Base address updates for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  46. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  47. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  48. a6b9e3c Windows fiddling for 2.2a2: bump build number; update copyright and by Tim Peters · 23 years ago
  49. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  50. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  51. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  52. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  53. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  54. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  55. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  56. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  57. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  58. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  59. d29abb9 SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. by Tim Peters · 23 years ago
  60. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  61. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  62. b2a22f4 Magic strings in both Python and the Wise installer define the registry key by Tim Peters · 23 years ago
  63. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  64. 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
  65. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  66. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  67. 3e50242 Repair tab/space screwup. by Tim Peters · 23 years ago
  68. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  69. 909bc1c SF bug #131225: sys.winver is still '2.0' in python 2.1a2. by Tim Peters · 23 years ago
  70. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  71. be30c6b New info in beep() docstring. by Tim Peters · 23 years ago
  72. 5458fcf Repair "selective cut-&-paste" screwup. by Tim Peters · 24 years ago
  73. a2bf270 Update the example DLL instructions for 2.1. Add example.def to the by Tim Peters · 24 years ago
  74. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 24 years ago
  75. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  76. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
  77. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  78. 1bb7734 Rip out Win3.1 and DOS support by Guido van Rossum · 24 years ago
  79. 8bf9e3b Prevent possible buffer overflow exploits under Windows. As per (the very quick) patch Patch #101801. by Mark Hammond · 24 years ago
  80. 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
  81. c85eb0b Enable the binascii module for Win64. It builds and passes the test suite. by Trent Mick · 24 years ago
  82. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  83. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  84. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  85. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 24 years ago
  86. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  87. fb439ab Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  88. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  89. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  90. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  91. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  92. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  93. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  94. f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
  95. 43298d1 - win95/98 helper for new os.popen code by Fredrik Lundh · 24 years ago
  96. c0348ac - removed barry's workaround, to make room for bill's more complete solution. by Fredrik Lundh · 24 years ago
  97. ddbc118 - this is a tentative checkin of the #100764 patch (by by Fredrik Lundh · 24 years ago
  98. db63829 Squash signed-vs-unsigned warning. Also edits to bring into line by Tim Peters · 24 years ago
  99. b4dccf0 Checked in a wrong version. by Tim Peters · 24 years ago
  100. 090c216 The example_nt directory was old enough to vote. Frank Stajano by Tim Peters · 24 years ago