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