summaryrefslogtreecommitdiffstats
path: root/PC/dllbase_nt.txt
Commit message (Collapse)AuthorAgeFilesLines
* Start building the bz2 module on Windows.Tim Peters2002-11-091-0/+1
| | | | | | | | | | CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions.
* Base address updates for bug #442142 - DLL base assignments need updateMark Hammond2001-09-061-7/+27
|
* Mark Hammond:Guido van Rossum2000-04-211-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 Rossum2000-03-281-8/+14
|
* Added dllbase_nt.txt and python_nt.rc;Guido van Rossum1996-08-231-0/+38
added notes to readme.txt about NumPy targets; added some symbols to python_nt.def.