aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/dynload_win.c
Commit message (Expand)AuthorAge
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-24
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-06
* On Windows, when import fails to load a dll module, the message saysAmaury Forgeot d'Arc2008-01-03
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-06
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* When importing an extension on Windows, the code reads the PE 'importThomas Heller2004-07-02
* Fix a couple of whitespace consistency nits.Fred Drake2002-08-26
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-30
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-28
* Fixes for possible buffer overflows in sprintf() usages.Marc-André Lemburg2001-11-28
* Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x probl...Mark Hammond2001-05-09
* Detect conflicting Python DLL on module import under Windows - as per [ Patch...Mark Hammond2000-10-05
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-28
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-22
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-20