Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark Hammond: | Guido van Rossum | 2000-04-21 | 1 | -1/+10 |
| | | | | | | | | | | | * Base address for all extension modules updated. PC\dllbase_nt.txt also updated. Erroneous "libpath" directory removed for all projects. * winsound module moved from a builtin module to an extension module. This was done primarily to avoid Python16.dll needing to pull in winmm.dll. Really dumb test added for winsound - but if nothing else it ensures the module imports. | ||||
* | Mark Hammond: new winreg module; updated dllbase file. | Guido van Rossum | 2000-03-28 | 1 | -8/+14 |
| | |||||
* | Added dllbase_nt.txt and python_nt.rc; | Guido van Rossum | 1996-08-23 | 1 | -0/+38 |
added notes to readme.txt about NumPy targets; added some symbols to python_nt.def. |