summaryrefslogtreecommitdiff
path: root/Python/dynload_win.c
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...Serhiy Storchaka2019-03-141-1/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-2/+2
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
* Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.Serhiy Storchaka2015-11-051-4/+2
* Issue #24268: Fixes generation of init import name on Windows.Steve Dower2015-05-231-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-3/+4
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-151-4/+17
* Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().Richard Oudkerk2013-06-101-2/+3
* Fixes issue4653 - Correctly specify the buffer size to FormatMessageW andGregory P. Smith2013-03-231-1/+1
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+8
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-4/+4
* Fix #14600. Correct reference handling and naming of ImportError convenience ...Brian Curtin2012-04-171-3/+3
* Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-161-2/+3
* Use the new Unicode APIVictor Stinner2011-11-221-1/+1
* Check for PyUnicode_AS_UNICODE() failureVictor Stinner2011-11-211-1/+6
* Check error when calling PyUnicode_AppendAndDel()Victor Stinner2011-10-021-3/+5
* Removed a Windows 9x trick used before LoadLibraryExW.Brian Curtin2011-06-091-17/+8
* Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytesVictor Stinner2011-04-041-17/+16
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-221-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+13
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-210/+210
* Merged revisions 69038 via svnmerge fromMark Hammond2009-01-271-1/+9
* Fix typo.Martin v. Löwis2008-06-111-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-241-0/+9
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-1/+2
* On Windows, when import fails to load a dll module, the message saysAmaury Forgeot d'Arc2008-01-031-16/+21
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-8/+0
* 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