Tin mới
gh-154948: Fix `test_zipfile` failure when `SOURCE_DATE_EPOCH` is set (#155001)
gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)" (#142758)
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
gh-105407: Remove unused imports in tests (#105408)
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
bpo-45046: Support context managers in unittest (GH-28045)
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
[codemod] Fix non-matching bracket pairs (GH-28473)
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
Fix typos mostly in comments, docs and test names (GH-15209)
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
bpo-32297: Few misspellings found in Python source code comments. (#4803)
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Fix regressions introduced by fixes for issue #27083.
Issue #27083: Respect the PYTHONCASEOK environment variable under
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Issue #23277: Remove more unused sys and os imports.
Issue #23277: Remove unused sys and os imports
Issue #26581: Use the first coding cookie on a line, not the last one.
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Issue #22002: Make full use of test discovery in test sub-packages.
Issue #21503: Use test_both() consistently in test_importlib.
Issue #19721: Consolidate test_importlib utility code into a single