summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib
Commit message (Expand)AuthorAgeFilesLines
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)Sam Gross2023-10-051-2/+5
* gh-109974: Fix more threading lock_tests race conditions (#110089)Victor Stinner2023-09-291-1/+2
* gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)Antoine Pitrou2023-09-261-0/+2
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-1/+0
* gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...Radislav Chugunov2023-07-081-1/+1
* gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)Nikita Sobolev2023-07-071-1/+1
* gh-104310: Rename the New Function in importlib.util (gh-105255)Eric Snow2023-06-081-13/+13
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-0612-18/+0
* Fix test_importlib.test_side_effect_import() (#104840)Victor Stinner2023-05-241-1/+2
* gh-103247: clear the module cache in a test in test_importlib/extensions/test...sunmy20192023-05-101-9/+10
* gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)Eric Snow2023-05-081-0/+121
* gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)Eric Snow2023-05-061-0/+2
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-0318-542/+53
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-3/+2
* gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103...Jason R. Coombs2023-04-221-12/+1
* gh-103661: Skip failing test on Windows. (#103662)Jason R. Coombs2023-04-211-1/+12
* Sync with importlib_metadata 6.5 (GH-103584)Jason R. Coombs2023-04-215-52/+388
* GH-102700: allow built-in modules to be submodules (GH-103162)Brett Cannon2023-04-061-17/+0
* gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)Jason R. Coombs2023-02-1811-85/+170
* gh-101766: Fix refleak for _BlockingOnManager resources from test suite level...Dong-hee Na2023-02-171-0/+5
* gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)Jason R. Coombs2023-01-013-14/+120
* gh-99947: Ensure unreported errors are chained for SystemError during import ...Sebastian Berg2022-12-231-1/+6
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-083-19/+102
* gh-98139: enhance namespace package reprAnh71me2022-11-061-0/+4
* gh-97930: Merge with importlib_resources 5.9 (GH-97929)Jason R. Coombs2022-10-162-0/+13
* gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)Jeong YunWon2022-10-151-1/+1
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-121-7/+1
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-071-0/+113
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-073-233/+1
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-061-0/+71
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-062-66/+0
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-052-65/+2
* gh-97850: Remove all known instances of module_repr() (#97876)Barry Warsaw2022-10-052-11/+1
* gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)Jason R. Coombs2022-09-051-28/+0
* gh-96280: suppress deprecation warning in test_importlib (GH-96281)Irit Katriel2022-08-261-1/+3
* Update the magic number in test_util.py (#95714)Pablo Galindo Salgado2022-08-051-1/+1
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-055-113/+0
* gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)Jason R. Coombs2022-07-272-2/+2
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-2532-9/+9
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-263-45/+68
* gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)Christian Heimes2022-06-242-1/+13
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-132-2/+0
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-102-3/+14
* test_threaded_import: Fix unittest.main spelling (GH-93114)Florian Bruhin2022-05-251-1/+1
* gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...Filipe LaĆ­ns2022-05-161-1/+2
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-082-20/+6
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...Jason R. Coombs2022-04-171-1/+1
* bpo-46126: Restore docstrings in importlib.metadata tests. (#32288)Jason R. Coombs2022-04-172-24/+44
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-072-1/+6