summaryrefslogtreecommitdiffstats
path: root/Python/dynload_win.c
Commit message (Expand)AuthorAgeFilesLines
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-281-12/+14
* Fixes for possible buffer overflows in sprintf() usages.Marc-André Lemburg2001-11-281-1/+1
* Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x probl...Mark Hammond2001-05-091-17/+14
* Detect conflicting Python DLL on module import under Windows - as per [ Patch...Mark Hammond2000-10-051-1/+152
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-281-1/+1
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-221-1/+4
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-201-0/+149