48 Commits (793cb85437299a3da3d74fe65480d720af330cbb)

Author SHA1 Message Date
shireenrao 24fe46081b bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) 6 years ago
Minmin Gong 05f2d84cae bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) 7 years ago
Steve Dower 2438cdf0e9
bpo-36085: Enable better DLL resolution on Windows (GH-12302) 7 years ago
Serhiy Storchaka d53fe5f407
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
Tony Roberts 4860f01ac0 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) 7 years ago
Serhiy Storchaka f7eae0adfc [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
Serhiy Storchaka 12b2538ab8 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. 10 years ago
Steve Dower 7689154f58 Issue #24268: Fixes generation of init import name on Windows. 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Steve Dower 03a144bb6a #22980 Adds platform and version tags to .pyd files 11 years ago
Richard Oudkerk 409f90237c Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). 13 years ago
Gregory P. Smith b803c6c4b8 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and 13 years ago
Brian Curtin 401f9f3d32 Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago
Brett Cannon 2657df4744 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
Brian Curtin 09b86d1196 Fix #14600. Correct reference handling and naming of ImportError convenience function 14 years ago
Brian Curtin b206a80dab Fix #10854. Make use of the new path and name attributes on ImportError 14 years ago
Victor Stinner 9d3b93ba30 Use the new Unicode API 14 years ago
Victor Stinner 3335447646 Check for PyUnicode_AS_UNICODE() failure 14 years ago
Victor Stinner 67002af323 Check error when calling PyUnicode_AppendAndDel() 14 years ago
Brian Curtin 589f89e2ad Removed a Windows 9x trick used before LoadLibraryExW. 15 years ago
Victor Stinner 2d3222740b Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes 15 years ago
Victor Stinner 42040fb665 Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Mark Hammond 9844a1ffc3 Merged revisions 69038 via svnmerge from 17 years ago
Mark Hammond a942cc0e77 Merged revisions 69038 via svnmerge from 17 years ago
Mark Hammond 9f4f56d4e8 On Windows, use the Python 'Activation Context' when loading extensions 17 years ago
Martin v. Löwis 6cb0109d64 Fix typo. 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes bbffeb61e1 Merged revisions 60210-60233 via svnmerge from 18 years ago
Christian Heimes b2302ba977 Applied #1069410 18 years ago
Christian Heimes faf2f63faf Merged revisions 59703-59773 via svnmerge from 18 years ago
Christian Heimes 123d5c9396 Moved include "Python.h" in front of other imports to silence a warning. 18 years ago
Amaury Forgeot d'Arc e0b7695286 Partial port of r59682 from py3k. 18 years ago
Amaury Forgeot d'Arc d6179e120d On Windows, when import fails to load a dll module, the message says 18 years ago
Guido van Rossum e7ba495627 Merged revisions 55631-55794 via svnmerge from 19 years ago
Kristján Valur Jónsson 629ec26f63 Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Kristján Valur Jónsson f371cb1694 Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now. 19 years ago
Kristján Valur Jónsson 5e4e31f76a Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Martin v. Löwis 0e8bd7e1cc Patch #1495999: Part two of Windows CE changes. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis c95dd9488a Disable .DLL as an extension for extension modules. 20 years ago
Thomas Heller 1df04617b7 When importing an extension on Windows, the code reads the PE 'import 22 years ago
Fred Drake e20131efc3 Fix a couple of whitespace consistency nits. 24 years ago