index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)
Sam Gross
2023-10-05
1
-2/+5
*
gh-109974: Fix more threading lock_tests race conditions (#110089)
Victor Stinner
2023-09-29
1
-1/+2
*
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou
2023-09-26
1
-0/+2
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+0
*
gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...
Radislav Chugunov
2023-07-08
1
-1/+1
*
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev
2023-07-07
1
-1/+1
*
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow
2023-06-08
1
-13/+13
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
12
-18/+0
*
Fix test_importlib.test_side_effect_import() (#104840)
Victor Stinner
2023-05-24
1
-1/+2
*
gh-103247: clear the module cache in a test in test_importlib/extensions/test...
sunmy2019
2023-05-10
1
-9/+10
*
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow
2023-05-08
1
-0/+121
*
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow
2023-05-06
1
-0/+2
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
18
-542/+53
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-3/+2
*
gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103...
Jason R. Coombs
2023-04-22
1
-12/+1
*
gh-103661: Skip failing test on Windows. (#103662)
Jason R. Coombs
2023-04-21
1
-1/+12
*
Sync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs
2023-04-21
5
-52/+388
*
GH-102700: allow built-in modules to be submodules (GH-103162)
Brett Cannon
2023-04-06
1
-17/+0
*
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Jason R. Coombs
2023-02-18
11
-85/+170
*
gh-101766: Fix refleak for _BlockingOnManager resources from test suite level...
Dong-hee Na
2023-02-17
1
-0/+5
*
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
Jason R. Coombs
2023-01-01
3
-14/+120
*
gh-99947: Ensure unreported errors are chained for SystemError during import ...
Sebastian Berg
2022-12-23
1
-1/+6
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
3
-19/+102
*
gh-98139: enhance namespace package repr
Anh71me
2022-11-06
1
-0/+4
*
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
2
-0/+13
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner
2022-10-12
1
-7/+1
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+113
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
3
-233/+1
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-0/+71
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
2
-66/+0
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
2
-65/+2
*
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw
2022-10-05
2
-11/+1
*
gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)
Jason R. Coombs
2022-09-05
1
-28/+0
*
gh-96280: suppress deprecation warning in test_importlib (GH-96281)
Irit Katriel
2022-08-26
1
-1/+3
*
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado
2022-08-05
1
-1/+1
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-05
5
-113/+0
*
gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)
Jason R. Coombs
2022-07-27
2
-2/+2
*
gh-95218: Move tests for importlib.resources into test_importlib.resources. (...
Jason R. Coombs
2022-07-25
32
-9/+9
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
3
-45/+68
*
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
Christian Heimes
2022-06-24
2
-1/+13
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
2
-2/+0
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
2
-3/+14
*
test_threaded_import: Fix unittest.main spelling (GH-93114)
Florian Bruhin
2022-05-25
1
-1/+1
*
gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...
Filipe LaĆns
2022-05-16
1
-1/+2
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
2
-20/+6
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
1
-1/+1
*
bpo-46126: Restore docstrings in importlib.metadata tests. (#32288)
Jason R. Coombs
2022-04-17
2
-24/+44
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
2
-1/+6
[next]