1. 920ec4b bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Miss Islington (bot) · 5 years ago
  2. 786a4e1 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by Miss Islington (bot) · 5 years ago
  3. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  4. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 5 years ago
  5. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 5 years ago
  6. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  7. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  8. 12b2538 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. by Serhiy Storchaka · 9 years ago
  9. 7689154 Issue #24268: Fixes generation of init import name on Windows. by Steve Dower · 9 years ago
  10. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  11. 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 10 years ago
  12. 409f902 Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). by Richard Oudkerk · 11 years ago
  13. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  14. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  15. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  16. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  17. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  18. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  19. 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
  20. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  21. 589f89e Removed a Windows 9x trick used before LoadLibraryExW. by Brian Curtin · 13 years ago
  22. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  23. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 13 years ago
  24. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  25. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 9844a1f Merged revisions 69038 via svnmerge from by Mark Hammond · 15 years ago
  27. 6cb0109 Fix typo. by Martin v. Löwis · 16 years ago
  28. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  29. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 17 years ago
  30. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  31. d6179e1 On Windows, when import fails to load a dll module, the message says by Amaury Forgeot d'Arc · 17 years ago
  32. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  33. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. 1df0461 When importing an extension on Windows, the code reads the PE 'import by Thomas Heller · 20 years ago
  37. e20131e Fix a couple of whitespace consistency nits. by Fred Drake · 22 years ago
  38. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  39. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  40. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  41. fb1f68e Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x problems. As discussed on python-dev by Mark Hammond · 23 years ago
  42. 1f7838b Detect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ] by Mark Hammond · 24 years ago
  43. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  44. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  45. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  46. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  47. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  48. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 25 years ago