]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Lib/test/test_importlib/test_util.py
[3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH...
[thirdparty/Python/cpython.git] / Lib / test / test_importlib / test_util.py
2024-03-13  Miss Islington ... [3.12] GH-115979: update test_importlib to work under...
2023-08-04  T. Wouters[3.12] Update the expected bytecode magic in test_impor...
2023-06-08  Miss Islington ... [3.12] gh-104310: Rename the New Function in importlib...
2023-05-08  Eric Snowgh-104310: Add importlib.util.allowing_all_extensions...
2022-10-07  Nikita Sobolevgh-97850: Remove deprecated functions from `importlib...
2022-10-05  Brett Cannongh-65961: Raise `DeprecationWarning` when `__package__...
2022-08-05  Pablo Galindo SalgadoUpdate the magic number in test_util.py (#95714)
2022-01-22  Nikita Sobolevbpo-46425: fix direct invocation of `test_importlib...
2021-04-02  Brett Cannonbpo-43672: raise ImportWarning when calling find_loader...
2019-08-24  Serhiy Storchakabpo-37830: Fix compilation of break and continue in...
2019-08-03  Ngalim Siregarbpo-37444: Update differing exception between builtins...
2019-07-01  Victor StinnerRemove unused imports in tests (GH-14518)
2019-04-29  Pablo Galindobpo-36540: PEP 570 -- Implementation (GH-12701)
2019-04-22  Windson yangbpo-36680: Rename duplicate test_source_from_cache_path...
2018-06-27  Ned Deilybpo-29514: Make magic number test work for candidates
2018-06-16  Carl Meyerbpo-33499: Add PYTHONPYCACHEPREFIX env var for alt...
2018-02-22  Serhiy Storchakabpo-17611. Move unwinding of stack for "pseudo exceptio...
2017-06-14  Milan Oberkirchbpo-30436: Raise ModuleNotFoundError for importlib...
2017-04-17  Eric Appeltbpo-29514: Check magic number for bugfix release (#54)
2017-02-10  Łukasz LangaMerge 3.5 (fix #29519)
2017-02-09  Nick CoghlanMerge issue #26355 fix from Python 3.5
2017-02-07  Berker PeksagIssue #29441: Merge from 3.5
2017-02-07  Mariatta WijayaIssue #29314: Merge with 3.5
2017-02-07  Mariatta WijayaIssue #29371: merge with 3.5
2017-02-06  Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-04  Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
2017-02-04  Steve DowerIssue #29392: Prevent crash when passing invalid argume...
2017-02-04  Steve DowerIssue #29416: Prevent infinite loop in pathlib.Path...
2017-02-04  Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04  Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-02  Vinay SajipFixes #29213: merged fix from 3.5.
2017-02-02  Vinay SajipFixes #24875: Merged fix from 3.5.
2017-02-02  Victor StinnerMerge 3.5
2017-02-01  Berker PeksagIssue #29407: Merge from 3.5
2017-02-01  doko@ubuntu.comMerge 3.5
2017-02-01  Benjamin Petersonmerge 3.5 (#29398)
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-29  Martin PanterIssues #11670: Merge configparser doc from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2.6+ compatibility from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2 fix 3.5
2017-01-29  Martin PanterIssues #12067: Merge hash recommendation from 3.5
2017-01-27  Vinay SajipFixes #29308: Merged fix from 3.5.
2017-01-25  Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-24  Serhiy StorchakaIssue #29083: Fixed the declaration of some public...
2017-01-24  Serhiy StorchakaIssue #29337: Fixed possible BytesWarning when compare...
2017-01-24  Martin PanterIssues #29189: Merge indentation fixes from 3.5
2017-01-23  Martin PanterIssues #29273: Merge test___all__ from 3.5
2017-01-23  Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
2017-01-23  Gregory P. SmithSkip the test requiring ctypes if ctypes is unavailable.
2017-01-23  Gregory P. Smithtypo fix, extra '.' on MacOS :)
2017-01-23  Guido van RossumIssue #28556: Allow defining methods in NamedTuple...
2017-01-23  Guido van RossumIssue #28556: various style fixes for typing.py (3...
2017-01-23  Gregory P. SmithIssue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22  Xiang ZhangIssue #29290: Merge 3.5.
2017-01-22  Xiang ZhangIssue #29092: Sync os.stat's doc and docstring on path...
2017-01-21  Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20  Xiang ZhangIssue #29292: Merge 3.5.
2017-01-20  Larry HastingsNull merge from 3.5.
2017-01-18  Guido van RossumIssue #29198: add AsyncGenerator (Jelle Zijlstra) ...
2017-01-18  Guido van RossumIssue #28556: allow default values in class form of...
2017-01-18  Martin PanterIssue 29274: Merge doc fixes from 3.5
2017-01-18  Guido van RossumIssue #28556: merge 5 more typing changes from upstream...
2017-01-17  Larry HastingsMerge from 3.5.
2017-01-17  Larry HastingsMerge from 3.4.
2017-01-17  Raymond Hettingermerge
2017-01-16  Benjamin Petersonmerge 3.5
2017-01-14  Martin PanterMerge doc fixes from 3.5
2017-01-14  Martin PanterMerge tests from 3.5
2017-01-13  Vinay SajipFixes #29261: merged fix from 3.5.
2017-01-13  Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13  Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-12  Serhiy StorchakaNull merge
2017-01-12  Vinay SajipIssue #22343: Merged change from 3.5.
2017-01-12  Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12  Victor StinnerMerge 3.5
2017-01-11  Serhiy StorchakaMerge with 3.5.
2017-01-11  Vinay SajipIssue #292Merged fixes from 3.5.
2017-01-11  Martin PanterIssue #15657: Merge other doc fix from 3.5
2017-01-10  Xiang ZhangIssue #29217: Merge 3.5.
2017-01-10  Xiang ZhangIssue #29145: Merge 3.5.
2017-01-09  Stefan KrahMerge 3.5.
2017-01-09  Victor StinnerNull merge 3.5
2017-01-09  Serhiy StorchakaIssue #29190: Fixed possible errors in comparing string...
2017-01-09  Xiang ZhangIssue #29142: Merge 3.5.
2017-01-08  Martin PanterIssue #28815: Merge test tweak from 3.5
2017-01-06  Xavier de Gayetest_curses - substitute self.skip() with self.skipTest()
2017-01-04  Serhiy StorchakaIssue #29156: Remove superfluous pow test.
2017-01-03  Serhiy StorchakaFixed possible reference leaks in the _json module.
2017-01-03  Larry HastingsNull-merge from 3.5.
2017-01-03  Larry HastingsForward-merge from 3.4.
2017-01-03  Berker PeksagIssue #15812: Merge from 3.5
2017-01-03  Berker PeksagIssue #29012: Merge from 3.5
2017-01-02  Ned Deilymerge 3.5
2017-01-02  Ned Deilymerge 3.4
2017-01-02  Ned Deilymerge 3.3
2017-01-02  Larry HastingsNull merge from 3.5.
2017-01-02  Larry HastingsNull merge from 3.4.
next