Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CloseHandle should be RegCloseKey. | Guido van Rossum | 1997-05-05 | 1 | -1/+2 |
| | | | | Add extern decl for Py_GetProgramName(). | ||||
* | Skip empty paths read from the registry. | Guido van Rossum | 1997-01-12 | 1 | -6/+8 |
| | |||||
* | From: "Mark Hammond" <MHammond@skippinet.com.au> | Guido van Rossum | 1996-10-21 | 1 | -16/+35 |
| | | | | | | | | | | | | | | | | Date: Fri, 4 Oct 1996 09:08:19 +1000 A couple of things. As I mentioned a while back, I have made the changes to the registry support, in getpath_nt.c. To recap, there can be: ...\pythonpath = default core Pythonpath ...\pythonpath\Pythonwin = c:\somewhere etc. The code simply appends them all. The order can not be guaranteed (registry limitation) but the "default" is always at the end. The main reasons for change were the length of the path, but mainly so an uninstaller can do the right thing. | ||||
* | Use MS_DLL_ID and similar changes | Guido van Rossum | 1996-08-23 | 1 | -1/+1 |
| | |||||
* | More changes for NT, Guido style | Guido van Rossum | 1996-08-22 | 1 | -4/+0 |
| | |||||
* | NT specific files supplied by Mark Hammond | Guido van Rossum | 1996-08-21 | 1 | -0/+178 |