Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-112535: Add test on _Py_ThreadId() (#112709) | Victor Stinner | 2023-12-04 | 1 | -2/+2 |
| | | | Add also test.support.Py_GIL_DISABLED constant. | ||||
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
| | | | Rename Py_NOGIL to Py_GIL_DISABLED | ||||
* | gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422) | Sam Gross | 2023-10-05 | 1 | -2/+5 |
| | | | Use "t" in the expected tag for `--disable-gil` builds in test_tagged_suffix. | ||||
* | gh-105407: Remove unused imports in tests (#105408) | Victor Stinner | 2023-06-06 | 1 | -1/+0 |
| | |||||
* | gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) | Barry Warsaw | 2023-05-03 | 1 | -16/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove deprecated classes from pkgutil * Remove some other PEP 302 obsolescence * Use find_spec instead of load_module * Remove more tests of PEP 302 obsolete APIs * Remove another bunch of tests using obsolete load_modules() * Remove deleted names from __all__ * Remove obsolete footnote * imp is removed * Remove `imp` from generated stdlib names * What's new and blurb * Update zipimport documentation for the removed methods * Fix some Windows tests * Remove any test (or part of a test) that references `find_module()`. * Use assertIsNone() / assertIsNotNone() consistently. * Update Doc/reference/import.rst * We don't need pkgutil._get_spec() any more either * test.test_importlib.fixtures.NullFinder * ...BadLoaderFinder.find_module * ...test_api.InvalidatingNullFinder.find_module * ...test.test_zipimport test of z.find_module * Suppress cross-references to find_loader and find_module * Suppress cross-references to Finder * Suppress cross-references to pkgutil.ImpImporter and pkgutil.ImpLoader --------- Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ↵ | Steve Dower | 2022-02-02 | 1 | -3/+14 |
| | | | | completion (GH-31086) | ||||
* | bpo-46425: fix direct invocation of `test_importlib` (GH-30682) | Nikita Sobolev | 2022-01-22 | 1 | -3/+5 |
| | |||||
* | bpo-43864: Silence deprecation warning in test_importlib.test_module_found ↵ | Shreyan Avigyan | 2021-04-27 | 1 | -2/+6 |
| | | | | and test_importlib.test_module_not_found (GH-25656) | ||||
* | Silence find_module() DeprecationWarning on Windows tests (GH-25563) | Brett Cannon | 2021-04-23 | 1 | -1/+4 |
| | |||||
* | bpo-43105: Importlib now resolves relative paths when creating module spec ↵ | Steve Dower | 2021-04-07 | 1 | -0/+45 |
| | | | | objects from file locations (GH-25121) | ||||
* | bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) | Brett Cannon | 2021-03-26 | 1 | -2/+20 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21727) | Hai Shi | 2020-08-04 | 1 | -1/+2 |
| | |||||
* | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 1 | -1/+1 |
| | | | | to format short Python version. | ||||
* | #22980 Adds platform and version tags to .pyd files | Steve Dower | 2014-12-16 | 1 | -0/+24 |
| | |||||
* | Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. | Brett Cannon | 2014-08-22 | 1 | -2/+63 |
| | | | | Patch by Claudiu Popa, review by Martin v. Löwis. | ||||
* | Issue #21503: Use test_both() consistently in test_importlib. | Eric Snow | 2014-05-16 | 1 | -10/+5 |
| | |||||
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. | Eric Snow | 2014-01-03 | 1 | -0/+29 |