1. c213078 Fixed bitmaps; added include files and libs; by Guido van Rossum · 26 years ago
  2. eea714a As Jeff painfully found out, malloc(0) returns NULL on OS/2. by Guido van Rossum · 27 years ago
  3. d11ec25 Add zlib and bsddb, and remove beta designation. by Guido van Rossum · 27 years ago
  4. 1250195 Added bsddb project by Guido van Rossum · 27 years ago
  5. 95cdb35 Oops, the output file really should be called zlib.pyd here! by Guido van Rossum · 27 years ago
  6. bd104bf Added project for zlib by Guido van Rossum · 27 years ago
  7. ffeb5938 Changes for older Win platforms by Jim Ahlstrom by Guido van Rossum · 27 years ago
  8. 7988206 Don't list which files to add, since the ones that *were* missing have by Guido van Rossum · 27 years ago
  9. 7651624 New VC++ 4.2 makefile, contributed by Gregor Schmid, by Guido van Rossum · 27 years ago
  10. 85f8b09 Add note about having to add some files to the VC 4.2 files. by Guido van Rossum · 27 years ago
  11. d0ec761 Copy the change from ../getpathp.c here. by Guido van Rossum · 27 years ago
  12. 2dbabb2 Installer for beta-2. by Guido van Rossum · 27 years ago
  13. 1058d2e update the example without the example.def file by Guido van Rossum · 27 years ago
  14. 55b8b03 New instructions, take VC++ 5.x into account. by Guido van Rossum · 27 years ago
  15. 936c6de Adding VC 5.x workspace and project files by Guido van Rossum · 27 years ago
  16. 0decf6c Added tkappinit.c source, and define WITH_APPINIT. by Guido van Rossum · 27 years ago
  17. 691d2ad Allocate one byte extra in some cases. by Guido van Rossum · 27 years ago
  18. 3b99430 # Use proper temp subdir for intermediates. by Guido van Rossum · 27 years ago
  19. 4fdd1fa Comment out CODE and DATA statements that are apparently obsolete. by Guido van Rossum · 27 years ago
  20. d666eae Adding a new project: pythonw, or WinMain.c, containing a main program by Guido van Rossum · 27 years ago
  21. a34c313 New batch of patches by Jeff Rush; moved his readme.txt portion here. by Guido van Rossum · 27 years ago
  22. cee1dca Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt. by Guido van Rossum · 27 years ago
  23. 205eb72 Use registry key ProgramFilesDir as default MAINDIR by Guido van Rossum · 27 years ago
  24. 6656d1f Add a few more PyErr_ symbols by Guido van Rossum · 27 years ago
  25. faf8b21 Add pretty icon to python.exe by Guido van Rossum · 27 years ago
  26. f11d024 Icons for Windows installer. by Guido van Rossum · 27 years ago
  27. 3879d4a Added the HTML files. by Guido van Rossum · 27 years ago
  28. dd58469 WISE installer source for Python 1.5 by Guido van Rossum · 27 years ago
  29. 36e18e3 Added pypcre.c module. by Guido van Rossum · 27 years ago
  30. e300d6f Replace plat-os2 with plat-win, per Jeff Rush' suggestion. by Guido van Rossum · 27 years ago
  31. 465f71d Done a sort -u on the symbols (and replaced all tabs with spaces). by Guido van Rossum · 27 years ago
  32. e1cba7f Oops, the sort took some whitespace into account. by Guido van Rossum · 27 years ago
  33. 060dffb Done a sort -u on the symbols. by Guido van Rossum · 27 years ago
  34. 7db30ca ignore various VC++ turds by Guido van Rossum · 27 years ago
  35. 50d4cc2 Files specific to Visual Age C for OS/2 -- by Jeff Rush by Guido van Rossum · 27 years ago
  36. 0ba48ba Added Jeff Rush' comments by Guido van Rossum · 27 years ago
  37. d3af2f3 win -> plat-win by Guido van Rossum · 27 years ago
  38. f5578e4 Add PyImport_Inittab and PyOS_AfterFork by Guido van Rossum · 27 years ago
  39. 8731e5c The target directory is now called dos-8x3, not dos_8x3. by Guido van Rossum · 27 years ago
  40. d80b3bd Argh; do the same for the "Release" version of the config. by Fred Drake · 27 years ago
  41. e40afcf Fix up include directories for compiling the resources. by Fred Drake · 27 years ago
  42. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  43. 228776c PyExc_NumberError -> PyExc_ArithmeticError by Fred Drake · 27 years ago
  44. 22ecb71 Added PyExc_Exception and PyErr_NewException. by Guido van Rossum · 27 years ago
  45. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  46. ec68092 DLL version is now loaded from a string resource. by Guido van Rossum · 27 years ago
  47. f57c170 Remove #ifdef __cplusplus. by Guido van Rossum · 27 years ago
  48. ff8c9da Bump version and store DLL version in a string variable (for branding). by Guido van Rossum · 27 years ago
  49. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  50. d5f0ce9 Added some symbols (I'm afraid more will come). by Guido van Rossum · 27 years ago
  51. fd91056 Change instructions to require use of PCbuild directory (instead of by Guido van Rossum · 27 years ago
  52. 9ca064f At Mark Hammond's suggestion: by Guido van Rossum · 27 years ago
  53. 64790de Added new flags and exceptions; removed AccessError exception. by Guido van Rossum · 27 years ago
  54. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  55. 8b523f9 Added reop by Guido van Rossum · 27 years ago
  56. 8a81d27 Remove remark on python15.lib being in the Debug subdir only. by Guido van Rossum · 27 years ago
  57. b27d8d8 Changed the way python15.lib is included in the other projects. by Guido van Rossum · 27 years ago
  58. 34b3597 No longer used. by Guido van Rossum · 27 years ago
  59. ff7d104 DevStudio (CV++ 5.0) Project files. by Guido van Rossum · 27 years ago
  60. 831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. by Guido van Rossum · 27 years ago
  61. 4036c9c Probably the last VC++ 4.2 makefile I'll check in. by Guido van Rossum · 27 years ago
  62. f644882 Small changes to readme and makefile; tested for 1.5a3! by Guido van Rossum · 27 years ago
  63. 00b299a removed getpath_nt.c in favor of revamped getpathp.c by Guido van Rossum · 27 years ago
  64. eea1449 Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which by Guido van Rossum · 27 years ago
  65. 407a22d Made it real. Changed locking() to work with file descriptors instead by Guido van Rossum · 27 years ago
  66. 8f1b651 Some changes to make it work on NT; add the directory where the binary by Guido van Rossum · 27 years ago
  67. 0e6ae93 Moved PyWin_IsWin32s() here. by Guido van Rossum · 27 years ago
  68. 5137ea9 Remove #define main; remove vc40 from PYTHONPATH. by Guido van Rossum · 27 years ago
  69. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  70. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago
  71. 7a337c1 Removed Py_SuppressPrintingFlag flag; added new by Guido van Rossum · 27 years ago
  72. f0f7aad Added remaining PyThread symbols. by Guido van Rossum · 27 years ago
  73. 1830afb Changed the reference of 'mappingobject.c' to 'dictobject.c' by Roger E. Masse · 27 years ago
  74. c2d1417 Added Py_GetProgramFullPath (same as GetProgramName) by Guido van Rossum · 27 years ago
  75. 39ed1c3 Added Py_GetProgramFullPath by Guido van Rossum · 27 years ago
  76. e34b7de Updated Python version no to 1.5. by Guido van Rossum · 27 years ago
  77. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago
  78. 082d289 Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  79. 29168ce Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  80. 8cd70c3 Instructions updated for 1.5. Added the important note to set the by Guido van Rossum · 27 years ago
  81. 9348bf8 Updated, mappingobject -> dictobject plus some other minor things. by Guido van Rossum · 27 years ago
  82. fcc7704 Typo! \\lib\\<path> should be .\\lib\\<path> by Guido van Rossum · 27 years ago
  83. 39d6ae7 New makefile, for 1.5, with CRLF by Guido van Rossum · 27 years ago
  84. e0332c7 Longer default PYTHONPATH will find test, tkinter, and shared modules by Guido van Rossum · 27 years ago
  85. ff2ea72 Oops -- missed FloatingPointError. by Guido van Rossum · 27 years ago
  86. c77b921 Latest and greatest. by Guido van Rossum · 27 years ago
  87. 1aceb05 Add warning that it's out of date. by Guido van Rossum · 27 years ago
  88. 22822d7 forgot to rename import_filetab by Guido van Rossum · 27 years ago
  89. 78089e2 Updated vc40.mak for Roger. Includes CRLF! by Guido van Rossum · 27 years ago
  90. 2e146b3 Use spaces exclusively. by Guido van Rossum · 27 years ago
  91. 42c2e6a Added cStringIO and cPickle to the supported modules. by Guido van Rossum · 27 years ago
  92. c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. by Guido van Rossum · 27 years ago
  93. a1ebdbd Use Python.h, not allobjects.h. by Guido van Rossum · 27 years ago
  94. db9353e CloseHandle should be RegCloseKey. Add extern decl for Py_GetProgramName(). by Guido van Rossum · 27 years ago
  95. 8290e07 Removed misc outdated stuff for 1.5 by Guido van Rossum · 27 years ago
  96. 7688bba Include Python.h, not allobjects.h (which no longer exists). by Guido van Rossum · 27 years ago
  97. 2b713b2 One more inittab. by Guido van Rossum · 27 years ago
  98. d69a84b use /usr/bin/env by Guido van Rossum · 27 years ago
  99. 5a35e32 Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, and thread entry points. by Guido van Rossum · 27 years ago
  100. 115eb64 Added PyArg_ParseTupleAndKeywords, PyErr_Format. by Guido van Rossum · 27 years ago