1. eda95e9 Merged revisions 75537,75539 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 6b0e51a Issue #6183: Disables wcsftime on VC6. by Hirokazu Yamamoto · 15 years ago
  3. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  4. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  5. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  6. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  7. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 15 years ago
  8. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 16 years ago
  9. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 16 years ago
  10. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  11. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  12. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  13. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  14. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  15. 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
  16. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  17. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  18. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  19. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  20. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  21. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  22. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  23. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  24. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  25. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  27. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  28. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  29. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  30. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  31. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  32. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  33. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  34. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  35. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  36. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  37. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  38. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  39. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  40. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  41. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  42. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  43. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  44. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  45. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  46. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  47. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  48. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  49. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  50. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  51. c7ff90b Forgot a paren in the MSVC + 64-bit + Intel case. by Tim Peters · 22 years ago
  52. 0628433 Some help for SF 614770: MSVC 7.0 compiler support by Tim Peters · 22 years ago
  53. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  54. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  55. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  56. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  57. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  58. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  59. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 22 years ago
  60. b26f363 Enable pymalloc by default in the Windows build. by Tim Peters · 22 years ago
  61. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  62. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  63. 5b40f1c SF bug #474077 2.2b1: Error compiling extns with BCC by Tim Peters · 23 years ago
  64. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  65. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  66. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  67. 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]
  68. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  69. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  70. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  71. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  72. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  73. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  74. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  75. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  76. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 23 years ago
  77. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  78. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  79. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  80. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  81. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  82. 361b583 Only include <basetsd.h> for VC 6.0 and higher. by Guido van Rossum · 24 years ago
  83. 4767402 As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if by Guido van Rossum · 24 years ago
  84. 306e240 Python's .lib is now named Python20.lib by Mark Hammond · 24 years ago
  85. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  86. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  87. e39607f Changed the #error to a #warning when checking gcc versions, and by Fred Drake · 24 years ago
  88. 91c4e2b Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and by Fred Drake · 24 years ago
  89. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  90. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  91. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  92. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 24 years ago
  93. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  94. 9f9fa6d Add HAVE_DYNAMIC_LOADING. 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. 3d37f43 Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). by Guido van Rossum · 25 years ago
  97. 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
  98. 4da55f0 Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. by Guido van Rossum · 26 years ago
  99. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  100. b00d252 Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. by Guido van Rossum · 26 years ago