aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/dynload_win.c
Commit message (Expand)AuthorAge
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-29
* bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)Serhiy Storchaka2019-03-13
* bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...Tony Roberts2019-02-02
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-28
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-25
* Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.Serhiy Storchaka2015-11-05
* Issue #24268: Fixes generation of init import name on Windows.Steve Dower2015-05-23
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-23
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-15
* Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().Richard Oudkerk2013-06-10
* Fixes issue4653 - Correctly specify the buffer size to FormatMessageW andGregory P. Smith2013-03-23
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-13
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-04
* Fix #14600. Correct reference handling and naming of ImportError convenience ...Brian Curtin2012-04-17
* Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-16
* Use the new Unicode APIVictor Stinner2011-11-22
* Check for PyUnicode_AS_UNICODE() failureVictor Stinner2011-11-21
* Check error when calling PyUnicode_AppendAndDel()Victor Stinner2011-10-02
* Removed a Windows 9x trick used before LoadLibraryExW.Brian Curtin2011-06-09
* Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytesVictor Stinner2011-04-04
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-22
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Merged revisions 69038 via svnmerge fromMark Hammond2009-01-27
* Fix typo.Martin v. Löwis2008-06-11
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11
* 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