1. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  2. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  3. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  4. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  5. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  6. 8709b23 bpo-33465: Use an unlikely to be built-in C extension in a test (#6797) by Barry Warsaw · 6 years ago
  7. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  8. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 6 years ago
  9. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  10. 6db7033 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) by Oren Milman · 7 years ago
  11. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  12. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  13. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  14. 7a99625 Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920) by Segev Finer · 7 years ago
  15. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  16. 15aa4c8 bpo-29693: Fix for DeprecationWarning in test_import (#421) by Anish Shah · 7 years ago
  17. 371963d use select instead of _opcode for import test (#372) by Benjamin Peterson · 7 years ago
  18. bee93f2 weaken test_from_import_missing_attr_has_name_and_path regular expression (#371) by Benjamin Peterson · 7 years ago
  19. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 7 years ago
  20. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 7 years ago
  21. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  22. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  23. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 8 years ago
  24. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  25. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  26. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  27. 30912f3 Issue #21483: Skip test_timestamp_overflow on NFS. by Berker Peksag · 9 years ago
  28. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  29. 44fff77 Whitespace by Antoine Pitrou · 10 years ago
  30. 0373a10 Issue #17636: Circular imports involving relative imports are now supported. by Antoine Pitrou · 10 years ago