summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imp.py
Commit message (Expand)AuthorAgeFilesLines
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-524/+0
* gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)Eric Snow2023-04-191-840/+0
* gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)Eric Snow2023-02-271-282/+828
* gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)Eric Snow2023-02-171-1/+13
* gh-101758: Fix the wasm Buildbots (gh-101943)Eric Snow2023-02-161-1/+11
* gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...Eric Snow2023-02-151-0/+73
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-151-1/+1
* gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)Eric Snow2023-02-141-0/+199
* gh-99578: Fix refleak in _imp.create_builtin() (#99642)Victor Stinner2022-11-211-0/+30
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-201-0/+34
* gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...Michael Droettboom2022-08-251-5/+1
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-031-3/+2
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-201-1/+1
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-101-2/+2
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-9/+14
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-4/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-251-18/+20
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-051-0/+11
* closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)Benjamin Peterson2018-07-071-0/+15
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+21
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-31676: Fix test_imp.test_load_source() side effect (#3871)Victor Stinner2017-10-131-2/+7
* bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i...Oren Milman2017-09-191-0/+11
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+0
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-0/+4
* Remove more unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #25487: Fix tests not updated when the imp module moved to aBrett Cannon2015-10-301-1/+1
* Close #24748: Restore imp.load_dynamic compatibilityNick Coghlan2015-09-051-0/+24
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-114/+1
* Issue #22390: Remove files created by testsVictor Stinner2014-10-051-0/+1
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-231-1/+1
* | Delete merge markersBrett Cannon2013-08-231-3/+1
* | merge for issue #18755Brett Cannon2013-08-231-0/+9
|\ \ | |/
| * Issue #18755: Allow imp.load_*() loaders to have get_data() calledBrett Cannon2013-08-231-0/+7
| * issue #18698: ensure importlib.reload() returns the module out of sys.modules.Eric Snow2013-08-151-0/+17
* | Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...Antoine Pitrou2013-08-191-5/+3
* | Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-111-2/+3
|\ \ | |/
| * Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-111-2/+3
* | #18681: merge with 3.3.Ezio Melotti2013-08-101-0/+9
|\ \ | |/
| * #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).Ezio Melotti2013-08-101-0/+9
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+3
* | Issue #7732: Move an imp.find_module test from test_import toBrett Cannon2013-06-071-0/+11
* | merge 3.3Benjamin Peterson2013-05-111-1/+2
|\ \ | |/
| * only close non-None filesBenjamin Peterson2013-05-111-1/+2
| * Fix a test to not use an assertion for something that could beBrett Cannon2013-05-041-1/+2
* | Change a test assertion to a conditional so the test will pass onBrett Cannon2013-05-041-2/+3
* | add trailing newline to fileBrett Cannon2013-05-031-1/+1
* | Move test_imp over to unittest.main()Brett Cannon2013-05-031-16/+6