summaryrefslogtreecommitdiffstats
path: root/PC/dllbase_nt.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update to record .pyd files removed for Python 2.4.Tim Peters2004-01-041-8/+8
|
* Changed the DLL base-address assignment for _csv so it no longerTim Peters2003-03-211-1/+1
| | | | obviously overlaps w/ datetime (but may -- no time for more here now).
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-211-0/+1
|
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-1/+2
| | | | | to others to argue about how to build it on other platforms (on Windows it's in its own DLL).
* 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.