1. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  2. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  3. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  4. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  5. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  6. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  7. b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 22 years ago
  8. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  9. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  10. 5b40f1c SF bug #474077 2.2b1: Error compiling extns with BCC by Tim Peters · 23 years ago
  11. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  12. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  13. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  14. 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]
  15. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  16. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  17. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  18. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  19. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  20. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  21. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  22. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  23. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 23 years ago
  24. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  25. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  26. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  27. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  28. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  29. 361b583 Only include <basetsd.h> for VC 6.0 and higher. by Guido van Rossum · 24 years ago
  30. 4767402 As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if by Guido van Rossum · 24 years ago
  31. 306e240 Python's .lib is now named Python20.lib by Mark Hammond · 24 years ago
  32. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  33. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  34. e39607f Changed the #error to a #warning when checking gcc versions, and by Fred Drake · 24 years ago
  35. 91c4e2b Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and by Fred Drake · 24 years ago
  36. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  37. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  38. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  39. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 24 years ago
  40. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  41. 9f9fa6d Add HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  42. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago
  43. 3d37f43 Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). by Guido van Rossum · 25 years ago
  44. 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
  45. 4da55f0 Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. by Guido van Rossum · 26 years ago
  46. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  47. b00d252 Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. by Guido van Rossum · 26 years ago
  48. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  49. 9b499d2 Define HAVE_STRERROR. by Guido van Rossum · 26 years ago
  50. 1a87be1 Shouldn't include the lib pragma when building python15.dll itself! by Guido van Rossum · 26 years ago
  51. 446f033 For Win32, added pragmas specifying the python15[_d].lib library. by Guido van Rossum · 26 years ago
  52. d3ab101 Quick fix -- define SIZEOF_LONG and SIZEOF_INT. by Guido van Rossum · 26 years ago
  53. 52f4915 Oops, ".\DLLs" should be in the default path now. by Guido van Rossum · 26 years ago
  54. 63096d4 Add HAVE_MKTIME. by Guido van Rossum · 26 years ago
  55. f4aeb84 Enable CHECK_IMPORT_CASE on Win32. by Guido van Rossum · 26 years ago
  56. d3af2f3 win -> plat-win by Guido van Rossum · 27 years ago
  57. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  58. f57c170 Remove #ifdef __cplusplus. by Guido van Rossum · 27 years ago
  59. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  60. fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 27 years ago
  61. e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 27 years ago
  62. c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. by Guido van Rossum · 27 years ago
  63. a31e084 It turns out that VC1.5 does not necessarily define _WINDOWS. by Guido van Rossum · 28 years ago
  64. cf6c0ea Add an XXX comment about apparent incompleteness of Borland defines. by Guido van Rossum · 28 years ago
  65. 3db4103 Use MS_DLL_ID and similar changes by Guido van Rossum · 28 years ago
  66. eaf9b6c More changes for NT, Guido style by Guido van Rossum · 28 years ago
  67. 950a126 New versions of almost all files. by Guido van Rossum · 28 years ago
  68. 1bc716f Added PC files from Jim Ahlstrom. by Guido van Rossum · 28 years ago
  69. f2e98b4 new versions from Jim A by Guido van Rossum · 28 years ago
  70. 87d5e70 config files for DOS and Windows (all versions, all compilers) by Guido van Rossum · 28 years ago