1. 465f71d Done a sort -u on the symbols (and replaced all tabs with spaces). by Guido van Rossum · 27 years ago
  2. e1cba7f Oops, the sort took some whitespace into account. by Guido van Rossum · 27 years ago
  3. 060dffb Done a sort -u on the symbols. by Guido van Rossum · 27 years ago
  4. 7db30ca ignore various VC++ turds by Guido van Rossum · 27 years ago
  5. 50d4cc2 Files specific to Visual Age C for OS/2 -- by Jeff Rush by Guido van Rossum · 27 years ago
  6. 0ba48ba Added Jeff Rush' comments by Guido van Rossum · 27 years ago
  7. d3af2f3 win -> plat-win by Guido van Rossum · 27 years ago
  8. f5578e4 Add PyImport_Inittab and PyOS_AfterFork by Guido van Rossum · 27 years ago
  9. 8731e5c The target directory is now called dos-8x3, not dos_8x3. by Guido van Rossum · 27 years ago
  10. d80b3bd Argh; do the same for the "Release" version of the config. by Fred Drake · 27 years ago
  11. e40afcf Fix up include directories for compiling the resources. by Fred Drake · 27 years ago
  12. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  13. 228776c PyExc_NumberError -> PyExc_ArithmeticError by Fred Drake · 27 years ago
  14. 22ecb71 Added PyExc_Exception and PyErr_NewException. by Guido van Rossum · 27 years ago
  15. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  16. ec68092 DLL version is now loaded from a string resource. by Guido van Rossum · 27 years ago
  17. f57c170 Remove #ifdef __cplusplus. by Guido van Rossum · 27 years ago
  18. ff8c9da Bump version and store DLL version in a string variable (for branding). by Guido van Rossum · 27 years ago
  19. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  20. d5f0ce9 Added some symbols (I'm afraid more will come). by Guido van Rossum · 27 years ago
  21. fd91056 Change instructions to require use of PCbuild directory (instead of by Guido van Rossum · 27 years ago
  22. 9ca064f At Mark Hammond's suggestion: by Guido van Rossum · 27 years ago
  23. 64790de Added new flags and exceptions; removed AccessError exception. by Guido van Rossum · 27 years ago
  24. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  25. 8b523f9 Added reop by Guido van Rossum · 27 years ago
  26. 8a81d27 Remove remark on python15.lib being in the Debug subdir only. by Guido van Rossum · 27 years ago
  27. b27d8d8 Changed the way python15.lib is included in the other projects. by Guido van Rossum · 27 years ago
  28. 34b3597 No longer used. by Guido van Rossum · 27 years ago
  29. ff7d104 DevStudio (CV++ 5.0) Project files. by Guido van Rossum · 27 years ago
  30. 831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. by Guido van Rossum · 27 years ago
  31. 4036c9c Probably the last VC++ 4.2 makefile I'll check in. by Guido van Rossum · 27 years ago
  32. f644882 Small changes to readme and makefile; tested for 1.5a3! by Guido van Rossum · 27 years ago
  33. 00b299a removed getpath_nt.c in favor of revamped getpathp.c by Guido van Rossum · 27 years ago
  34. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  35. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  36. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  37. 0e6ae93 Moved PyWin_IsWin32s() here. by Guido van Rossum · 27 years ago
  38. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  39. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  40. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago
  41. 7a337c1 Removed Py_SuppressPrintingFlag flag; added new by Guido van Rossum · 27 years ago
  42. f0f7aad Added remaining PyThread symbols. by Guido van Rossum · 27 years ago
  43. 1830afb Changed the reference of 'mappingobject.c' to 'dictobject.c' by Roger E. Masse · 27 years ago
  44. c2d1417 Added Py_GetProgramFullPath (same as GetProgramName) by Guido van Rossum · 27 years ago
  45. 39ed1c3 Added Py_GetProgramFullPath by Guido van Rossum · 27 years ago
  46. e34b7de Updated Python version no to 1.5. by Guido van Rossum · 27 years ago
  47. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago
  48. 082d289 Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  49. 29168ce Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  50. 8cd70c3 Instructions updated for 1.5. Added the important note to set the by Guido van Rossum · 27 years ago
  51. 9348bf8 Updated, mappingobject -> dictobject plus some other minor things. by Guido van Rossum · 27 years ago
  52. fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 27 years ago
  53. 39d6ae7 New makefile, for 1.5, with CRLF by Guido van Rossum · 27 years ago
  54. e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 27 years ago
  55. ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 27 years ago
  56. c77b921 Latest and greatest. by Guido van Rossum · 27 years ago
  57. 1aceb05 Add warning that it's out of date. by Guido van Rossum · 27 years ago
  58. 22822d7 forgot to rename import_filetab by Guido van Rossum · 27 years ago
  59. 78089e2 Updated vc40.mak for Roger. Includes CRLF! by Guido van Rossum · 27 years ago
  60. 2e146b3 Use spaces exclusively. by Guido van Rossum · 27 years ago
  61. 42c2e6a Added cStringIO and cPickle to the supported 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. a1ebdbd Use Python.h, not allobjects.h. by Guido van Rossum · 27 years ago
  64. db9353e CloseHandle should be RegCloseKey. Add extern decl for Py_GetProgramName(). by Guido van Rossum · 27 years ago
  65. 8290e07 Removed misc outdated stuff for 1.5 by Guido van Rossum · 27 years ago
  66. 7688bba Include Python.h, not allobjects.h (which no longer exists). by Guido van Rossum · 27 years ago
  67. 2b713b2 One more inittab. by Guido van Rossum · 27 years ago
  68. d69a84b use /usr/bin/env by Guido van Rossum · 27 years ago
  69. 5a35e32 Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, and thread entry points. by Guido van Rossum · 27 years ago
  70. 115eb64 Added PyArg_ParseTupleAndKeywords, PyErr_Format. by Guido van Rossum · 27 years ago
  71. e0e6962 Added PyCObject_Import. by Guido van Rossum · 28 years ago
  72. 728a09e Remove GetOwner, add GetBuildInfo... by Guido van Rossum · 28 years ago
  73. 4ee5811 Added getbuildinfo.c to the project. by Guido van Rossum · 28 years ago
  74. e325801 Remove obsolete PyFrame_ExtendStack. by Guido van Rossum · 28 years ago
  75. 3d77d2b Removed accessobject.c from file list. by Guido van Rossum · 28 years ago
  76. d08735a Skip empty paths read from the registry. by Guido van Rossum · 28 years ago
  77. 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
  78. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  79. 478f487 Added disclaimer. by Guido van Rossum · 28 years ago
  80. 9ec053c Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. by Guido van Rossum · 28 years ago
  81. 93df314 Removed NumPy files -- no time to fix these. by Guido van Rossum · 28 years ago
  82. 8542c8e Set /MD option for *all* projects (even python.exe). by Guido van Rossum · 28 years ago
  83. a31e084 It turns out that VC1.5 does not necessarily define _WINDOWS. by Guido van Rossum · 28 years ago
  84. d8b4dd6 Don't recommend unzipping in the root. by Guido van Rossum · 28 years ago
  85. 22a6770 Changed _Py_EllipsesObject -> _Py_EllipsisObject. by Guido van Rossum · 28 years ago
  86. cf6c0ea Add an XXX comment about apparent incompleteness of Borland defines. by Guido van Rossum · 28 years ago
  87. bc2e631 From: "Mark Hammond" <MHammond@skippinet.com.au> by Guido van Rossum · 28 years ago
  88. 1383939 Removed -- we now have python_nt.def by Guido van Rossum · 28 years ago
  89. e982ee3 Move Watcom to the end. Added description of all Win32 specific by Guido van Rossum · 28 years ago
  90. ebd8706 Add W95 to header by Guido van Rossum · 28 years ago
  91. 026f01a A directory with a working example of how to build an extension. by Guido van Rossum · 28 years ago
  92. 932c06e Added PyMarshal functions by Guido van Rossum · 28 years ago
  93. 0cc2473 Taken the plunge -- changed to Unix linefeed convention by Guido van Rossum · 28 years ago
  94. 73695ec Include file for users of Mark's build procedure by Guido van Rossum · 28 years ago
  95. 983c552 Different unpack instructions for vclibs41.zip by Guido van Rossum · 28 years ago
  96. 54d9fa2 New project files from Jim A. by Guido van Rossum · 28 years ago
  97. c14a747 *** empty log message *** by Guido van Rossum · 28 years ago
  98. 2b88061 Added elaborate trouble shooting guide. by Guido van Rossum · 28 years ago
  99. 03dea6d Added uninstall option by Guido van Rossum · 28 years ago
  100. f71f613 Initial release (+ 1 bugfix in setup.py) by Guido van Rossum · 28 years ago