summaryrefslogtreecommitdiffstats
path: root/Python/dynload_win.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+6
* When importing an extension on Windows, the code reads the PE 'importThomas Heller2004-07-021-0/+12
* Fix a couple of whitespace consistency nits.Fred Drake2002-08-261-2/+2
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-29/+0
* 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