1. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  2. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  3. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  4. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 24 years ago
  5. c756bdb From Rene Liebscher: by Mark Hammond · 24 years ago
  6. fb439ab Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  7. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  8. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  9. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  10. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  11. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  12. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  13. f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
  14. 43298d1 - win95/98 helper for new os.popen code by Fredrik Lundh · 24 years ago
  15. c0348ac - removed barry's workaround, to make room for bill's more complete solution. by Fredrik Lundh · 24 years ago
  16. ddbc118 - this is a tentative checkin of the #100764 patch (by by Fredrik Lundh · 24 years ago
  17. db63829 Squash signed-vs-unsigned warning. Also edits to bring into line by Tim Peters · 24 years ago
  18. b4dccf0 Checked in a wrong version. by Tim Peters · 24 years ago
  19. 090c216 The example_nt directory was old enough to vote. Frank Stajano by Tim Peters · 24 years ago
  20. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  21. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  22. 361b583 Only include <basetsd.h> for VC 6.0 and higher. by Guido van Rossum · 24 years ago
  23. 4767402 As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if by Guido van Rossum · 24 years ago
  24. 25e1726 [*** Not tested as I don't have Windows running right now! ***] by Fred Drake · 24 years ago
  25. 306e240 Python's .lib is now named Python20.lib by Mark Hammond · 24 years ago
  26. ae1b5b2 Trivial commit to test Windows CVS capabilities. by Guido van Rossum · 24 years ago
  27. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  28. 537a551 Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. by Guido van Rossum · 24 years ago
  29. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  30. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  31. ee8c418 Finish converting the winreg extension to _winreg. by Fred Drake · 24 years ago
  32. 270e19b Update the module name to _winreg, pending checkin of Paul Prescod's by Fred Drake · 24 years ago
  33. 1c44e28 Trent Mick: familiar simple Win64 patches by Guido van Rossum · 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. b422f95 Cleanup a few docstrings. by Mark Hammond · 24 years ago
  37. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  38. da5cc82 Trent Mick: by Guido van Rossum · 24 years ago
  39. 23ef82f Trent Mick: by Guido van Rossum · 24 years ago
  40. c66ae96 Trent Mick: by Guido van Rossum · 24 years ago
  41. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  42. db575db Add definition of socklen_t so that socketmodule.c will compile on Windows. by Guido van Rossum · 24 years ago
  43. a8ee4c3 Mark Hammond: by Guido van Rossum · 24 years ago
  44. f4a3bd4 Remove _socket, select, soundex, and unicodedata. These have been by Guido van Rossum · 24 years ago
  45. 4f3cc35 Get rid of Win32s check. by Guido van Rossum · 24 years ago
  46. 5cf648b Seems there was a version string here that still looked like 1.5.2. by Guido van Rossum · 24 years ago
  47. 88716bb Revamped path access again, by Mark Hammond, to be more robust in the by Guido van Rossum · 24 years ago
  48. 9c94a88 Version -> 1.6. by Guido van Rossum · 24 years ago
  49. e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 24 years ago
  50. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 24 years ago
  51. 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 24 years ago
  52. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 24 years ago
  53. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  54. 9f9fa6d Add HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  55. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  56. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago
  57. be211a5 Added sha module! by Guido van Rossum · 25 years ago
  58. a946210 Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. by Guido van Rossum · 25 years ago
  59. a0e6be7 Remove all VC++ info (except VC 1.5) from readme.txt; by Guido van Rossum · 25 years ago
  60. d7c18c4 No longer needed. by Guido van Rossum · 25 years ago
  61. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago
  62. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 25 years ago
  63. 8f81a22 Some weird symbol (M_I386) was used to decide whether to include the by Guido van Rossum · 25 years ago
  64. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 25 years ago
  65. 9455547 Bruce Wheeler quotes Mark Hammond with a different version of the by Guido van Rossum · 25 years ago
  66. 3d37f43 Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). by Guido van Rossum · 25 years ago
  67. 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
  68. e18f887 No longer needed. by Guido van Rossum · 26 years ago
  69. 2e782e8 Add buffer module entry points. by Guido van Rossum · 26 years ago
  70. e8afe51 New set of files for the OS/2 port by Jeff Rush. by Guido van Rossum · 26 years ago
  71. 4da55f0 Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. by Guido van Rossum · 26 years ago
  72. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  73. e0bdf99 At Greg Stein's request, add PyLong_*LongLong entry points. by Guido van Rossum · 26 years ago
  74. b00d252 Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. by Guido van Rossum · 26 years ago
  75. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  76. 9b499d2 Define HAVE_STRERROR. by Guido van Rossum · 26 years ago
  77. 24edfbb Back out of a recent policy change (Mark Hammond disagreed). by Guido van Rossum · 26 years ago
  78. d741f4c Added a bunch of symbols detected by Marc Lemburg's script. by Guido van Rossum · 26 years ago
  79. 43ff114 Sigh. More restructuring was needed. by Guido van Rossum · 26 years ago
  80. 3804d7e Add PyEval_CallFunction() and PyEval_CallMethod(). by Guido van Rossum · 26 years ago
  81. c499572 This file's previous log message is bogus. The real change is that by Guido van Rossum · 26 years ago
  82. 639ccae This file's previous log message is bogus. by Guido van Rossum · 26 years ago
  83. 67ab672 Different version games: by Guido van Rossum · 26 years ago
  84. 1a87be1 Shouldn't include the lib pragma when building python15.dll itself! by Guido van Rossum · 26 years ago
  85. 4443830 Added _PyTuple_Resize to list of exported symbols. Don't know how it by Guido van Rossum · 26 years ago
  86. 446f033 For Win32, added pragmas specifying the python15[_d].lib library. by Guido van Rossum · 26 years ago
  87. 1127487 Bump MS_DLL_ID to 1.5.2 by Guido van Rossum · 26 years ago
  88. c531270 New version of makefile for Windows 3.1 from Jim Ahlstrom. by Guido van Rossum · 26 years ago
  89. cc93d95 New version of VC 1.5 makefile from Jim Ahlstrom. by Guido van Rossum · 26 years ago
  90. eb891ae Get rid of obsolete setup_nt subdirectory. by Guido van Rossum · 26 years ago
  91. bc160b5 Getting rid of this ancient stuff. by Guido van Rossum · 26 years ago
  92. f6fc1ec Jim A's new versions of these by Guido van Rossum · 26 years ago
  93. 28700c4 Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  94. 8b2b3ce Two changes: by Guido van Rossum · 26 years ago
  95. 251c9fc Added Py_{Get,Set}PythonHome. by Guido van Rossum · 26 years ago
  96. 40ae0e9 Added _locale by Guido van Rossum · 26 years ago
  97. 76ec53c Subject: Bug in PC/import_nt.c by Guido van Rossum · 26 years ago
  98. d3ab101 Quick fix -- define SIZEOF_LONG and SIZEOF_INT. by Guido van Rossum · 26 years ago
  99. cd3462f Moving to PCbuild by Guido van Rossum · 26 years ago
  100. e4e021b Release the interpreter lock for calls that may block: _locking(), by Guido van Rossum · 26 years ago