aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_imp.py
Commit message (Expand)AuthorAge
* gh-99578: Fix refleak in _imp.create_builtin() (#99642)Victor Stinner2022-11-21
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-19
* gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...Michael Droettboom2022-08-25
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-03
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-20
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-10
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-15
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-05
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-25
* bpo-35321: Set the spec origin to frozen in frozen modules (#11732)Nina Zakharenko2019-02-04
* closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)Benjamin Peterson2018-07-06
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-09
* Fix miscellaneous typos (#4275)luzpaz2017-11-05
* bpo-31676: Fix test_imp.test_load_source() side effect (#3871)Victor Stinner2017-10-13
* bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i...Oren Milman2017-09-19
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-28
* Remove more unused imports in tests.Serhiy Storchaka2016-04-25
* Issue #25487: Fix tests not updated when the imp module moved to aBrett Cannon2015-10-30
* Close #24748: Restore imp.load_dynamic compatibilityNick Coghlan2015-09-05
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Issue #22390: Remove files created by testsVictor Stinner2014-10-05
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-23
* | Delete merge markersBrett Cannon2013-08-23
* | merge for issue #18755Brett Cannon2013-08-23
|\|
| * Issue #18755: Allow imp.load_*() loaders to have get_data() calledBrett Cannon2013-08-23
| * issue #18698: ensure importlib.reload() returns the module out of sys.modules.Eric Snow2013-08-14
* | Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...Antoine Pitrou2013-08-19
* | Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-11
|\|
| * Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...Serhiy Storchaka2013-08-11
* | #18681: merge with 3.3.Ezio Melotti2013-08-10
|\|
| * #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).Ezio Melotti2013-08-10
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-16
* | Issue #7732: Move an imp.find_module test from test_import toBrett Cannon2013-06-07
* | merge 3.3Benjamin Peterson2013-05-11
|\|
| * only close non-None filesBenjamin Peterson2013-05-11
| * Fix a test to not use an assertion for something that could beBrett Cannon2013-05-04
* | Change a test assertion to a conditional so the test will pass onBrett Cannon2013-05-04
* | add trailing newline to fileBrett Cannon2013-05-03
* | Move test_imp over to unittest.main()Brett Cannon2013-05-03
* | Guard more tests in test_imp requiring imp.load_dynamic() to exist.Brett Cannon2013-05-03
* | #15902: merge w/ 3.3Brett Cannon2013-05-03
|\|
| * Issue #15902: Fix imp.load_module() to accept None as a file whenBrett Cannon2013-05-03
* | #11420: merge with 3.3.Ezio Melotti2013-03-16
|\|
| * #11420: merge with 3.2.Ezio Melotti2013-03-16
| |\
| | * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-16
* | | Rename test module names for #16421 to don't clash with other tests.Andrew Svetlov2012-12-15
* | | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-14
|/ /